Findcustomer
Your best companion when prospecting with Findcustomer.
Cos'è Findcustomer?
Findcustomer è un'estensione di Chrome sviluppata da https://findcustomer.io, e la sua funzione principale è "Your best companion when prospecting with Findcustomer.".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione Findcustomer
Scarica i file di estensione Findcustomer 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
Findcustomer.io is a digital prospecting service to help you identify your prospects, verify their contact details, and create contact sequences that convert - Create powerful contact lists from multiple sources - Create and automate Linkedin sequences and emails that convert This extension provides some helps using Findcustomer, like automatically retrieve the session cookies of services you need into Findcustomer.
Informazioni di Base sull'Estensione
Nome | Findcustomer |
ID | jakhcoeodnblkcpbeoikikibfclknnlc |
URL Ufficiale | https://chromewebstore.google.com/detail/findcustomer/jakhcoeodnblkcpbeoikikibfclknnlc |
Descrizione | Your best companion when prospecting with Findcustomer. |
Dimensione del File | 173 KB |
Conteggio Installazioni | 457 |
Versione Corrente | 0.2.5 |
Ultimo Aggiornamento | 2021-10-20 |
Data di Pubblicazione | 2021-01-23 |
Valutazione | 5.00/5 Totale 1 Valutazioni |
Sviluppatore | https://findcustomer.io |
[email protected] | |
Tipo di Pagamento | free |
Sito Web dell'Estensione | https://www.findcustomer.io |
URL della Pagina di Aiuto | https://www.findcustomer.io/contact |
URL della Pagina della Politica sulla Privacy | https://www.findcustomer.io/mentions-legales |
Lingue Supportate | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Findcustomer", "version": "0.2.5", "description": "Your best companion when prospecting with Findcustomer.", "icons": { "48": "assets\/fc-icon-48.png", "128": "assets\/fc-icon.png" }, "homepage_url": "http:\/\/www.findcustomer.io\/", "background": { "scripts": [ "background.js" ] }, "browser_action": { "default_icon": { "128": "assets\/fc-icon.png" } }, "content_scripts": [ { "matches": [ "*:\/\/*.findcustomer.io\/*", "*:\/\/*.vercel.app\/*", "*:\/\/*.zapier.com\/*" ], "run_at": "document_end", "js": [ "contentscript.js" ], "css": [ "contentscript.css" ] } ], "permissions": [ "notifications", "tabs", "cookies", "webRequest", "webRequestBlocking", "*:\/\/*.findcustomer.io\/*", "*:\/\/*.linkedin.com\/*" ], "web_accessible_resources": [ "assets\/*" ] } |