MyOWA:Mail

Extension for OWA - Mail, this enhances web mail experience by creating notifications and coloring email folder.

MyOWA:Mail là gì?

MyOWA:Mail là một tiện ích mở rộng Chrome được phát triển bởi s.masaru.dev, và tính năng chính của nó là "Extension for OWA - Mail, this enhances web mail experience by creating notifications and coloring email folder.".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot

Tải xuống tệp CRX của tiện ích mở rộng MyOWA:Mail

Tải xuống các tệp mở rộng MyOWA:Mail dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        俺のOutlook Web App. This works with ONLY OWA mail, not with Outlook.
This is NOT provided by Microsoft and created for only the creator, not for you. But you can use this. This extension provides simple notification for new email in "inbox" folder (this doesn't work with other folder), colors specified folders, moves top menu to left side and highlights information items in email. These functions can be controlled in option page.                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên MyOWA:Mail MyOWA:Mail
ID ejpbmbkanbphaigjplbdbafkpiikdhhn
URL Chính Thức https://chromewebstore.google.com/detail/myowamail/ejpbmbkanbphaigjplbdbafkpiikdhhn
Mô tả Extension for OWA - Mail, this enhances web mail experience by creating notifications and coloring email folder.
Kích Thước Tệp 591 KB
Số Lần Cài Đặt 1,717
Phiên Bản Hiện Tại 0.1.9.1
Cập Nhật Lần Cuối 2021-07-21
Ngày Phát Hành 2015-10-01
Đánh Giá 3.86/5 Tổng số 7 Đánh Giá
Nhà Phát Triển s.masaru.dev
Email [email protected]
Loại Thanh Toán free
Ngôn Ngữ Được Hỗ Trợ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "MyOWA:Mail",
    "short_name": "MyOWA",
    "description": "Extension for OWA - Mail, this enhances web mail experience by creating notifications and coloring email folder.",
    "content_security_policy": "script-src 'self'; object-src 'self'",
    "manifest_version": 2,
    "minimum_chrome_version": "4.0",
    "options_page": "options.html",
    "icons": {
        "16": "image\/myowa.png",
        "48": "image\/myowa.png",
        "128": "image\/myowa.png"
    },
    "page_action": {
        "default_icon": "image\/myowa.png",
        "default_title": "My Outlook Web Application"
    },
    "background": {
        "page": "background.html"
    },
    "content_scripts": [
        {
            "js": [
                "jquery-2.1.1.min.js",
                "jquery-ui-1.11.4\/jquery-ui.min.js",
                "colorpicker-master\/js\/evol.colorpicker.min.js",
                "myowa\/editor.js",
                "myowa\/engine.js",
                "lib\/utils.js",
                "content_script.js"
            ],
            "css": [
                "jquery-ui-1.11.4\/themes\/flick\/jquery-ui.css",
                "colorpicker-master\/css\/evol.colorpicker.min.css",
                "myowa\/mycoloredittable.css"
            ],
            "matches": [
                "https:\/\/*\/owa\/*"
            ],
            "allFrames": true
        }
    ],
    "web_accessible_resources": [
        "image\/myowa.png",
        "jquery-ui-1.11.4\/themes\/flick\/jquery-ui.css",
        "jquery-ui-1.11.4\/themes\/flick\/images\/*"
    ],
    "permissions": [
        "notifications",
        "storage",
        "http:\/\/*\/*",
        "https:\/\/*\/*"
    ],
    "version": "0.1.9.1"
}