teamTracker
Connects Instagram to Google Spreadsheets API to track messaging count and recipient. Used to track progress and productivity of…
teamTrackerとは何ですか?
teamTrackerはhttps://teamtrackerextension.comによって開発されたChromeの拡張機能で、その主な機能は「Connects Instagram to Google Spreadsheets API to track messaging count and recipient. Used to track progress and productivity of…」です。
拡張機能のスクリーンショット
teamTracker拡張機能のCRXファイルをダウンロード
teamTracker拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
Connects Instagram to Google Spreadsheets API to track messaging count and recipient. Used to track progress and productivity of recruiters using social media marketing. 拡張機能の基本情報
| 名前 | |
| ID | iabkpbaojiiebconegidhkoolnedipap |
| 公式URL | https://chromewebstore.google.com/detail/teamtracker/iabkpbaojiiebconegidhkoolnedipap |
| 説明 | Connects Instagram to Google Spreadsheets API to track messaging count and recipient. Used to track progress and productivity of… |
| ファイルサイズ | 18.9 KB |
| インストール数 | 60 |
| 現在のバージョン | 2.6 |
| 最終更新日 | 2022-06-23 |
| 公開日 | 2021-05-23 |
| 評価 | 5.00/5 合計 1 レビュー |
| 開発者 | https://teamtrackerextension.com |
| Eメール | [email protected] |
| 支払い方法 | free |
| 拡張機能のウェブサイト | http://teamtrackerextension.com/ |
| プライバシーポリシーページのURL | https://teamtrackerextension.com/privacy-policy |
| 対応言語 | en-US |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"name": "teamTracker",
"version": "2.6",
"manifest_version": 2,
"icons": {
"16": ".\/images\/icon16.png",
"48": ".\/images\/icon48.png",
"128": ".\/images\/icon128.png"
},
"content_scripts": [
{
"matches": [
"*:\/\/www.instagram.com\/*",
"*:\/\/www.linkedin.com\/*"
],
"js": [
"content.js",
"popup.js"
]
}
],
"browser_action": {
"default_popup": "popup.html",
"default_title": "Team Tracker"
},
"background": {
"page": "background.html",
"persistent": true
},
"permissions": [
"storage",
"identity",
"identity.email"
],
"key": "MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAgzznTumimachIikWEx8DREnnAOXrGd8MBMew98+1v5VGLcPnf9Gv2h3Unpzvj\/CYegMf\/71JPbBVeaoQC+ICMFJDdFGpAD+a\/J3I90Ntwjg15w2D\/E04MG6qYRRnhaGZbfAKC+4YU9pX1ahFHextlmIySJpvUzfnZw+nQ4szfqSHysFUkAuOsRbDQ2iY3yP2Jhutlo8zJ2KizINgQsVDdQn1nbu\/xe8Z6iVgHjwUiGjBcjklzEM28463ntRoIMhovnkZLtxXW3kNp0M1QWNbdXPYuBgpnBQhLb0UMQwtP7MDJ2dl7Hq7vtM4cn5asEHHGMc4XLSqwNXm9UJ5K9aeUQIDAQAB",
"oauth2": {
"client_id": "978898779200-lf04072q0qos8qs1mceale5bg5mc176v.apps.googleusercontent.com",
"scopes": [
"https:\/\/www.googleapis.com\/auth\/spreadsheets"
]
},
"content_security_policy": "script-src 'self' https:\/\/apis.google.com\/; object-src 'self'"
} | |