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 द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Converts phone numbers to active links for making calls over Grandstream phones"।

एक्सटेंशन स्क्रीनशॉट्स

screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में Grandstream (click-to-call) एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।

एक्सटेंशन उपयोग निर्देश

                        • 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:\/\/*\/"
    ]
}