Grandstream (click-to-call)

Converts phone numbers to active links for making calls over Grandstream phones

Grandstream (click-to-call)とは何ですか?

Grandstream (click-to-call)はalexey-gamovによって開発されたChromeの拡張機能で、その主な機能は「Converts phone numbers to active links for making calls over Grandstream phones」です。

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

screenshot

Grandstream (click-to-call)拡張機能のCRXファイルをダウンロード

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

拡張機能の使用方法

                        • Full telephone numbers parsing on sites
• Current telephone status on call
• Dial number from extension and sites
• Notifications with call controls                    

拡張機能の基本情報

名前 Grandstream (click-to-call) Grandstream (click-to-call)
ID gcmffhldcmblemadbaooobdopcbjkcpc
公式URL https://chromewebstore.google.com/detail/grandstream-click-to-call/gcmffhldcmblemadbaooobdopcbjkcpc
説明 Converts phone numbers to active links for making calls over Grandstream phones
ファイルサイズ 26.98 KB
インストール数 207
現在のバージョン 0.2.6
最終更新日 2023-03-10
公開日 2021-04-29
評価 5.00/5 合計 2 レビュー
開発者 alexey-gamov
Eメール [email protected]
支払い方法 free
拡張機能のウェブサイト https://github.com/alexey-gamov/grandstream-ctc
対応言語 de,en,es,pl,ru,uk,zh-CN
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Grandstream (click-to-call)",
    "description": "__MSG_description__",
    "homepage_url": "https:\/\/github.com\/alexey-gamov\/grandstream-ctc",
    "default_locale": "en",
    "version": "0.2.6",
    "icons": {
        "16": "assets\/icon.png",
        "48": "assets\/icon.png",
        "128": "assets\/icon.png"
    },
    "background": {
        "scripts": [
            "scripts\/background.js"
        ]
    },
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "scripts\/content.js"
            ],
            "run_at": "document_end"
        }
    ],
    "browser_action": {
        "default_icon": "assets\/icon.png",
        "default_popup": "pages\/popup.html"
    },
    "options_ui": {
        "page": "pages\/options.html"
    },
    "omnibox": {
        "keyword": "call"
    },
    "permissions": [
        "notifications",
        "activeTab",
        "storage",
        "http:\/\/*\/"
    ]
}