Grandstream (click-to-call)

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

What is Grandstream (click-to-call)?

Grandstream (click-to-call) is a Chrome extension developed by alexey-gamov, and its main feature is "Converts phone numbers to active links for making calls over Grandstream phones".

Extension Screenshots

screenshot

Download Grandstream (click-to-call) Extension CRX File

Download Grandstream (click-to-call) extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

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

Extension Basic Information

Name Grandstream (click-to-call) Grandstream (click-to-call)
ID gcmffhldcmblemadbaooobdopcbjkcpc
Official URL https://chromewebstore.google.com/detail/grandstream-click-to-call/gcmffhldcmblemadbaooobdopcbjkcpc
Description Converts phone numbers to active links for making calls over Grandstream phones
File Size 26.98 KB
Installation Count 207
Current Version 0.2.6
Last Updated 2023-03-10
Publish Date 2021-04-29
Rating 5.00/5 Total 2 Ratings
Developer alexey-gamov
Email [email protected]
Payment Type free
Extension Website https://github.com/alexey-gamov/grandstream-ctc
Supported Languages 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:\/\/*\/"
    ]
}