Group Leads
Group leads helps you convert new facebook group members into leads in your favorite email marketing software.
ما هو Group Leads؟
Group Leads هو إضافة Chrome تم تطويرها بواسطة https://groupleads.net، والميزة الرئيسية لها هي "Group leads helps you convert new facebook group members into leads in your favorite email marketing software.".
لقطات شاشة التمديد
تحميل ملف CRX للإضافة Group Leads
قم بتنزيل ملفات الامتداد Group Leads بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
It saves you time and money by allowing you to add new group members data into your Google sheet as well as your autoresponder. Disclaimer: This extension is not affiliated with Facebook in any way.
معلومات أساسية عن التمديد
الاسم | Group Leads |
ID | fflgpaejocnobejfanekjilflogejjch |
عنوان URL الرسمي | https://chromewebstore.google.com/detail/group-leads/fflgpaejocnobejfanekjilflogejjch |
الوصف | Group leads helps you convert new facebook group members into leads in your favorite email marketing software. |
حجم الملف | 3.8 MB |
عدد التثبيتات | 9,901 |
النسخة الحالية | 5.0.8 |
آخر تحديث | 2024-02-24 |
تاريخ النشر | 2020-06-30 |
تقييم | 4.44/5 مجموع تقييمات 133 |
المطور | https://groupleads.net |
البريد الإلكتروني | [email protected] |
نوع الدفع | in_app |
موقع الإضافة | https://groupleads.net |
عنوان صفحة المساعدة | https://docs.groupleads.net |
عنوان صفحة سياسة الخصوصية | https://chatsilo.com/privacy |
اللغات المدعومة | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Group Leads", "short_name": "Group Leads", "version": "5.0.8", "description": "Group leads helps you convert new facebook group members into leads in your favorite email marketing software.", "manifest_version": 3, "action": { "browser_style": false, "default_title": "Group Leads", "default_popup": "index.html" }, "icons": { "16": "assets\/icons\/icon16.png", "32": "assets\/icons\/icon32.png", "128": "assets\/icons\/icon128.png" }, "content_security_policy": { "extension_pages": "script-src 'self'; object-src 'self'" }, "oauth2": { "client_id": "1078285110766-o89r1u02fda5ope8uc810o12fo80b2bh.apps.googleusercontent.com", "scopes": [ "https:\/\/www.googleapis.com\/auth\/spreadsheets" ] }, "permissions": [ "tabs", "storage", "cookies", "identity", "identity.email", "notifications", "alarms", "clipboardRead", "clipboardWrite", "system.display" ], "host_permissions": [ "*:\/\/*.facebook.com\/*", "*:\/\/*.groupleads.net\/*", "*:\/\/*.api-us1.com\/*", "*:\/\/*.google.com\/*", "*:\/\/*.googleapis.com\/*", "*:\/\/*.messenger.com\/*" ], "background": { "service_worker": "background.js", "type": "module" }, "content_scripts": [ { "matches": [ "*:\/\/*\/*" ], "js": [ "jquery.min.js", "content.js", "runtime.js", "content\/cs-config.js", "content\/cs-helper.js", "content\/manual.js", "content\/automation.js" ], "css": [ "\/content\/css\/groupleads.css" ], "all_frames": false } ], "web_accessible_resources": [ { "resources": [ "assets\/icons\/icon32.png" ], "matches": [ " |