Demand: LinkedIn Email Finder + B2B Contacts
Find Email Addresses & Mobile Numbers While Researching on the Web
Was ist Demand: LinkedIn Email Finder + B2B Contacts?
Demand: LinkedIn Email Finder + B2B Contacts ist eine Chrome-Erweiterung, die von https://usedemand.com entwickelt wurde, und ihr Hauptmerkmal ist "Find Email Addresses & Mobile Numbers While Researching on the Web".
Erweiterungsscreenshots
Demand: LinkedIn Email Finder + B2B Contacts-Erweiterungs-CRX-Datei herunterladen
Laden Sie Demand: LinkedIn Email Finder + B2B Contacts-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
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.
Grundlegende Informationen zur Erweiterung
Name | Demand: LinkedIn Email Finder + B2B Contacts |
ID | hpdonlnaehfbmhaeajlppcfkngapiofj |
Offizielle URL | https://chromewebstore.google.com/detail/demand-linkedin-email-fin/hpdonlnaehfbmhaeajlppcfkngapiofj |
Beschreibung | Find Email Addresses & Mobile Numbers While Researching on the Web |
Dateigröße | 8.02 MB |
Installationsanzahl | 553 |
Aktuelle Version | 4.0.1 |
Letztes Update | 2022-10-20 |
Veröffentlichungsdatum | 2020-06-10 |
Bewertung | 3.00/5 Insgesamt 2 Bewertungen |
Entwickler | https://usedemand.com |
[email protected] | |
Zahlungsart | free |
Erweiterungswebsite | https://usedemand.com |
Hilfeseite URL | https://support.usedemand.com |
URL der Datenschutzrichtlinien-Seite | https://www.usedemand.com/privacy-policy |
Unterstützte Sprachen | 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": [ "\/*" ] } |