Phonehub Extension

Detects Phone Numbers in Pages then makes them Clickable

Phonehub Extension là gì?

Phonehub Extension là một tiện ích mở rộng Chrome được phát triển bởi https://www.phonehub.com.au, và tính năng chính của nó là "Detects Phone Numbers in Pages then makes them Clickable".

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

screenshot
screenshot

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

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

                        The Phonehub Extensions makes Phone Numbers on pages Clickable... It can detect phone numbers inside form fields too!

This makes integrating your CRM easier than ever, Install the Extension... Setup the Phonehub Client on your machine and now your browser is fully integrated!

Currently Doesn't work without the Phonehub Client... Contact [email protected] for information on how to setup... Or join the Phonehub Beta http://www.phonehub.com.au/beta                    

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

Tên Phonehub Extension Phonehub Extension
ID abioebcclcljgfnijgdcopbeemielpkc
URL Chính Thức https://chromewebstore.google.com/detail/phonehub-extension/abioebcclcljgfnijgdcopbeemielpkc
Mô tả Detects Phone Numbers in Pages then makes them Clickable
Kích Thước Tệp 111 KB
Số Lần Cài Đặt 42
Phiên Bản Hiện Tại 1.0.1
Cập Nhật Lần Cuối 2014-11-30
Ngày Phát Hành 2014-11-30
Nhà Phát Triển https://www.phonehub.com.au
Loại Thanh Toán free
URL Trang Trợ Giúp http://support.phonehub.com.au
Ngôn Ngữ Được Hỗ Trợ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Phonehub Extension",
    "description": "Detects Phone Numbers in Pages then makes them Clickable",
    "author": "Phonehub",
    "permissions": [
        "tabs"
    ],
    "version": "1.0.1",
    "manifest_version": 2,
    "homepage_url": "http:\/\/www.phonehub.com.au",
    "offline_enabled": true,
    "background": {
        "scripts": [
            "js\/jquery-1.10.2.min.js",
            "js\/Process.js",
            "js\/Background.js"
        ]
    },
    "browser_action": {
        "default_icon": {
            "128": "images\/Icon128.png",
            "32": "images\/Icon32.png",
            "48": "images\/Icon48.png",
            "19": "images\/Icon18.png"
        },
        "default_title": "Phonehub Extension"
    },
    "content_scripts": [
        {
            "all_frames": true,
            "js": [
                "js\/jquery-1.10.2.min.js",
                "js\/ContentPage.js"
            ],
            "matches": [
                ""
            ],
            "run_at": "document_end"
        }
    ],
    "icons": {
        "128": "images\/Icon128.png",
        "32": "images\/Icon32.png",
        "48": "images\/Icon48.png",
        "19": "images\/Icon18.png"
    },
    "web_accessible_resources": [
        "js\/jquery-1.10.2.min.map"
    ]
}