Denwa Click-To-Call

Search phone numbers on the page, so you can click them to dial with Denwa

Qu'est-ce que Denwa Click-To-Call ?

Denwa Click-To-Call est une extension Chrome développée par Denwa Technology Corp., et sa fonction principale est "Search phone numbers on the page, so you can click them to dial with Denwa".

Captures d'Écran de l'Extension

screenshot
screenshot
screenshot

Télécharger le fichier CRX de l'extension Denwa Click-To-Call

Téléchargez les fichiers d'extension Denwa Click-To-Call au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        Search phone numbers on the page you visit and convert them to links, so you can click them to dial with your Denwa Unified Communications Center.                    

Informations de Base sur l'Extension

Nom Denwa Click-To-Call Denwa Click-To-Call
ID ojljgfhaaipniapljdmphkhejmmajigi
URL Officiel https://chromewebstore.google.com/detail/denwa-click-to-call/ojljgfhaaipniapljdmphkhejmmajigi
Description Search phone numbers on the page, so you can click them to dial with Denwa
Taille du Fichier 92.42 KB
Nombre d'Installations 100
Version Actuelle 1.0.4
Dernière Mise à Jour 2013-10-16
Date de Publication 2013-10-16
Évaluation 4.86/5 Total 7 Évaluations
Développeur Denwa Technology Corp.
Type de Paiement free
Site Web de l'Extension http://www.denwaip.com/
URL de la Page d'Aide http://www.denwaip.com/
Langues Prises en Charge en,es
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "__MSG_extName__",
    "short_name": "Denwa Click-To-Call",
    "version": "1.0.4",
    "description": "__MSG_extDescription__",
    "background": {
        "persistent": true,
        "scripts": [
            "jquery-2.0.3.min.js",
            "base64.js",
            "options.js",
            "background.js"
        ]
    },
    "options_page": "options.html",
    "page_action": {
        "default_icon": "denwa-19.png",
        "default_title": "__MSG_extPageActionTitle__",
        "default_popup": "popup.html"
    },
    "content_scripts": [
        {
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ],
            "js": [
                "jquery-2.0.3.min.js",
                "jquery.ba-replacetext.min.js",
                "contentscript.js"
            ],
            "run_at": "document_idle",
            "all_frames": true
        }
    ],
    "icons": {
        "128": "denwa-128.png"
    },
    "permissions": [
        "http:\/\/*\/*",
        "https:\/\/*\/*"
    ],
    "web_accessible_resources": [
        "jquery-2.0.3.min.js",
        "jquery.ba-replacetext.min.js",
        "denwa-48.png",
        "close.png",
        "phone-48-on.png",
        "edit-icon.png",
        "checkmark.png"
    ],
    "default_locale": "en",
    "manifest_version": 2
}