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

Qu'est-ce que Yoko Networks Click to Call ?

Yoko Networks Click to Call est une extension Chrome développée par https://yokonetworks.com, et sa fonction principale est "This extension allows Yoko Networks customers to highlight a phone number and by clicking initiate the call from their phone".

Captures d'Écran de l'Extension

screenshot

Télécharger le fichier CRX de l'extension Yoko Networks Click to Call

Téléchargez les fichiers d'extension Yoko Networks 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

                        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                    

Informations de Base sur l'Extension

Nom Yoko Networks Click to Call Yoko Networks Click to Call
ID npgmpehjkfjicciloilfhfkaobhpobgk
URL Officiel https://chromewebstore.google.com/detail/yoko-networks-click-to-ca/npgmpehjkfjicciloilfhfkaobhpobgk
Description This extension allows Yoko Networks customers to highlight a phone number and by clicking initiate the call from their phone
Taille du Fichier 162 KB
Nombre d'Installations 2,845
Version Actuelle 4.6.1
Dernière Mise à Jour 2023-09-11
Date de Publication 2020-04-29
Évaluation 5.00/5 Total 3 Évaluations
Développeur https://yokonetworks.com
Email [email protected]
Type de Paiement free
Site Web de l'Extension https://yokonetworks.com
URL de la Page d'Aide https://yokonetworks.com
URL de la Page de Politique de Confidentialité https://yokonetworks.com/privacy-policy
Langues Prises en Charge 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:\/\/*\/*"
            ]
        }
    ]
}