MyOWA:Mail

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

MyOWA:Mail란 무엇입니까?

MyOWA:Mail은(는) s.masaru.dev에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Extension for OWA - Mail, this enhances web mail experience by creating notifications and coloring email folder."입니다.

확장 프로그램 스크린샷

screenshot

MyOWA:Mail 확장 프로그램 CRX 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        俺の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.                    

확장 프로그램 기본 정보

이름 MyOWA:Mail MyOWA:Mail
ID ejpbmbkanbphaigjplbdbafkpiikdhhn
공식 URL https://chromewebstore.google.com/detail/myowamail/ejpbmbkanbphaigjplbdbafkpiikdhhn
설명 Extension for OWA - Mail, this enhances web mail experience by creating notifications and coloring email folder.
파일 크기 591 KB
설치 횟수 1,717
현재 버전 0.1.9.1
최근 업데이트 2021-07-21
출시 날짜 2015-10-01
평점 3.86/5 총 7 개의 평점
개발자 s.masaru.dev
이메일 [email protected]
결제 유형 free
지원되는 언어 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"
}