ABC Social Extractor
Social Data Extractor - Extact phone & email from diffrenet social media plateform
ABC Social Extractorคืออะไร?
ABC Social Extractor เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Digital Solutions และคุณลักษณะหลักของมันคือ "Social Data Extractor - Extact phone & email from diffrenet social media plateform"
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย ABC Social Extractor
ดาวน์โหลดไฟล์ส่วนขยาย 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" } ] } |