Demand: LinkedIn Email Finder + B2B Contacts
Find Email Addresses & Mobile Numbers While Researching on the Web
Qu'est-ce que Demand: LinkedIn Email Finder + B2B Contacts ?
Demand: LinkedIn Email Finder + B2B Contacts est une extension Chrome développée par https://usedemand.com, et sa fonction principale est "Find Email Addresses & Mobile Numbers While Researching on the Web".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension Demand: LinkedIn Email Finder + B2B Contacts
Téléchargez les fichiers d'extension Demand: LinkedIn Email Finder + B2B Contacts 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
Makes Demand easier to use by automatically retrieving your session cookies Demand is the growth-hackers favorite weapon. The favorite tool to automate LinkedIn outreach together with Email and Social. On our path to make Growth-hacking available to non-technical people we've decided to simplify the process of filling out your session cookies. This extension will automatically retrieve the session cookies of the websites you're connected to. Once you use Saleshub , just click on "Add Cookie" to fill the session cookies input field. If you have any question about this extension, feel free to send us an email at [email protected] or directly on our support chat.
Informations de Base sur l'Extension
Nom | Demand: LinkedIn Email Finder + B2B Contacts |
ID | hpdonlnaehfbmhaeajlppcfkngapiofj |
URL Officiel | https://chromewebstore.google.com/detail/demand-linkedin-email-fin/hpdonlnaehfbmhaeajlppcfkngapiofj |
Description | Find Email Addresses & Mobile Numbers While Researching on the Web |
Taille du Fichier | 8.02 MB |
Nombre d'Installations | 553 |
Version Actuelle | 4.0.1 |
Dernière Mise à Jour | 2022-10-20 |
Date de Publication | 2020-06-10 |
Évaluation | 3.00/5 Total 2 Évaluations |
Développeur | https://usedemand.com |
[email protected] | |
Type de Paiement | free |
Site Web de l'Extension | https://usedemand.com |
URL de la Page d'Aide | https://support.usedemand.com |
URL de la Page de Politique de Confidentialité | https://www.usedemand.com/privacy-policy |
Langues Prises en Charge | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "__MSG_appName__", "short_name": "__MSG_appShortName__", "description": "__MSG_appDesc__", "default_locale": "en", "version": "4.0.1", "icons": { "128": "img\/icon-128.png" }, "browser_action": { "default_icon": "img\/icon-128.png" }, "background": { "scripts": [ "background.js" ], "persistent": true }, "externally_connectable": { "matches": [ "*:\/\/*.salestools.io\/*", "*:\/\/*.usedemand.com\/*", "https:\/\/voogy.app\/*", "https:\/\/voogy.com\/*" ] }, "permissions": [ "cookies", "storage", "*:\/\/*.salestools.io\/*", "*:\/\/*.saleshub.ai\/*", "*:\/\/*.usedemand.com\/*", "*:\/\/www.linkedin.com\/*", "*:\/\/voogy.app\/*", "*:\/\/www.xing.com\/*", "*:\/\/*.facebook.com\/*", "*:\/\/github.com\/*", "*:\/\/*.instagram.com\/*", "*:\/\/*.intercom.io\/*", "*:\/\/*.linkedin.com\/*", "*:\/\/*.medium.com\/*", "*:\/\/*.producthunt.com\/*", "*:\/\/*.slack.com\/*", "*:\/\/*.twitter.com\/*", "*:\/\/*.uber.com\/*", "*:\/\/*.youtube.com\/*" ], "web_accessible_resources": [ "\/*" ] } |