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…"입니다.

확장 프로그램 스크린샷

screenshot

teamTracker 확장 프로그램 CRX 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        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 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'"
}