Phonehub Extension

Detects Phone Numbers in Pages then makes them Clickable

Phonehub Extension क्या है?

Phonehub Extension https://www.phonehub.com.au द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Detects Phone Numbers in Pages then makes them Clickable"।

एक्सटेंशन स्क्रीनशॉट्स

screenshot
screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में Phonehub Extension एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।

एक्सटेंशन उपयोग निर्देश

                        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"
    ]
}