Phonehub Extension

Detects Phone Numbers in Pages then makes them Clickable

Phonehub Extensionคืออะไร?

Phonehub Extension เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://www.phonehub.com.au และคุณลักษณะหลักของมันคือ "Detects Phone Numbers in Pages then makes them Clickable"

ภาพหน้าจอของส่วนขยาย

screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Phonehub Extension

ดาวน์โหลดไฟล์ส่วนขยาย 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
URL อย่างเป็นทางการ 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"
    ]
}