Sippy Click for Yealink

Click and select phone numbers to call them.

Qu'est-ce que Sippy Click for Yealink ?

Sippy Click for Yealink est une extension Chrome développée par Sippy, et sa fonction principale est "Click and select phone numbers to call them.".

Captures d'Écran de l'Extension

screenshot

Télécharger le fichier CRX de l'extension Sippy Click for Yealink

Téléchargez les fichiers d'extension Sippy Click for Yealink 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

                        With this extension you can simply select a phone number or click on it to call it through your Yealink telephone. The extension is integrated with your Sippy PBX, you can enable it on a user base.                    

Informations de Base sur l'Extension

Nom Sippy Click for Yealink Sippy Click for Yealink
ID didkodinlohkepjjikmngocilomdkngi
URL Officiel https://chromewebstore.google.com/detail/sippy-click-for-yealink/didkodinlohkepjjikmngocilomdkngi
Description Click and select phone numbers to call them.
Taille du Fichier 382 KB
Nombre d'Installations 69
Version Actuelle 0.6.0
Dernière Mise à Jour 2022-04-08
Date de Publication 2021-12-08
Développeur Sippy
Email [email protected]
Type de Paiement free
Site Web de l'Extension https://sippy.cloud
URL de la Page d'Aide https://github.com/optimise-group/click-for-yealink
Langues Prises en Charge en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Sippy Click for Yealink",
    "version": "0.6.0",
    "description": "Click and select phone numbers to call them.",
    "homepage_url": "https:\/\/github.com\/optimise-group\/click-for-yealink",
    "manifest_version": 2,
    "icons": {
        "16": "\/icons\/sippy16x16.png",
        "32": "\/icons\/sippy32x32.png",
        "48": "\/icons\/sippy48x48.png",
        "128": "\/icons\/sippy128x128.png"
    },
    "permissions": [
        "contextMenus",
        "storage"
    ],
    "options_ui": {
        "chrome_style": false,
        "open_in_tab": true,
        "page": "\/settings\/options.html"
    },
    "background": {
        "persistent": false,
        "scripts": [
            "\/background.js"
        ]
    },
    "content_scripts": [
        {
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ],
            "js": [
                "\/content.js"
            ],
            "run_at": "document_end"
        }
    ]
}