ansitel Click-to-Dial

This plugin will call a selected number by clicking the right mouse button.

ansitel Click-to-Dialとは何ですか?

ansitel Click-to-Dialはhttps://www.ansitel.deによって開発されたChromeの拡張機能で、その主な機能は「This plugin will call a selected number by clicking the right mouse button.」です。

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

screenshot

ansitel Click-to-Dial拡張機能のCRXファイルをダウンロード

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

拡張機能の使用方法

                        Click-to-Dial Plugin für ansitel VoIP-Telefonanlagen zum Markieren und Wählen von Rufnummern in Google Chrome und Chromium Browsern.                    

拡張機能の基本情報

名前 ansitel Click-to-Dial ansitel Click-to-Dial
ID mdhpfilomgiedndngjhnpnkpelcfjnke
公式URL https://chromewebstore.google.com/detail/ansitel-click-to-dial/mdhpfilomgiedndngjhnpnkpelcfjnke
説明 This plugin will call a selected number by clicking the right mouse button.
ファイルサイズ 138 KB
インストール数 588
現在のバージョン 1.6.1
最終更新日 2022-08-16
公開日 2020-01-07
評価 3.50/5 合計 2 レビュー
開発者 https://www.ansitel.de
Eメール [email protected]
支払い方法 free
ヘルプページのURL https://www.ansitel.de/support50/plugins/#click-to-dial-plugin-fur-google-chrome
対応言語 de,en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "__MSG_application_title__",
    "description": "__MSG_application_description__",
    "default_locale": "de",
    "version": "1.6.1",
    "permissions": [
        "contextMenus",
        "background"
    ],
    "icons": {
        "16": "icon16.png",
        "48": "icon48.png",
        "128": "icon128.png"
    },
    "options_ui": {
        "page": "options.html"
    },
    "background": {
        "scripts": [
            "dialnumber.js"
        ]
    },
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "jquery-1.3.2.min.js",
                "tellinks.js"
            ]
        }
    ],
    "manifest_version": 2
}