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 https://www.listmore.info द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Export Instagram Follower/Following/Comment/Tag/Location and Analyze."।

एक्सटेंशन स्क्रीनशॉट्स

screenshot
screenshot
screenshot
screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में InsFo - IG follower export & analysis tool एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।

एक्सटेंशन उपयोग निर्देश

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