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開發的Chrome擴展程式,該擴展的主要功能是“Scrape pubilc email and phone of instagram followers and export to csv/excel”。
擴展截圖
下載InsE - Instagram email finder & exporter擴展crx文件
下載InsE - Instagram email finder & exporter擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。
擴展使用說明
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. 擴展基本資訊
| 名稱 | |
| ID | hboikjnbkhkjmllgdcflmbcojbpklcca |
| 官方網址 | 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'"
}
} | |