Partner Generator
Fill your friends list with targeted social leads.
ما هو Partner Generator؟
Partner Generator هو إضافة Chrome تم تطويرها بواسطة SaaS Reseller، والميزة الرئيسية لها هي "Fill your friends list with targeted social leads.".
لقطات شاشة التمديد
تحميل ملف CRX للإضافة Partner Generator
قم بتنزيل ملفات الامتداد Partner Generator بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
Effortlessly target leads on FB and engage with them to make more sales. Identify the FB pages, FB groups, and even influencers that contain your future customers. With the click of a button, Partner Generator sends a friend request and auto message to all of the members of the group, page, or friends list you are targeting.
معلومات أساسية عن التمديد
الاسم | Partner Generator |
ID | hifpkacnmblbmapjahmehleklbakppmd |
عنوان URL الرسمي | https://chromewebstore.google.com/detail/partner-generator/hifpkacnmblbmapjahmehleklbakppmd |
الوصف | Fill your friends list with targeted social leads. |
حجم الملف | 286 KB |
عدد التثبيتات | 45 |
النسخة الحالية | 2.0.2 |
آخر تحديث | 2021-05-31 |
تاريخ النشر | 2021-02-20 |
المطور | SaaS Reseller |
البريد الإلكتروني | [email protected] |
نوع الدفع | free |
موقع الإضافة | https://mattyfoley.com |
عنوان صفحة المساعدة | https://mattyfoley.com/support |
عنوان صفحة سياسة الخصوصية | https://saasreseller.theconversionpros.com/sl/SRPrivacy |
اللغات المدعومة | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Partner Generator", "version": "2.0.2", "description": "Fill your friends list with targeted social leads.", "short_name": "WSL", "icons": { "16": "images\/5fd7867da4a7967e5fe89e26-FBLeadPro-1622124158575-small_icon.png", "48": "images\/5fd7867da4a7967e5fe89e26-FBLeadPro-1622124158629-medium_icon.png", "128": "images\/5fd7867da4a7967e5fe89e26-FBLeadPro-1622124158684-large_icon.png" }, "browser_action": { "default_title": "Wombot Social Leads" }, "content_scripts": [ { "matches": [ "*:\/\/*.facebook.com\/*", "*:\/\/facebook.com\/*" ], "js": [ "js\/vendor.js", ".\/arrive.js", "js\/contentScriptBundle.js", ".\/jquery.bpopup.min.js" ], "css": [ "assets\/content.inj.css", "assets\/jquery.toast.min.css" ], "run_at": "document_start" } ], "background": { "page": "background.html", "persistent": true }, "permissions": [ "*:\/\/*.facebook.com\/*", "*:\/\/facebook.com\/*", "storage", "unlimitedStorage", "notifications" ], "web_accessible_resources": [ "assets\/*", "images\/*", "js\/*" ], "manifest_version": 2 } |