Grandstream (click-to-call)

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

Cos'è Grandstream (click-to-call)?

Grandstream (click-to-call) è un'estensione di Chrome sviluppata da alexey-gamov, e la sua funzione principale è "Converts phone numbers to active links for making calls over Grandstream phones".

Screenshot dell'Estensione

screenshot

Scarica il file CRX dell'estensione Grandstream (click-to-call)

Scarica i file di estensione Grandstream (click-to-call) in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

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

Informazioni di Base sull'Estensione

Nome Grandstream (click-to-call) Grandstream (click-to-call)
ID gcmffhldcmblemadbaooobdopcbjkcpc
URL Ufficiale https://chromewebstore.google.com/detail/grandstream-click-to-call/gcmffhldcmblemadbaooobdopcbjkcpc
Descrizione Converts phone numbers to active links for making calls over Grandstream phones
Dimensione del File 26.98 KB
Conteggio Installazioni 207
Versione Corrente 0.2.6
Ultimo Aggiornamento 2023-03-10
Data di Pubblicazione 2021-04-29
Valutazione 5.00/5 Totale 2 Valutazioni
Sviluppatore alexey-gamov
Email [email protected]
Tipo di Pagamento free
Sito Web dell'Estensione https://github.com/alexey-gamov/grandstream-ctc
Lingue Supportate 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:\/\/*\/"
    ]
}