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
电子邮箱 [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:\/\/*\/"
    ]
}