Partner Generator
Fill your friends list with targeted social leads.
什麼是Partner Generator?
Partner Generator是由SaaS Reseller開發的Chrome擴展程式,該擴展的主要功能是“Fill your friends list with targeted social leads.”。
擴展截圖
下載Partner Generator擴展crx文件
下載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 |
官方網址 | 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 } |