Findcustomer
Your best companion when prospecting with Findcustomer.
Wat is Findcustomer?
Findcustomer is een Chrome-extensie ontwikkeld door https://findcustomer.io, en de belangrijkste functie is "Your best companion when prospecting with Findcustomer.".
Extensie Screenshots
Download het CRX-bestand van de extensie Findcustomer
Download Findcustomer-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
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.
Basisinformatie over de Extensie
Naam | Findcustomer |
ID | jakhcoeodnblkcpbeoikikibfclknnlc |
Officiële URL | https://chromewebstore.google.com/detail/findcustomer/jakhcoeodnblkcpbeoikikibfclknnlc |
Beschrijving | Your best companion when prospecting with Findcustomer. |
Bestandsgrootte | 173 KB |
Aantal Installaties | 457 |
Huidige Versie | 0.2.5 |
Laatst Bijgewerkt | 2021-10-20 |
Publicatiedatum | 2021-01-23 |
Beoordeling | 5.00/5 Totaal 1 Beoordelingen |
Ontwikkelaar | https://findcustomer.io |
[email protected] | |
Betalingswijze | free |
Extensiewebsite | https://www.findcustomer.io |
Help Pagina-URL | https://www.findcustomer.io/contact |
URL van de Privacybeleid Pagina | https://www.findcustomer.io/mentions-legales |
Ondersteunde Talen | 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\/*" ] } |