Grandstream (click-to-call)

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

Was ist Grandstream (click-to-call)?

Grandstream (click-to-call) ist eine Chrome-Erweiterung, die von alexey-gamov entwickelt wurde, und ihr Hauptmerkmal ist "Converts phone numbers to active links for making calls over Grandstream phones".

Erweiterungsscreenshots

screenshot

Grandstream (click-to-call)-Erweiterungs-CRX-Datei herunterladen

Laden Sie Grandstream (click-to-call)-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.

Anleitung zur Verwendung der Erweiterung

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

Grundlegende Informationen zur Erweiterung

Name Grandstream (click-to-call) Grandstream (click-to-call)
ID gcmffhldcmblemadbaooobdopcbjkcpc
Offizielle URL https://chromewebstore.google.com/detail/grandstream-click-to-call/gcmffhldcmblemadbaooobdopcbjkcpc
Beschreibung Converts phone numbers to active links for making calls over Grandstream phones
Dateigröße 26.98 KB
Installationsanzahl 207
Aktuelle Version 0.2.6
Letztes Update 2023-03-10
Veröffentlichungsdatum 2021-04-29
Bewertung 5.00/5 Insgesamt 2 Bewertungen
Entwickler alexey-gamov
E-Mail [email protected]
Zahlungsart free
Erweiterungswebsite https://github.com/alexey-gamov/grandstream-ctc
Unterstützte Sprachen 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:\/\/*\/"
    ]
}