InsFo - IG follower export & analysis tool

Export Instagram Follower/Following/Comment/Tag/Location and Analyze.

Τι είναι το InsFo - IG follower export & analysis tool;

Το InsFo - IG follower export & analysis tool είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον https://www.listmore.info, και η κύρια λειτουργία του είναι "Export Instagram Follower/Following/Comment/Tag/Location and Analyze.".

Στιγμιότυπα Επέκτασης

screenshot
screenshot
screenshot
screenshot

Λήψη αρχείου CRX της επέκτασης InsFo - IG follower export & analysis tool

Λήψη αρχείων επέκτασης InsFo - IG follower export & analysis tool σε μορφή crx, εγκατάσταση των επεκτάσεων Chrome μη αυτόματα στον περιηγητή ή κοινοποίηση των αρχείων crx με φίλους για εύκολη εγκατάσταση των επεκτάσεων Chrome.

Οδηγίες Χρήσης της Επέκτασης

                        InsFo elevates your Instagram marketing and analytics to the next level by enabling the export of Instagram followers or following lists into a CSV/Excel file. Now with added functionality to analyze follower data, InsFo can identify ghost followers and pinpoint the most valuable targets for marketing efforts.

🚀 Key Features:

Export millions of records in minutes.
Advanced analytics capability to analyze follower data.
Identify ghost followers to optimize your engagement strategy.
Pinpoint high-value followers for targeted marketing campaigns.

🔍 How It Works:

Utilizes Instagram's official API for secure data export.
Free users can export the first 500 records effortlessly.
Premium users enjoy unlimited export capabilities.

🔒 Usage Policy:

No password required for enhanced security.
All data is processed locally, ensuring confidentiality and privacy.
Your exported data remains private - your secret is safe with us.                    

Βασικές Πληροφορίες Επέκτασης

Όνομα InsFo - IG follower export & analysis tool InsFo - IG follower export & analysis tool
ID bckleejkdhlponanidmjfjdigpahlado
Επίσημο URL https://chromewebstore.google.com/detail/insfo-ig-follower-export/bckleejkdhlponanidmjfjdigpahlado
Περιγραφή Export Instagram Follower/Following/Comment/Tag/Location and Analyze.
Μέγεθος Αρχείου 895 KB
Αριθμός Εγκαταστάσεων 9,657
Τρέχουσα Έκδοση 4.6.12
Τελευταία Ενημέρωση 2024-02-02
Ημερομηνία Δημοσίευσης 2021-07-25
Αξιολόγηση 4.27/5 Συνολικά 41 Αξιολογήσεις
Προγραμματιστής https://www.listmore.info
Ηλεκτρονικό ταχυδρομείο [email protected]
Τύπος Πληρωμής free
Ιστότοπος Επέκτασης https://www.listmore.info/
Διεύθυνση URL της Σελίδας Βοήθειας https://www.listmore.info/faq?ext_name=InsFo&from=webstore
URL της Σελίδας Πολιτικής Απορρήτου https://listmore.notion.site/Privacy-Policy-1b8454dbdaa54b4590b3b8988b4c2e08
Υποστηριζόμενες Γλώσσες en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "InsFo - IG follower export & analysis tool",
    "version": "4.6.12",
    "description": "Export Instagram Follower\/Following\/Comment\/Tag\/Location and Analyze.",
    "action": {
        "default_icon": ".\/assets\/icon-128.png",
        "default_popup": ".\/dist\/popup\/index.html"
    },
    "options_ui": {
        "page": ".\/dist\/options\/index.html",
        "open_in_tab": true
    },
    "background": {
        "service_worker": ".\/dist\/background\/index.mjs"
    },
    "icons": {
        "16": ".\/assets\/icon-16.png",
        "48": ".\/assets\/icon-48.png",
        "128": ".\/assets\/icon-128.png"
    },
    "permissions": [
        "storage",
        "activeTab",
        "cookies",
        "unlimitedStorage"
    ],
    "host_permissions": [
        "*:\/\/*.instagram.com\/*",
        "*:\/\/*.listmore.info\/*"
    ],
    "content_scripts": [
        {
            "matches": [
                "https:\/\/*.instagram.com\/*?ext=F&cmd=export&uuid=*"
            ],
            "js": [
                "dist\/exportPanel\/index.global.js"
            ]
        }
    ],
    "web_accessible_resources": [
        {
            "resources": [
                "dist\/exportPanel\/style.css",
                "assets\/*"
            ],
            "matches": [
                "*:\/\/*.instagram.com\/*"
            ]
        }
    ],
    "content_security_policy": {
        "extension_pages": "script-src 'self'; object-src 'self'"
    }
}