Outlook Reloader
This extension will reload the web outlook (https://outlook.office.com/owa/) periodically.
Cos'è Outlook Reloader?
Outlook Reloader è un'estensione di Chrome sviluppata da tidnlyam, e la sua funzione principale è "This extension will reload the web outlook (https://outlook.office.com/owa/) periodically.".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione Outlook Reloader
Scarica i file di estensione Outlook Reloader 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
This extension will reload the web outlook (https://outlook.office.com/owa/) periodically.
Informazioni di Base sull'Estensione
Nome | Outlook Reloader |
ID | hcmghgkpcoagochnpegomdhmfknmfcjc |
URL Ufficiale | https://chromewebstore.google.com/detail/outlook-reloader/hcmghgkpcoagochnpegomdhmfknmfcjc |
Descrizione | This extension will reload the web outlook (https://outlook.office.com/owa/) periodically. |
Dimensione del File | 4.87 KB |
Conteggio Installazioni | 205 |
Versione Corrente | 1.0.2 |
Ultimo Aggiornamento | 2019-05-14 |
Data di Pubblicazione | 2019-05-13 |
Sviluppatore | tidnlyam |
Tipo di Pagamento | free |
Sito Web dell'Estensione | https://github.com/tily/outlook_reloader |
Lingue Supportate | 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\/*" ] } |