Kloser - Find B2B Contact info with one click
Kloser gives you the most accurate email addresses and phone numbers for B2B leads anywhere.
Qu'est-ce que Kloser - Find B2B Contact info with one click ?
Kloser - Find B2B Contact info with one click est une extension Chrome développée par https://kloser.com, et sa fonction principale est "Kloser gives you the most accurate email addresses and phone numbers for B2B leads anywhere.".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension Kloser - Find B2B Contact info with one click
Téléchargez les fichiers d'extension Kloser - Find B2B Contact info with one click au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.
Instructions d'Utilisation de l'Extension
Kloser Chrome extensions empowers you to unmask any business professional's work email address and phone number with a click of a button. Simply install the Kloser Chrome extension and visit any prospect's LinkedIn profile. How does it work? Kloser finds business emails for LinkedIn profiles and search results. Kloser remembers your email discoveries so NO DUPLICATES and emails are NEVER COUNTED TWICE. Companies like IBM, Google, Workday, Intel and many more already use Kloser. Kloser does NOT copy your LinkedIn connections or read your LinkedIn messages. It is 100% safe and secure. With Kloser you get Free monthly email discoveries. Don't wait. Start using Kloser TODAY!
Informations de Base sur l'Extension
Nom | Kloser - Find B2B Contact info with one click |
ID | idcdkjpekpkllkjecfaiibaigfhgedpc |
URL Officiel | https://chromewebstore.google.com/detail/kloser-find-b2b-contact-i/idcdkjpekpkllkjecfaiibaigfhgedpc |
Description | Kloser gives you the most accurate email addresses and phone numbers for B2B leads anywhere. |
Taille du Fichier | 367 KB |
Nombre d'Installations | 7,062 |
Version Actuelle | 2.0.4 |
Dernière Mise à Jour | 2023-12-07 |
Date de Publication | 2021-09-26 |
Évaluation | 4.72/5 Total 849 Évaluations |
Développeur | https://kloser.com |
[email protected] | |
Type de Paiement | free |
Site Web de l'Extension | https://www.kloser.com |
URL de la Page d'Aide | https://www.kloser.com/contact |
URL de la Page de Politique de Confidentialité | https://kloser.com/legal/privacy |
Langues Prises en Charge | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Kloser - Find B2B Contact info with one click", "description": "Kloser gives you the most accurate email addresses and phone numbers for B2B leads anywhere.", "version": "2.0.4", "host_permissions": [ "https:\/\/*.linkedin.com\/*", "https:\/\/api.rollbar.com\/", "https:\/\/*.kloser.com\/*", "https:\/\/kloser.com\/*" ], "externally_connectable": { "matches": [ "*:\/\/*.kloser.com\/*", "https:\/\/kloser.com\/*" ] }, "background": { "service_worker": "background.bundle.js" }, "content_scripts": [ { "js": [ "rollbar.config_linkedin_end.js", "content_linkedin_end.bundle.js" ], "matches": [ "*:\/\/*.linkedin.com\/*" ], "run_at": "document_end" }, { "js": [ "rollbar.config_linkedin_start.js", "content_linkedin_start.bundle.js" ], "matches": [ "*:\/\/*.linkedin.com\/*" ], "run_at": "document_start" } ], "icons": { "128": "icon-128.png" }, "manifest_version": 3, "content_security_policy": { "extension_pages": "default-src 'self'; connect-src https: data: blob: filesystem:;" }, "web_accessible_resources": [ { "matches": [ "https:\/\/*.linkedin.com\/*" ], "resources": [ "content.html", "loading.gif", "a8998b6f9d59ffcffbf265.bundle.js" ] } ], "permissions": [ "alarms", "storage", "cookies" ] } |