Resize Outlook Tool
Allows you to fully resize the non-preview panes of Outlook online
Cos'è Resize Outlook Tool?
Resize Outlook Tool è un'estensione di Chrome sviluppata da Useful Additions, e la sua funzione principale è "Allows you to fully resize the non-preview panes of Outlook online".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione Resize Outlook Tool
Scarica i file di estensione Resize Outlook Tool 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
A small tool that overrides the max-width in Outlook panes allowing the different panes to be resizable to larger widths. Informazioni di Base sull'Estensione
| Nome | |
| ID | kolpdifcdkmfdbnaflefmfccbhhfaeha |
| URL Ufficiale | https://chromewebstore.google.com/detail/resize-outlook-tool/kolpdifcdkmfdbnaflefmfccbhhfaeha |
| Descrizione | Allows you to fully resize the non-preview panes of Outlook online |
| Dimensione del File | 7.99 KB |
| Conteggio Installazioni | 50 |
| Versione Corrente | 0.1.6 |
| Ultimo Aggiornamento | 2022-04-07 |
| Data di Pubblicazione | 2020-12-24 |
| Valutazione | 5.00/5 Totale 2 Valutazioni |
| Sviluppatore | Useful Additions |
| [email protected] | |
| Tipo di Pagamento | free |
| Lingue Supportate | en |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"manifest_version": 3,
"name": "Resize Outlook Tool",
"version": "0.1.6",
"description": "Allows you to fully resize the non-preview panes of Outlook online",
"content_scripts": [
{
"css": [
"styles.css"
],
"js": [
"confirm.js"
],
"matches": [
"https:\/\/outlook.office.com\/*",
"https:\/\/outlook.office365.com\/*",
"https:\/\/outlook.live.com\/*"
]
}
],
"icons": {
"16": "128.png"
},
"permissions": [
"storage"
]
} | |