Old Gmail chat
Make Hangouts look more like old Gmail chat.
Cos'è Old Gmail chat?
Old Gmail chat è un'estensione di Chrome sviluppata da dskloet, e la sua funzione principale è "Make Hangouts look more like old Gmail chat.".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione Old Gmail chat
Scarica i file di estensione Old Gmail chat 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
Make Hangouts look more like old Gmail chat. Informazioni di Base sull'Estensione
| Nome | |
| ID | ojpinamipebjamgiknkdehdikemaiegi |
| URL Ufficiale | https://chromewebstore.google.com/detail/old-gmail-chat/ojpinamipebjamgiknkdehdikemaiegi |
| Descrizione | Make Hangouts look more like old Gmail chat. |
| Dimensione del File | 6.03 KB |
| Conteggio Installazioni | 671 |
| Versione Corrente | 0.5.2 |
| Ultimo Aggiornamento | 2017-08-27 |
| Data di Pubblicazione | 2017-08-27 |
| Valutazione | 5.00/5 Totale 2 Valutazioni |
| Sviluppatore | dskloet |
| [email protected] | |
| Tipo di Pagamento | free |
| URL della Pagina della Politica sulla Privacy | https://dskl.net/screen/privacy |
| Lingue Supportate | en |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"name": "Old Gmail chat",
"version": "0.5.2",
"description": "Make Hangouts look more like old Gmail chat.",
"icons": {
"128": "cubist-hangouts-logo.png"
},
"content_scripts": [
{
"js": [
"content.js"
],
"all_frames": true,
"matches": [
"https:\/\/mail.google.com\/*",
"https:\/\/hangouts.google.com\/*",
"https:\/\/*.hangouts.sandbox.google.com\/*"
]
}
],
"background": {
"scripts": [
"eventPage.js"
],
"persistent": false
},
"permissions": [
"https:\/\/mail.google.com\/*",
"https:\/\/hangouts.google.com\/*",
"https:\/\/*.hangouts.sandbox.google.com\/*",
"notifications",
"https:\/\/*.googleusercontent.com\/*"
],
"manifest_version": 2
} | |