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 مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
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 |
عنوان صفحة سياسة الخصوصية | 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" } ] } |