Demand: LinkedIn Email Finder + B2B Contacts
Find Email Addresses & Mobile Numbers While Researching on the Web
Demand: LinkedIn Email Finder + B2B Contacts là gì?
Demand: LinkedIn Email Finder + B2B Contacts là một tiện ích mở rộng Chrome được phát triển bởi https://usedemand.com, và tính năng chính của nó là "Find Email Addresses & Mobile Numbers While Researching on the Web".
Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng
Tải xuống tệp CRX của tiện ích mở rộng Demand: LinkedIn Email Finder + B2B Contacts
Tải xuống các tệp mở rộng Demand: LinkedIn Email Finder + B2B Contacts dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.
Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng
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.
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | Demand: LinkedIn Email Finder + B2B Contacts |
ID | hpdonlnaehfbmhaeajlppcfkngapiofj |
URL Chính Thức | https://chromewebstore.google.com/detail/demand-linkedin-email-fin/hpdonlnaehfbmhaeajlppcfkngapiofj |
Mô tả | Find Email Addresses & Mobile Numbers While Researching on the Web |
Kích Thước Tệp | 8.02 MB |
Số Lần Cài Đặt | 553 |
Phiên Bản Hiện Tại | 4.0.1 |
Cập Nhật Lần Cuối | 2022-10-20 |
Ngày Phát Hành | 2020-06-10 |
Đánh Giá | 3.00/5 Tổng số 2 Đánh Giá |
Nhà Phát Triển | https://usedemand.com |
[email protected] | |
Loại Thanh Toán | free |
Trang Web Mở Rộng | https://usedemand.com |
URL Trang Trợ Giúp | https://support.usedemand.com |
URL Trang Chính Sách Bảo Mật | https://www.usedemand.com/privacy-policy |
Ngôn Ngữ Được Hỗ Trợ | 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": [ "\/*" ] } |