Denwa Click-To-Call

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

Hvad er Denwa Click-To-Call?

Denwa Click-To-Call er en Chrome-udvidelse udviklet af Denwa Technology Corp., og dens hovedfunktion er "Search phone numbers on the page, so you can click them to dial with Denwa".

Udvidelsesskærmbilleder

screenshot
screenshot
screenshot

Download Denwa Click-To-Call-udvidelses-CRX-fil

Download Denwa Click-To-Call-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.

Brugsanvisning til Udvidelsen

                        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.                    

Grundlæggende oplysninger om udvidelsen

Navn Denwa Click-To-Call Denwa Click-To-Call
ID ojljgfhaaipniapljdmphkhejmmajigi
Officiel URL https://chromewebstore.google.com/detail/denwa-click-to-call/ojljgfhaaipniapljdmphkhejmmajigi
Beskrivelse Search phone numbers on the page, so you can click them to dial with Denwa
Filstørrelse 92.42 KB
Antal Installationer 100
Nuværende Version 1.0.4
Senest Opdateret 2013-10-16
Udgivelsesdato 2013-10-16
Bedømmelse 4.86/5 Samlet 7 Bedømmelser
Udvikler Denwa Technology Corp.
Betalingsmetode free
Udvidelseswebsted http://www.denwaip.com/
Hjælpeside-URL http://www.denwaip.com/
Understøttede Sprog 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
}