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文件
下載Phone Scraper擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。
擴展使用說明
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 |
官方網址 | 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" ] } |