Resize Outlook Tool
Allows you to fully resize the non-preview panes of Outlook online
Was ist Resize Outlook Tool?
Resize Outlook Tool ist eine Chrome-Erweiterung, die von Useful Additions entwickelt wurde, und ihr Hauptmerkmal ist "Allows you to fully resize the non-preview panes of Outlook online".
Erweiterungsscreenshots
Resize Outlook Tool-Erweiterungs-CRX-Datei herunterladen
Laden Sie Resize Outlook Tool-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.
Anleitung zur Verwendung der Erweiterung
A small tool that overrides the max-width in Outlook panes allowing the different panes to be resizable to larger widths. Grundlegende Informationen zur Erweiterung
| Name | |
| ID | kolpdifcdkmfdbnaflefmfccbhhfaeha |
| Offizielle URL | https://chromewebstore.google.com/detail/resize-outlook-tool/kolpdifcdkmfdbnaflefmfccbhhfaeha |
| Beschreibung | Allows you to fully resize the non-preview panes of Outlook online |
| Dateigröße | 7.99 KB |
| Installationsanzahl | 50 |
| Aktuelle Version | 0.1.6 |
| Letztes Update | 2022-04-07 |
| Veröffentlichungsdatum | 2020-12-24 |
| Bewertung | 5.00/5 Insgesamt 2 Bewertungen |
| Entwickler | Useful Additions |
| [email protected] | |
| Zahlungsart | free |
| Unterstützte Sprachen | 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"
]
} | |