Yoko Networks Click to Call

This extension allows Yoko Networks customers to highlight a phone number and by clicking initiate the call from their phone

Was ist Yoko Networks Click to Call?

Yoko Networks Click to Call ist eine Chrome-Erweiterung, die von https://yokonetworks.com entwickelt wurde, und ihr Hauptmerkmal ist "This extension allows Yoko Networks customers to highlight a phone number and by clicking initiate the call from their phone".

Erweiterungsscreenshots

screenshot

Yoko Networks Click to Call-Erweiterungs-CRX-Datei herunterladen

Laden Sie Yoko Networks Click to Call-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.

Anleitung zur Verwendung der Erweiterung

                        Click to call for Yoko Networks hosted VoIP systems. This extension allows customers to highlight a phone number and by clicking initiate the call from their desk phone or softphone                    

Grundlegende Informationen zur Erweiterung

Name Yoko Networks Click to Call Yoko Networks Click to Call
ID npgmpehjkfjicciloilfhfkaobhpobgk
Offizielle URL https://chromewebstore.google.com/detail/yoko-networks-click-to-ca/npgmpehjkfjicciloilfhfkaobhpobgk
Beschreibung This extension allows Yoko Networks customers to highlight a phone number and by clicking initiate the call from their phone
Dateigröße 162 KB
Installationsanzahl 2,845
Aktuelle Version 4.6.1
Letztes Update 2023-09-11
Veröffentlichungsdatum 2020-04-29
Bewertung 5.00/5 Insgesamt 3 Bewertungen
Entwickler https://yokonetworks.com
E-Mail [email protected]
Zahlungsart free
Erweiterungswebsite https://yokonetworks.com
Hilfeseite URL https://yokonetworks.com
URL der Datenschutzrichtlinien-Seite https://yokonetworks.com/privacy-policy
Unterstützte Sprachen en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Yoko Networks Click to Call",
    "description": "This extension allows Yoko Networks customers to highlight a phone number and by clicking initiate the call from their phone",
    "version": "4.6.1",
    "manifest_version": 3,
    "options_page": "content\/templates\/options.html",
    "action": {
        "default_icon": "content\/images\/input-dialpad48.png",
        "default_popup": "content\/templates\/callWindow.html"
    },
    "background": {
        "service_worker": "service-worker.js"
    },
    "content_scripts": [
        {
            "css": [
                "content\/css\/style.css"
            ],
            "all_frames": true,
            "run_at": "document_idle",
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ],
            "js": [
                "content\/js\/jquery-2.1.3.min.js",
                "content\/js\/config.js",
                "content\/js\/common.js",
                "content\/js\/background.js"
            ]
        }
    ],
    "icons": {
        "16": "\/content\/images\/input-dialpad16.png",
        "32": "\/content\/images\/input-dialpad32.png",
        "48": "\/content\/images\/input-dialpad48.png"
    },
    "permissions": [
        "storage",
        "tabs",
        "alarms",
        "contextMenus",
        "webRequest",
        "declarativeNetRequest",
        "nativeMessaging",
        "background",
        "scripting",
        "declarativeNetRequestFeedback"
    ],
    "host_permissions": [
        "",
        "http:\/\/*\/*",
        "https:\/\/*\/*"
    ],
    "web_accessible_resources": [
        {
            "resources": [
                "urls.json"
            ],
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ]
        }
    ]
}