Outlook Reloader
This extension will reload the web outlook (https://outlook.office.com/owa/) periodically.
Apa itu Outlook Reloader?
Outlook Reloader adalah ekstensi Chrome yang dikembangkan oleh tidnlyam, dan fitur utamanya adalah "This extension will reload the web outlook (https://outlook.office.com/owa/) periodically.".
Screenshot Ekstensi
Unduh Berkas CRX Ekstensi Outlook Reloader
Unduh file ekstensi Outlook Reloader dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.
Petunjuk Penggunaan Ekstensi
This extension will reload the web outlook (https://outlook.office.com/owa/) periodically.
Informasi Dasar Ekstensi
Nama | Outlook Reloader |
ID | hcmghgkpcoagochnpegomdhmfknmfcjc |
URL Resmi | https://chromewebstore.google.com/detail/outlook-reloader/hcmghgkpcoagochnpegomdhmfknmfcjc |
Deskripsi | This extension will reload the web outlook (https://outlook.office.com/owa/) periodically. |
Ukuran File | 4.87 KB |
Jumlah Instalasi | 205 |
Versi Saat Ini | 1.0.2 |
Terakhir Diperbarui | 2019-05-14 |
Tanggal Publikasi | 2019-05-13 |
Pengembang | tidnlyam |
Tipe Pembayaran | free |
Situs Ekstensi | https://github.com/tily/outlook_reloader |
Bahasa yang Didukung | 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\/*" ] } |