teamTracker

Connects Instagram to Google Spreadsheets API to track messaging count and recipient. Used to track progress and productivity of…

O que é teamTracker?

teamTracker é uma extensão do Chrome desenvolvida por https://teamtrackerextension.com, e sua principal característica é "Connects Instagram to Google Spreadsheets API to track messaging count and recipient. Used to track progress and productivity of…".

Capturas de Tela da Extensão

screenshot

Baixar o arquivo CRX da Extensão teamTracker

Baixe arquivos de extensão teamTracker no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.

Instruções de Uso da Extensão

                        Connects Instagram to Google Spreadsheets API to track messaging count and recipient. Used to track progress and productivity of recruiters using social media marketing.                    

Informações Básicas da Extensão

Nome teamTracker teamTracker
ID iabkpbaojiiebconegidhkoolnedipap
URL Oficial https://chromewebstore.google.com/detail/teamtracker/iabkpbaojiiebconegidhkoolnedipap
Descrição Connects Instagram to Google Spreadsheets API to track messaging count and recipient. Used to track progress and productivity of…
Tamanho do Arquivo 18.9 KB
Contagem de Instalações 60
Versão Atual 2.6
Última Atualização 2022-06-23
Data de Publicação 2021-05-23
Classificação 5.00/5 Total de 1 Avaliações
Desenvolvedor https://teamtrackerextension.com
Email [email protected]
Tipo de Pagamento free
Site da Extensão http://teamtrackerextension.com/
URL da Página de Política de Privacidade https://teamtrackerextension.com/privacy-policy
Idiomas Suportados 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'"
}