Partner Generator
Fill your friends list with targeted social leads.
Partner Generator là gì?
Partner Generator là một tiện ích mở rộng Chrome được phát triển bởi SaaS Reseller, và tính năng chính của nó là "Fill your friends list with targeted social leads.".
Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng
Tải xuống tệp CRX của tiện ích mở rộng Partner Generator
Tải xuống các tệp mở rộng Partner Generator dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.
Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng
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.
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | Partner Generator |
ID | hifpkacnmblbmapjahmehleklbakppmd |
URL Chính Thức | https://chromewebstore.google.com/detail/partner-generator/hifpkacnmblbmapjahmehleklbakppmd |
Mô tả | Fill your friends list with targeted social leads. |
Kích Thước Tệp | 286 KB |
Số Lần Cài Đặt | 45 |
Phiên Bản Hiện Tại | 2.0.2 |
Cập Nhật Lần Cuối | 2021-05-31 |
Ngày Phát Hành | 2021-02-20 |
Nhà Phát Triển | SaaS Reseller |
[email protected] | |
Loại Thanh Toán | free |
Trang Web Mở Rộng | https://mattyfoley.com |
URL Trang Trợ Giúp | https://mattyfoley.com/support |
URL Trang Chính Sách Bảo Mật | https://saasreseller.theconversionpros.com/sl/SRPrivacy |
Ngôn Ngữ Được Hỗ Trợ | 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 } |