Use the following command in Terminal.app:
codesign -dv /Path/To/Some.app 2>&1 | grep TeamIdentifier
A sample terminal command to find the Team ID of the Google Chrome app is given below:
codesign -dv --verbose=4 /Applications/Google\ Chrome.app/ 2>&1 | grep TeamIdentifier
Google Chrome Expected Team Identifier, as per Installomator script
expectedTeamID=”EQHXZ8M8AV”
Link:
https://chromiumdash.appspot.com/releases?platform=Mac