Phone Scraper
Convert any company names to its phones. Just highlight company name in page and get its phone list.
Phone Scraper란 무엇입니까?
Phone Scraper은(는) Zahra Jalilibaleh에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Convert any company names to its phones. Just highlight company name in page and get its phone list."입니다.
확장 프로그램 스크린샷
Phone Scraper 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
B2B or business to business marketing includes best techniques and practices which companies apply for direct sales to other businesses. In B2B marketing one needs to consider all the different shareholders who impact the purchases, both executive decision makers and simple influencers. Since a good B2B marketing strategy simultaneously uses a variety of tactics to reach multiple audiences all at once, using phone as one of all the current facilities is a MUST. As phone calls benefit from the person’s tone and are way more impressive than transferring words through written media. In B2B marketing cycles, a purchase process takes way more time as businesses thoroughly research available options in advance. Hence the more effective way to get in touch with target decider would be a phone call. The combination of the words and speakers’ intonation would be more comprehensible and impressive. What’s more the phone is a more convenient and accessible as there may be occasions or locations in which internet connection is not available to use all the information technology products.
확장 프로그램 기본 정보
이름 | |
ID | kmkcnhdoamakfljlgaocmnkejjmcnibh |
공식 URL | https://chrome.google.com/webstore/detail/phone-scraper/kmkcnhdoamakfljlgaocmnkejjmcnibh |
설명 | Convert any company names to its phones. Just highlight company name in page and get its phone list. |
파일 크기 | 5.6 MB |
설치 횟수 | 77 |
현재 버전 | 1.1.1 |
최근 업데이트 | 2020-03-23 |
출시 날짜 | 2020-03-22 |
개발자 | Zahra Jalilibaleh |
이메일 | [email protected] |
결제 유형 | free |
확장 프로그램 웹 사이트 | https://phone-scraper.com/ |
도움말 페이지 URL | https://phone-scraper.com/b2b-company-phone-finder/ |
지원되는 언어 | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Phone Scraper", "short_name": "PS", "description": "Convert any company names to its phones. Just highlight company name in page and get its phone list.", "version": "1.1.1", "author": "Zahra Jalilibaleh", "browser_action": { "default_icon": "logo.png", "default_title": "Phone Scraper", "default_popup": "index.html" }, "icons": { "16": "logo16.png", "48": "logo48.png", "128": "logo128.png" }, "background": { "scripts": [ "vendor\/jquery\/jquery-3.2.1.min.js", "js\/main.js" ], "persistent": true }, "permissions": [ "https:\/\/phone-scraper.com\/*", "activeTab", "storage" ] } |