Findcustomer
Your best companion when prospecting with Findcustomer.
Τι είναι το Findcustomer;
Το Findcustomer είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον https://findcustomer.io, και η κύρια λειτουργία του είναι "Your best companion when prospecting with Findcustomer.".
Στιγμιότυπα Επέκτασης
Λήψη αρχείου CRX της επέκτασης Findcustomer
Λήψη αρχείων επέκτασης Findcustomer σε μορφή crx, εγκατάσταση των επεκτάσεων Chrome μη αυτόματα στον περιηγητή ή κοινοποίηση των αρχείων crx με φίλους για εύκολη εγκατάσταση των επεκτάσεων Chrome.
Οδηγίες Χρήσης της Επέκτασης
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.
Βασικές Πληροφορίες Επέκτασης
Όνομα | Findcustomer |
ID | jakhcoeodnblkcpbeoikikibfclknnlc |
Επίσημο URL | https://chromewebstore.google.com/detail/findcustomer/jakhcoeodnblkcpbeoikikibfclknnlc |
Περιγραφή | Your best companion when prospecting with Findcustomer. |
Μέγεθος Αρχείου | 173 KB |
Αριθμός Εγκαταστάσεων | 457 |
Τρέχουσα Έκδοση | 0.2.5 |
Τελευταία Ενημέρωση | 2021-10-20 |
Ημερομηνία Δημοσίευσης | 2021-01-23 |
Αξιολόγηση | 5.00/5 Συνολικά 1 Αξιολογήσεις |
Προγραμματιστής | https://findcustomer.io |
Ηλεκτρονικό ταχυδρομείο | [email protected] |
Τύπος Πληρωμής | free |
Ιστότοπος Επέκτασης | https://www.findcustomer.io |
Διεύθυνση URL της Σελίδας Βοήθειας | https://www.findcustomer.io/contact |
URL της Σελίδας Πολιτικής Απορρήτου | https://www.findcustomer.io/mentions-legales |
Υποστηριζόμενες Γλώσσες | 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\/*" ] } |