Outlook Reloader
This extension will reload the web outlook (https://outlook.office.com/owa/) periodically.
Hvad er Outlook Reloader?
Outlook Reloader er en Chrome-udvidelse udviklet af tidnlyam, og dens hovedfunktion er "This extension will reload the web outlook (https://outlook.office.com/owa/) periodically.".
Udvidelsesskærmbilleder
Download Outlook Reloader-udvidelses-CRX-fil
Download Outlook Reloader-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.
Brugsanvisning til Udvidelsen
This extension will reload the web outlook (https://outlook.office.com/owa/) periodically.
Grundlæggende oplysninger om udvidelsen
Navn | Outlook Reloader |
ID | hcmghgkpcoagochnpegomdhmfknmfcjc |
Officiel URL | https://chromewebstore.google.com/detail/outlook-reloader/hcmghgkpcoagochnpegomdhmfknmfcjc |
Beskrivelse | This extension will reload the web outlook (https://outlook.office.com/owa/) periodically. |
Filstørrelse | 4.87 KB |
Antal Installationer | 205 |
Nuværende Version | 1.0.2 |
Senest Opdateret | 2019-05-14 |
Udgivelsesdato | 2019-05-13 |
Udvikler | tidnlyam |
Betalingsmetode | free |
Udvidelseswebsted | https://github.com/tily/outlook_reloader |
Understøttede Sprog | 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\/*" ] } |