Findcustomer
Your best companion when prospecting with Findcustomer.
Was ist Findcustomer?
Findcustomer ist eine Chrome-Erweiterung, die von https://findcustomer.io entwickelt wurde, und ihr Hauptmerkmal ist "Your best companion when prospecting with Findcustomer.".
Erweiterungsscreenshots
Findcustomer-Erweiterungs-CRX-Datei herunterladen
Laden Sie Findcustomer-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.
Anleitung zur Verwendung der Erweiterung
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.
Grundlegende Informationen zur Erweiterung
Name | Findcustomer |
ID | jakhcoeodnblkcpbeoikikibfclknnlc |
Offizielle URL | https://chromewebstore.google.com/detail/findcustomer/jakhcoeodnblkcpbeoikikibfclknnlc |
Beschreibung | Your best companion when prospecting with Findcustomer. |
Dateigröße | 173 KB |
Installationsanzahl | 457 |
Aktuelle Version | 0.2.5 |
Letztes Update | 2021-10-20 |
Veröffentlichungsdatum | 2021-01-23 |
Bewertung | 5.00/5 Insgesamt 1 Bewertungen |
Entwickler | https://findcustomer.io |
[email protected] | |
Zahlungsart | free |
Erweiterungswebsite | https://www.findcustomer.io |
Hilfeseite URL | https://www.findcustomer.io/contact |
URL der Datenschutzrichtlinien-Seite | https://www.findcustomer.io/mentions-legales |
Unterstützte Sprachen | 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\/*" ] } |