InsE - Instagram email finder & exporter

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

O que é InsE - Instagram email finder & exporter?

InsE - Instagram email finder & exporter é uma extensão do Chrome desenvolvida por ListMore, e sua principal característica é "Scrape pubilc email and phone of instagram followers and export to csv/excel".

Capturas de Tela da Extensão

screenshot
screenshot

Baixar o arquivo CRX da Extensão InsE - Instagram email finder & exporter

Baixe arquivos de extensão InsE - Instagram email finder & exporter no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.

Instruções de Uso da Extensão

                        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.                    

Informações Básicas da Extensão

Nome InsE - Instagram email finder & exporter InsE - Instagram email finder & exporter
ID hboikjnbkhkjmllgdcflmbcojbpklcca
URL Oficial https://chromewebstore.google.com/detail/inse-instagram-email-find/hboikjnbkhkjmllgdcflmbcojbpklcca
Descrição Scrape pubilc email and phone of instagram followers and export to csv/excel
Tamanho do Arquivo 896 KB
Contagem de Instalações 736
Versão Atual 4.6.13
Última Atualização 2024-02-19
Data de Publicação 2022-07-07
Classificação 3.33/5 Total de 3 Avaliações
Desenvolvedor ListMore
Email [email protected]
Tipo de Pagamento free
URL da Página de Política de Privacidade https://listmore.notion.site/Privacy-Policy-1b8454dbdaa54b4590b3b8988b4c2e08
Idiomas Suportados 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'"
    }
}