Compact View

3rd Party Style Script for Microsoft Outlook in Office365 to create a more compact view.

Qu'est-ce que Compact View ?

Compact View est une extension Chrome développée par Unknown, et sa fonction principale est "3rd Party Style Script for Microsoft Outlook in Office365 to create a more compact view.".

Captures d'Écran de l'Extension

screenshot
screenshot
screenshot

Télécharger le fichier CRX de l'extension Compact View

Téléchargez les fichiers d'extension Compact View 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

                        This is a custom style that provides a compact view for outlook office365. The style will reduce whitespace, and borders, icons to maximize your workspace.

This compact view works on:

http[s]://outlook.office.com
http[s]://outlook.office365.com

Limited adjustments on Hotmail/Live.com

http[s]://outlook.live.com                    

Informations de Base sur l'Extension

Nom Compact View Compact View
ID npdfmcdicjcimlknokcglcobjbckkmkh
URL Officiel https://chromewebstore.google.com/detail/compact-view/npdfmcdicjcimlknokcglcobjbckkmkh
Description 3rd Party Style Script for Microsoft Outlook in Office365 to create a more compact view.
Taille du Fichier 99.26 KB
Nombre d'Installations 466
Version Actuelle 1.1.0
Dernière Mise à Jour 2017-10-13
Date de Publication 2017-10-12
Évaluation 3.17/5 Total 6 Évaluations
Développeur Unknown
Type de Paiement free
Site Web de l'Extension https://github.com/shadowbq/office365_compact_view_chrome_extension
URL de la Page d'Aide https://github.com/shadowbq/office365_compact_view_chrome_extension/issues
Langues Prises en Charge en-US
manifest.json
{
    "manifest_version": 2,
    "minimum_chrome_version": "6.0",
    "author": "shadowbq",
    "content_scripts": [
        {
            "css": [
                "css\/compact.css"
            ],
            "matches": [
                "https:\/\/outlook.live.com\/*",
                "https:\/\/outlook.live.com\/*",
                "https:\/\/outlook.office.com\/*",
                "http:\/\/outlook.office.com\/*",
                "https:\/\/outlook.office365.com\/*",
                "http:\/\/outlook.office365.com\/*"
            ],
            "run_at": "document_start"
        }
    ],
    "options_page": "options.html",
    "description": "3rd Party Style Script for Microsoft Outlook in Office365 to create a more compact view.",
    "name": "Compact View",
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "homepage_url": "https:\/\/chrome.google.com\/webstore\/detail\/npdfmcdicjcimlknokcglcobjbckkmkh",
    "short_name": "CompactView",
    "version": "1.1.0",
    "icons": {
        "128": "icon\/128.png",
        "16": "icon\/16.png",
        "32": "icon\/32.png",
        "64": "icon\/64.png"
    }
}