teamTracker

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

Qu'est-ce que teamTracker ?

teamTracker est une extension Chrome développée par https://teamtrackerextension.com, et sa fonction principale est "Connects Instagram to Google Spreadsheets API to track messaging count and recipient. Used to track progress and productivity of…".

Captures d'Écran de l'Extension

screenshot

Télécharger le fichier CRX de l'extension teamTracker

Téléchargez les fichiers d'extension teamTracker au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

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

Informations de Base sur l'Extension

Nom teamTracker teamTracker
ID iabkpbaojiiebconegidhkoolnedipap
URL Officiel https://chromewebstore.google.com/detail/teamtracker/iabkpbaojiiebconegidhkoolnedipap
Description Connects Instagram to Google Spreadsheets API to track messaging count and recipient. Used to track progress and productivity of…
Taille du Fichier 18.9 KB
Nombre d'Installations 60
Version Actuelle 2.6
Dernière Mise à Jour 2022-06-23
Date de Publication 2021-05-23
Évaluation 5.00/5 Total 1 Évaluations
Développeur https://teamtrackerextension.com
Email [email protected]
Type de Paiement free
Site Web de l'Extension http://teamtrackerextension.com/
URL de la Page de Politique de Confidentialité https://teamtrackerextension.com/privacy-policy
Langues Prises en Charge 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'"
}