InsE - Instagram email finder & exporter

Scrape pubilc email and phone of instagram followers and export to csv/excel

InsE - Instagram email finder & exporter क्या है?

InsE - Instagram email finder & exporter ListMore द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Scrape pubilc email and phone of instagram followers and export to csv/excel"।

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

screenshot
screenshot

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

crx प्रारूप में InsE - Instagram email finder & exporter एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।

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

                        Export public email and phone from a Instagram Account's Followers/Following to CSV Excel 

This is an operational tool designed for small and medium-sized businesses.

Step1: Open profile page of Instagram.
Step2: Click the InsE icon, then the extension will recognize the url and open the dashboard.                    

एक्सटेंशन की मूल जानकारी

नाम InsE - Instagram email finder & exporter InsE - Instagram email finder & exporter
ID hboikjnbkhkjmllgdcflmbcojbpklcca
आधिकारिक URL https://chromewebstore.google.com/detail/inse-instagram-email-find/hboikjnbkhkjmllgdcflmbcojbpklcca
विवरण Scrape pubilc email and phone of instagram followers and export to csv/excel
फ़ाइल का आकार 896 KB
स्थापना संख्या 736
वर्तमान संस्करण 4.6.13
अंतिम अपडेट 2024-02-19
प्रकाशन तिथि 2022-07-07
रेटिंग 3.33/5 कुल 3 रेटिंग्स
डेवलपर ListMore
ईमेल [email protected]
भुगतान के प्रकार free
गोपनीयता नीति पृष्ठ URL https://listmore.notion.site/Privacy-Policy-1b8454dbdaa54b4590b3b8988b4c2e08
समर्थित भाषाएँ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "InsE - Instagram email finder & exporter",
    "version": "4.6.13",
    "description": "Scrape pubilc email and phone of instagram followers and export to csv\/excel",
    "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=E&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'"
    }
}