Phonehub Extension

Detects Phone Numbers in Pages then makes them Clickable

什麼是Phonehub Extension?

Phonehub Extension是由https://www.phonehub.com.au開發的Chrome擴展程式,該擴展的主要功能是“Detects Phone Numbers in Pages then makes them Clickable”。

擴展截圖

screenshot
screenshot

下載Phonehub Extension擴展crx文件

下載Phonehub Extension擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。

擴展使用說明

                        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                    

擴展基本資訊

名稱 Phonehub Extension Phonehub Extension
ID abioebcclcljgfnijgdcopbeemielpkc
官方網址 https://chromewebstore.google.com/detail/phonehub-extension/abioebcclcljgfnijgdcopbeemielpkc
簡介 Detects Phone Numbers in Pages then makes them Clickable
檔案大小 111 KB
安裝次數 42
目前版本 1.0.1
更新時間 2014-11-30
上架時間 2014-11-30
開發者 https://www.phonehub.com.au
付費類型 free
說明頁面URL http://support.phonehub.com.au
支援的語言 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"
    ]
}