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 กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
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 |
URL หน้าช่วยเหลือ | https://mattyfoley.com/support |
URL หน้านโยบายความเป็นส่วนตัว | 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 } |