iTracker: Track your followers & posts

iTracker: Analyze your Instagram followers and posts, learn who unfollows you, and how to improve your engagement and reach.

iTracker: Track your followers & posts란 무엇입니까?

iTracker: Track your followers & posts은(는) EchoWebBot Team에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "iTracker: Analyze your Instagram followers and posts, learn who unfollows you, and how to improve your engagement and reach."입니다.

확장 프로그램 스크린샷

screenshot
screenshot
screenshot

iTracker: Track your followers & posts 확장 프로그램 CRX 파일 다운로드

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

확장 프로그램 사용 설명서

                        IG Tracker is a helpful tool that allows you to analyze your Instagram posts and track your followers. Using IG Tracker you can easily identify people who are not following you back, keep track of lost and new followers, remove ghost followers, and analyze your follower base. Additionally, IG Tracker can also analyze your posts, generate engagement charts and calendar heatmaps, providing you with valuable insights.

💡 Features
✓ Who doesn't follow me back?
✓ Posts engagement charts, calendar heatmaps, more data analytics
✓ New followers & Followers trend chart
✓ Lost followers
✓ Bulk follow and unfollow
✓ Mutual follow
✓ I didn't follow them back
✓ Account insights
✓ Export data to excel (.xlsx)

🔒 Data Privacy
All data is processed in your local computer, it never passes through our web server and no one knows what you have saved.

👋 Contact
If you have any issues, feel free to contact [email protected]                    

확장 프로그램 기본 정보

이름 iTracker: Track your followers & posts iTracker: Track your followers & posts
ID fhndkkmmfgldlmbhhgplankjeggijjmp
공식 URL https://chromewebstore.google.com/detail/itracker-track-your-follo/fhndkkmmfgldlmbhhgplankjeggijjmp
설명 iTracker: Analyze your Instagram followers and posts, learn who unfollows you, and how to improve your engagement and reach.
파일 크기 1.51 MB
설치 횟수 709
현재 버전 1.0.4
최근 업데이트 2023-09-15
출시 날짜 2023-03-05
평점 5.00/5 총 1 개의 평점
개발자 EchoWebBot Team
이메일 [email protected]
결제 유형 free
개인정보 보호 정책 페이지 URL https://echobot.dev/privacy-policy.html
지원되는 언어 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "iTracker: Track your followers & posts",
    "description": "iTracker: Analyze your Instagram followers and posts, learn who unfollows you, and how to improve your engagement and reach.",
    "version": "1.0.4",
    "manifest_version": 3,
    "icons": {
        "16": "img\/logo-16.png",
        "32": "img\/logo-32.png",
        "48": "img\/logo-48.png",
        "128": "img\/logo-128.png"
    },
    "action": {
        "default_popup": "popup.html",
        "default_icon": "img\/logo-48.png"
    },
    "background": {
        "service_worker": "service-worker-loader.js",
        "type": "module"
    },
    "content_scripts": [
        {
            "js": [
                "assets\/index.js-loader-d70f520d.js"
            ],
            "matches": [
                "*:\/\/*.instagram.com\/*"
            ],
            "run_at": "document_end",
            "all_frames": false
        },
        {
            "js": [
                "assets\/auth.js-loader-b3de0905.js"
            ],
            "matches": [
                "*:\/\/*.echobot.dev\/auth\/success\/igtracker*"
            ],
            "run_at": "document_end",
            "all_frames": false
        }
    ],
    "web_accessible_resources": [
        {
            "matches": [],
            "resources": [
                "img\/logo-16.png",
                "img\/logo-32.png",
                "img\/logo-48.png",
                "img\/logo-128.png"
            ],
            "use_dynamic_url": false
        },
        {
            "matches": [
                "*:\/\/*.instagram.com\/*"
            ],
            "resources": [
                "assets\/demo-1-cb8d2fb7.gif",
                "assets\/safepay-d376eb96.jpg",
                "assets\/Inter-Regular-d612f121.woff2",
                "assets\/Inter-Medium-1b498b95.woff2",
                "assets\/chunk-7381717e.js",
                "assets\/chunk-c9db7ecf.js",
                "assets\/chunk-deb17a7c.js",
                "assets\/chunk-042e6b4d.js",
                "assets\/chunk-da6fbb26.js",
                "assets\/chunk-2cc712ef.js"
            ],
            "use_dynamic_url": true
        },
        {
            "matches": [
                "*:\/\/*.echobot.dev\/*"
            ],
            "resources": [
                "assets\/chunk-deb17a7c.js",
                "assets\/chunk-042e6b4d.js",
                "assets\/chunk-69bc8a9a.js"
            ],
            "use_dynamic_url": true
        }
    ],
    "permissions": [
        "identity",
        "cookies",
        "storage",
        "unlimitedStorage",
        "activeTab",
        "scripting"
    ],
    "host_permissions": [
        "*:\/\/*.instagram.com\/*",
        "*:\/\/*.echobot.dev\/*"
    ],
    "oauth2": {
        "client_id": "346941336272-gpuvj9n4254sd3sk3iiu26s4f0me4n3l.apps.googleusercontent.com",
        "scopes": [
            "https:\/\/www.googleapis.com\/auth\/userinfo.email"
        ]
    }
}