Resize Outlook Tool
Allows you to fully resize the non-preview panes of Outlook online
Qu'est-ce que Resize Outlook Tool ?
Resize Outlook Tool est une extension Chrome développée par Useful Additions, et sa fonction principale est "Allows you to fully resize the non-preview panes of Outlook online".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension Resize Outlook Tool
Téléchargez les fichiers d'extension Resize Outlook Tool au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.
Instructions d'Utilisation de l'Extension
A small tool that overrides the max-width in Outlook panes allowing the different panes to be resizable to larger widths.
Informations de Base sur l'Extension
Nom | Resize Outlook Tool |
ID | kolpdifcdkmfdbnaflefmfccbhhfaeha |
URL Officiel | https://chromewebstore.google.com/detail/resize-outlook-tool/kolpdifcdkmfdbnaflefmfccbhhfaeha |
Description | Allows you to fully resize the non-preview panes of Outlook online |
Taille du Fichier | 7.99 KB |
Nombre d'Installations | 50 |
Version Actuelle | 0.1.6 |
Dernière Mise à Jour | 2022-04-07 |
Date de Publication | 2020-12-24 |
Évaluation | 5.00/5 Total 2 Évaluations |
Développeur | Useful Additions |
[email protected] | |
Type de Paiement | free |
Langues Prises en Charge | 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" ] } |