Gmail Pop Out Reply Default
Automatically opens the Pop Out Reply when clicking Reply, that's it.
Cos'è Gmail Pop Out Reply Default?
Gmail Pop Out Reply Default è un'estensione di Chrome sviluppata da etnik29, e la sua funzione principale è "Automatically opens the Pop Out Reply when clicking Reply, that's it.".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione Gmail Pop Out Reply Default
Scarica i file di estensione Gmail Pop Out Reply Default 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
In Gmail: Opens the Pop Out Reply when clicking Reply. No information is collected.
Informazioni di Base sull'Estensione
Nome | Gmail Pop Out Reply Default |
ID | ogngkhlopjdkmfldjnhdinibcaffdnik |
URL Ufficiale | https://chromewebstore.google.com/detail/gmail-pop-out-reply-defau/ogngkhlopjdkmfldjnhdinibcaffdnik |
Descrizione | Automatically opens the Pop Out Reply when clicking Reply, that's it. |
Dimensione del File | 76.83 KB |
Conteggio Installazioni | 94 |
Versione Corrente | 2.0.0 |
Ultimo Aggiornamento | 2023-06-18 |
Data di Pubblicazione | 2023-06-18 |
Valutazione | 3.00/5 Totale 2 Valutazioni |
Sviluppatore | etnik29 |
[email protected] | |
Tipo di Pagamento | free |
Lingue Supportate | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "Gmail Pop Out Reply Default", "description": "Automatically opens the Pop Out Reply when clicking Reply, that's it.", "version": "2.0.0", "background": { "service_worker": "background.js" }, "action": { "default_icon": { "16": "icons\/icons.png", "48": "icons\/icons.png", "128": "icons\/icons.png" }, "default_title": "Gmail Pop Out Reply Default" }, "content_scripts": [ { "matches": [ "*:\/\/mail.google.com\/mail\/*" ], "js": [ "content\/content.js" ] } ], "icons": { "16": "icons\/icons.png", "48": "icons\/icons.png", "128": "icons\/icons.png" }, "host_permissions": [ "https:\/\/mail.google.com\/*" ] } |