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은(는) https://usedemand.com에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Find Email Addresses & Mobile Numbers While Researching on the Web"입니다.
확장 프로그램 스크린샷
Demand: LinkedIn Email Finder + B2B Contacts 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
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": [ "\/*" ] } |