Tweaks for Google Voice™
Make your Google Voice page a little better.
Cos'è Tweaks for Google Voice™?
Tweaks for Google Voice™ è un'estensione di Chrome sviluppata da Will McSweeney, e la sua funzione principale è "Make your Google Voice page a little better.".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione Tweaks for Google Voice™
Scarica i file di estensione Tweaks for Google Voice™ 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
Adds useful tweaks to your Google Voice page. Currently adds a new call/message/voicemail counter to the page icon and title, as well as keep the page up to date in the background. Changelog: • 3.2.4 - fix double count • 3.2.3 - update in bg, improve icon • 3.1.2 - update title, bug fixes • 3.0.0 - major update Permissions: • voice.google.com - add tweaks to GVoice page
Informazioni di Base sull'Estensione
Nome | Tweaks for Google Voice™ |
ID | lomidmppcdmojcgfnpfkmhbnakbnmaff |
URL Ufficiale | https://chromewebstore.google.com/detail/tweaks-for-google-voice/lomidmppcdmojcgfnpfkmhbnakbnmaff |
Descrizione | Make your Google Voice page a little better. |
Dimensione del File | 18.69 KB |
Conteggio Installazioni | 6,276 |
Versione Corrente | 3.2.4 |
Ultimo Aggiornamento | 2023-03-03 |
Data di Pubblicazione | 2018-07-18 |
Valutazione | 3.95/5 Totale 37 Valutazioni |
Sviluppatore | Will McSweeney |
[email protected] | |
Tipo di Pagamento | free |
Lingue Supportate | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "content_scripts": [ { "js": [ "tweaker.js" ], "matches": [ "https:\/\/voice.google.com\/*" ], "run_at": "document_end" } ], "background": { "scripts": [ "worker.js" ], "persistent": true }, "description": "Make your Google Voice page a little better.", "icons": { "128": "icon.png", "16": "icon.png", "32": "icon.png" }, "manifest_version": 2, "name": "Tweaks for Google Voice\u2122", "short_name": "GVoice Tweaks", "version": "3.2.4" } |