Phone Scraper

Convert any company names to its phones. Just highlight company name in page and get its phone list.

Phone Scraper là gì?

Phone Scraper là một tiện ích mở rộng Chrome được phát triển bởi Zahra Jalilibaleh, và tính năng chính của nó là "Convert any company names to its phones. Just highlight company name in page and get its phone list.".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot
screenshot
screenshot

Tải xuống tệp CRX của tiện ích mở rộng Phone Scraper

Tải xuống các tệp mở rộng Phone Scraper 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

                        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.                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên Phone Scraper Phone Scraper
ID kmkcnhdoamakfljlgaocmnkejjmcnibh
URL Chính Thức https://chrome.google.com/webstore/detail/phone-scraper/kmkcnhdoamakfljlgaocmnkejjmcnibh
Mô tả Convert any company names to its phones. Just highlight company name in page and get its phone list.
Kích Thước Tệp 5.6 MB
Số Lần Cài Đặt 77
Phiên Bản Hiện Tại 1.1.1
Cập Nhật Lần Cuối 2020-03-23
Ngày Phát Hành 2020-03-22
Nhà Phát Triển Zahra Jalilibaleh
Email [email protected]
Loại Thanh Toán free
Trang Web Mở Rộng https://phone-scraper.com/
URL Trang Trợ Giúp https://phone-scraper.com/b2b-company-phone-finder/
Ngôn Ngữ Được Hỗ Trợ 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"
    ]
}