teamTracker
Connects Instagram to Google Spreadsheets API to track messaging count and recipient. Used to track progress and productivity of…
Cos'è teamTracker?
teamTracker è un'estensione di Chrome sviluppata da https://teamtrackerextension.com, e la sua funzione principale è "Connects Instagram to Google Spreadsheets API to track messaging count and recipient. Used to track progress and productivity of…".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione teamTracker
Scarica i file di estensione teamTracker in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.
Istruzioni per l'Uso dell'Estensione
Connects Instagram to Google Spreadsheets API to track messaging count and recipient. Used to track progress and productivity of recruiters using social media marketing.
Informazioni di Base sull'Estensione
Nome | teamTracker |
ID | iabkpbaojiiebconegidhkoolnedipap |
URL Ufficiale | https://chromewebstore.google.com/detail/teamtracker/iabkpbaojiiebconegidhkoolnedipap |
Descrizione | Connects Instagram to Google Spreadsheets API to track messaging count and recipient. Used to track progress and productivity of… |
Dimensione del File | 18.9 KB |
Conteggio Installazioni | 60 |
Versione Corrente | 2.6 |
Ultimo Aggiornamento | 2022-06-23 |
Data di Pubblicazione | 2021-05-23 |
Valutazione | 5.00/5 Totale 1 Valutazioni |
Sviluppatore | https://teamtrackerextension.com |
[email protected] | |
Tipo di Pagamento | free |
Sito Web dell'Estensione | http://teamtrackerextension.com/ |
URL della Pagina della Politica sulla Privacy | https://teamtrackerextension.com/privacy-policy |
Lingue Supportate | 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'" } |