ABC Social Extractor
Social Data Extractor - Extact phone & email from diffrenet social media plateform
什么是ABC Social Extractor?
ABC Social Extractor是由Digital Solutions开发的Chrome扩展程序,该扩展的主要功能是“Social Data Extractor - Extact phone & email from diffrenet social media plateform”。
扩展截图
下载ABC Social Extractor扩展crx文件
下载ABC Social Extractor扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
social lead extractor software. best business marketing tools. it scrape data from popular pages.
扩展基本信息
名称 | ABC Social Extractor |
ID | jejfgnokcpjlpjbjgmgepglcdnhmedpj |
官方URL | https://chromewebstore.google.com/detail/abc-social-extractor/jejfgnokcpjlpjbjgmgepglcdnhmedpj |
简介 | Social Data Extractor - Extact phone & email from diffrenet social media plateform |
文件大小 | 641 KB |
安装次数 | 36 |
当前版本 | 2.0 |
更新时间 | 2023-08-07 |
上架时间 | 2023-02-16 |
开发者 | Digital Solutions |
电子邮箱 | [email protected] |
付费类型 | in_app |
隐私政策页面URL | https://wabulksender.in/privacy.html |
支持的语言 | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "ABC Social Extractor", "description": "Social Data Extractor - Extact phone & email from diffrenet social media plateform", "version": "2.0", "action": { "default_popup": "html\/index.html", "default_title": "ABC Social Extractor" }, "host_permissions": [ "*:\/\/reseller.digitalirshad.com\/*" ], "options_page": "html\/option.html", "icons": { "128": "images\/icon_128.png", "16": "images\/icon_128.png", "22": "images\/icon_32.png", "32": "images\/icon_32.png", "48": "images\/icon_48.png" }, "background": { "service_worker": "js\/eventpage.js", "type": "module" }, "permissions": [ "storage", "notifications", "downloads" ], "content_scripts": [ { "js": [ "lib\/js\/jquery-min.js", "contentscript\/content.js" ], "css": [ "css\/style.css" ], "matches": [ "*:\/\/*.google.com\/*" ], "run_at": "document_end" } ] } |