Findcustomer
Your best companion when prospecting with Findcustomer.
Vad är Findcustomer?
Findcustomer är en Chrome-tillägg utvecklad av https://findcustomer.io, och dess huvudfunktion är "Your best companion when prospecting with Findcustomer.".
Tilläggsskärmbilder
Ladda ner Findcustomer-förlängningens CRX-fil
Ladda ner Findcustomer-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.
Användarmanual för Tillägg
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.
Grundläggande Information om Tillägg
Namn | Findcustomer |
ID | jakhcoeodnblkcpbeoikikibfclknnlc |
Officiell webbadress | https://chromewebstore.google.com/detail/findcustomer/jakhcoeodnblkcpbeoikikibfclknnlc |
Beskrivning | Your best companion when prospecting with Findcustomer. |
Filstorlek | 173 KB |
Antal Installationer | 457 |
Aktuell Version | 0.2.5 |
Senast Uppdaterad | 2021-10-20 |
Publiceringsdatum | 2021-01-23 |
Betyg | 5.00/5 Totalt 1 Betyg |
Utvecklare | https://findcustomer.io |
E-post | [email protected] |
Betalningssätt | free |
Tilläggswebbplats | https://www.findcustomer.io |
Hjälpsida URL | https://www.findcustomer.io/contact |
URL till Sekretesspolicy Sidan | https://www.findcustomer.io/mentions-legales |
Stödda Språk | 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\/*" ] } |