Outlook Reloader

This extension will reload the web outlook (https://outlook.office.com/owa/) periodically.

Qu'est-ce que Outlook Reloader ?

Outlook Reloader est une extension Chrome développée par tidnlyam, et sa fonction principale est "This extension will reload the web outlook (https://outlook.office.com/owa/) periodically.".

Captures d'Écran de l'Extension

screenshot

Télécharger le fichier CRX de l'extension Outlook Reloader

Téléchargez les fichiers d'extension Outlook Reloader 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 extension will reload the web outlook (https://outlook.office.com/owa/) periodically.                    

Informations de Base sur l'Extension

Nom Outlook Reloader Outlook Reloader
ID hcmghgkpcoagochnpegomdhmfknmfcjc
URL Officiel https://chromewebstore.google.com/detail/outlook-reloader/hcmghgkpcoagochnpegomdhmfknmfcjc
Description This extension will reload the web outlook (https://outlook.office.com/owa/) periodically.
Taille du Fichier 4.87 KB
Nombre d'Installations 205
Version Actuelle 1.0.2
Dernière Mise à Jour 2019-05-14
Date de Publication 2019-05-13
Développeur tidnlyam
Type de Paiement free
Site Web de l'Extension https://github.com/tily/outlook_reloader
Langues Prises en Charge ja
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Outlook Reloader",
    "description": "This extension will reload the web outlook (https:\/\/outlook.office.com\/owa\/) periodically.",
    "version": "1.0.2",
    "content_scripts": [
        {
            "matches": [
                "https:\/\/outlook.office.com\/mail\/*",
                "https:\/\/outlook.office365.com\/calendar\/*"
            ],
            "js": [
                "main.js"
            ]
        }
    ],
    "browser_action": {
        "default_title": "Outlook Reloader",
        "default_popup": "popup.html"
    },
    "permissions": [
        "storage",
        "https:\/\/outlook.office.com\/mail\/*",
        "https:\/\/outlook.office365.com\/calendar\/*"
    ]
}