Sippy Click for Yealink

Click and select phone numbers to call them.

Sippy Click for Yealinkとは何ですか?

Sippy Click for YealinkはSippyによって開発されたChromeの拡張機能で、その主な機能は「Click and select phone numbers to call them.」です。

拡張機能のスクリーンショット

screenshot

Sippy Click for Yealink拡張機能のCRXファイルをダウンロード

Sippy Click for Yealink拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。

拡張機能の使用方法

                        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.                    

拡張機能の基本情報

名前 Sippy Click for Yealink Sippy Click for Yealink
ID didkodinlohkepjjikmngocilomdkngi
公式URL https://chromewebstore.google.com/detail/sippy-click-for-yealink/didkodinlohkepjjikmngocilomdkngi
説明 Click and select phone numbers to call them.
ファイルサイズ 382 KB
インストール数 69
現在のバージョン 0.6.0
最終更新日 2022-04-08
公開日 2021-12-08
開発者 Sippy
Eメール [email protected]
支払い方法 free
拡張機能のウェブサイト https://sippy.cloud
ヘルプページのURL https://github.com/optimise-group/click-for-yealink
対応言語 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"
        }
    ]
}