Phonehub Extension

Detects Phone Numbers in Pages then makes them Clickable

Co to jest Phonehub Extension?

Phonehub Extension to rozszerzenie Chrome opracowane przez https://www.phonehub.com.au, a jego główną funkcją jest „Detects Phone Numbers in Pages then makes them Clickable”.

Zrzuty ekranu rozszerzenia

screenshot
screenshot

Pobierz plik CRX rozszerzenia Phonehub Extension

Pobierz pliki rozszerzeń Phonehub Extension w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.

Instrukcja Użytkowania Rozszerzenia

                        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                    

Podstawowe informacje o rozszerzeniu

Nazwa Phonehub Extension Phonehub Extension
ID abioebcclcljgfnijgdcopbeemielpkc
Oficjalny URL https://chromewebstore.google.com/detail/phonehub-extension/abioebcclcljgfnijgdcopbeemielpkc
Opis Detects Phone Numbers in Pages then makes them Clickable
Rozmiar pliku 111 KB
Liczba instalacji 42
Aktualna Wersja 1.0.1
Ostatnia Aktualizacja 2014-11-30
Data Publikacji 2014-11-30
Deweloper https://www.phonehub.com.au
Typ Płatności free
Adres URL Strony Pomocy http://support.phonehub.com.au
Obsługiwane Języki 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"
    ]
}