Sippy Click for Yealink

Click and select phone numbers to call them.

Cos'è Sippy Click for Yealink?

Sippy Click for Yealink è un'estensione di Chrome sviluppata da Sippy, e la sua funzione principale è "Click and select phone numbers to call them.".

Screenshot dell'Estensione

screenshot

Scarica il file CRX dell'estensione Sippy Click for Yealink

Scarica i file di estensione Sippy Click for Yealink in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        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.                    

Informazioni di Base sull'Estensione

Nome Sippy Click for Yealink Sippy Click for Yealink
ID didkodinlohkepjjikmngocilomdkngi
URL Ufficiale https://chromewebstore.google.com/detail/sippy-click-for-yealink/didkodinlohkepjjikmngocilomdkngi
Descrizione Click and select phone numbers to call them.
Dimensione del File 382 KB
Conteggio Installazioni 69
Versione Corrente 0.6.0
Ultimo Aggiornamento 2022-04-08
Data di Pubblicazione 2021-12-08
Sviluppatore Sippy
Email [email protected]
Tipo di Pagamento free
Sito Web dell'Estensione https://sippy.cloud
URL della Pagina di Aiuto https://github.com/optimise-group/click-for-yealink
Lingue Supportate 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"
        }
    ]
}