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.
扩展基本信息
名称 | teamTracker |
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 |
电子邮箱 | [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'" } |