Demand: LinkedIn Email Finder + B2B Contacts
Find Email Addresses & Mobile Numbers While Researching on the Web
Τι είναι το Demand: LinkedIn Email Finder + B2B Contacts;
Το Demand: LinkedIn Email Finder + B2B Contacts είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον https://usedemand.com, και η κύρια λειτουργία του είναι "Find Email Addresses & Mobile Numbers While Researching on the Web".
Στιγμιότυπα Επέκτασης
Λήψη αρχείου CRX της επέκτασης Demand: LinkedIn Email Finder + B2B Contacts
Λήψη αρχείων επέκτασης Demand: LinkedIn Email Finder + B2B Contacts σε μορφή crx, εγκατάσταση των επεκτάσεων Chrome μη αυτόματα στον περιηγητή ή κοινοποίηση των αρχείων crx με φίλους για εύκολη εγκατάσταση των επεκτάσεων Chrome.
Οδηγίες Χρήσης της Επέκτασης
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.
Βασικές Πληροφορίες Επέκτασης
Όνομα | Demand: LinkedIn Email Finder + B2B Contacts |
ID | hpdonlnaehfbmhaeajlppcfkngapiofj |
Επίσημο URL | https://chromewebstore.google.com/detail/demand-linkedin-email-fin/hpdonlnaehfbmhaeajlppcfkngapiofj |
Περιγραφή | Find Email Addresses & Mobile Numbers While Researching on the Web |
Μέγεθος Αρχείου | 8.02 MB |
Αριθμός Εγκαταστάσεων | 553 |
Τρέχουσα Έκδοση | 4.0.1 |
Τελευταία Ενημέρωση | 2022-10-20 |
Ημερομηνία Δημοσίευσης | 2020-06-10 |
Αξιολόγηση | 3.00/5 Συνολικά 2 Αξιολογήσεις |
Προγραμματιστής | https://usedemand.com |
Ηλεκτρονικό ταχυδρομείο | [email protected] |
Τύπος Πληρωμής | free |
Ιστότοπος Επέκτασης | https://usedemand.com |
Διεύθυνση URL της Σελίδας Βοήθειας | https://support.usedemand.com |
URL της Σελίδας Πολιτικής Απορρήτου | https://www.usedemand.com/privacy-policy |
Υποστηριζόμενες Γλώσσες | 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": [ "\/*" ] } |