Partner Generator
Fill your friends list with targeted social leads.
Cos'è Partner Generator?
Partner Generator è un'estensione di Chrome sviluppata da SaaS Reseller, e la sua funzione principale è "Fill your friends list with targeted social leads.".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione Partner Generator
Scarica i file di estensione Partner Generator in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.
Istruzioni per l'Uso dell'Estensione
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.
Informazioni di Base sull'Estensione
Nome | Partner Generator |
ID | hifpkacnmblbmapjahmehleklbakppmd |
URL Ufficiale | https://chromewebstore.google.com/detail/partner-generator/hifpkacnmblbmapjahmehleklbakppmd |
Descrizione | Fill your friends list with targeted social leads. |
Dimensione del File | 286 KB |
Conteggio Installazioni | 45 |
Versione Corrente | 2.0.2 |
Ultimo Aggiornamento | 2021-05-31 |
Data di Pubblicazione | 2021-02-20 |
Sviluppatore | SaaS Reseller |
[email protected] | |
Tipo di Pagamento | free |
Sito Web dell'Estensione | https://mattyfoley.com |
URL della Pagina di Aiuto | https://mattyfoley.com/support |
URL della Pagina della Politica sulla Privacy | https://saasreseller.theconversionpros.com/sl/SRPrivacy |
Lingue Supportate | 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 } |