Grandstream (click-to-call)

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

Qu'est-ce que Grandstream (click-to-call) ?

Grandstream (click-to-call) est une extension Chrome développée par alexey-gamov, et sa fonction principale est "Converts phone numbers to active links for making calls over Grandstream phones".

Captures d'Écran de l'Extension

screenshot

Télécharger le fichier CRX de l'extension Grandstream (click-to-call)

Téléchargez les fichiers d'extension Grandstream (click-to-call) au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

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

Informations de Base sur l'Extension

Nom Grandstream (click-to-call) Grandstream (click-to-call)
ID gcmffhldcmblemadbaooobdopcbjkcpc
URL Officiel https://chromewebstore.google.com/detail/grandstream-click-to-call/gcmffhldcmblemadbaooobdopcbjkcpc
Description Converts phone numbers to active links for making calls over Grandstream phones
Taille du Fichier 26.98 KB
Nombre d'Installations 207
Version Actuelle 0.2.6
Dernière Mise à Jour 2023-03-10
Date de Publication 2021-04-29
Évaluation 5.00/5 Total 2 Évaluations
Développeur alexey-gamov
Email [email protected]
Type de Paiement free
Site Web de l'Extension https://github.com/alexey-gamov/grandstream-ctc
Langues Prises en Charge 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:\/\/*\/"
    ]
}