ChromeCall
ChromeCall extension to dial numbers directly from web pages
Cos'è ChromeCall?
ChromeCall è un'estensione di Chrome sviluppata da https://oit.co, e la sua funzione principale è "ChromeCall extension to dial numbers directly from web pages".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione ChromeCall
Scarica i file di estensione ChromeCall 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
ChromeCall is a tool for OITVOIP users to dial numbers directly from their web page, simply by clicking on it. Access your call history, voicemail and more right from your browser.
Informazioni di Base sull'Estensione
Nome | ChromeCall |
ID | pmhfmheghhjencglkapimohepfndgpac |
URL Ufficiale | https://chromewebstore.google.com/detail/chromecall/pmhfmheghhjencglkapimohepfndgpac |
Descrizione | ChromeCall extension to dial numbers directly from web pages |
Dimensione del File | 1.82 MB |
Conteggio Installazioni | 155 |
Versione Corrente | 1.0.1 |
Ultimo Aggiornamento | 2022-11-16 |
Data di Pubblicazione | 2019-12-12 |
Sviluppatore | https://oit.co |
[email protected] | |
Tipo di Pagamento | free |
Sito Web dell'Estensione | https://oit.co |
URL della Pagina di Aiuto | https://oit.co/contact |
Lingue Supportate | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "ChromeCall", "icons": { "16": "icons\/16.png", "48": "icons\/48.png", "128": "icons\/128.png" }, "description": "ChromeCall extension to dial numbers directly from web pages", "version": "1.0.1", "action": { "default_popup": "html\/menu.html" }, "content_scripts": [ { "matches": [ "http:\/\/*\/*", "https:\/\/*\/*" ], "css": [ "css\/cc content.css" ], "js": [ "js\/jquery-3.3.1.min.js", "js\/axios.min.js", "js\/rsvp.min.js", "config.js", "js\/stub.js", "js\/search.js", "js\/api.js", "js\/popup.js", "js\/keybind.js", "js\/filter.js", "js\/content.js" ], "run_at": "document_end", "all_frames": true } ], "background": { "service_worker": "js\/background.js" }, "permissions": [ "http:\/\/*\/*", "https:\/\/*\/*", "tabs", "storage", "contextMenus" ], "manifest_version": 3, "web_accessible_resources": [ { "resources": [ "img\/*" ], "matches": [ "http:\/\/*\/*", "https:\/\/*\/*" ] } ] } |