Outlook Reloader
This extension will reload the web outlook (https://outlook.office.com/owa/) periodically.
Wat is Outlook Reloader?
Outlook Reloader is een Chrome-extensie ontwikkeld door tidnlyam, en de belangrijkste functie is "This extension will reload the web outlook (https://outlook.office.com/owa/) periodically.".
Extensie Screenshots
Download het CRX-bestand van de extensie Outlook Reloader
Download Outlook Reloader-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
This extension will reload the web outlook (https://outlook.office.com/owa/) periodically. Basisinformatie over de Extensie
| Naam | |
| ID | hcmghgkpcoagochnpegomdhmfknmfcjc |
| Officiële URL | https://chromewebstore.google.com/detail/outlook-reloader/hcmghgkpcoagochnpegomdhmfknmfcjc |
| Beschrijving | This extension will reload the web outlook (https://outlook.office.com/owa/) periodically. |
| Bestandsgrootte | 4.87 KB |
| Aantal Installaties | 205 |
| Huidige Versie | 1.0.2 |
| Laatst Bijgewerkt | 2019-05-14 |
| Publicatiedatum | 2019-05-13 |
| Ontwikkelaar | tidnlyam |
| Betalingswijze | free |
| Extensiewebsite | https://github.com/tily/outlook_reloader |
| Ondersteunde Talen | 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\/*"
]
} | |