Sippy Click for Yealink

Click and select phone numbers to call them.

Vad är Sippy Click for Yealink?

Sippy Click for Yealink är en Chrome-tillägg utvecklad av Sippy, och dess huvudfunktion är "Click and select phone numbers to call them.".

Tilläggsskärmbilder

screenshot

Ladda ner Sippy Click for Yealink-förlängningens CRX-fil

Ladda ner Sippy Click for Yealink-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.

Användarmanual för Tillägg

                        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.                    

Grundläggande Information om Tillägg

Namn Sippy Click for Yealink Sippy Click for Yealink
ID didkodinlohkepjjikmngocilomdkngi
Officiell webbadress https://chromewebstore.google.com/detail/sippy-click-for-yealink/didkodinlohkepjjikmngocilomdkngi
Beskrivning Click and select phone numbers to call them.
Filstorlek 382 KB
Antal Installationer 69
Aktuell Version 0.6.0
Senast Uppdaterad 2022-04-08
Publiceringsdatum 2021-12-08
Utvecklare Sippy
E-post [email protected]
Betalningssätt free
Tilläggswebbplats https://sippy.cloud
Hjälpsida URL https://github.com/optimise-group/click-for-yealink
Stödda Språk 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"
        }
    ]
}