Ieyasu Plus

Check time on ieyasu

Ieyasu Plus란 무엇입니까?

Ieyasu Plus은(는) Huynh Cong Tien에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Check time on ieyasu"입니다.

확장 프로그램 스크린샷

screenshot
screenshot
screenshot
screenshot
screenshot

Ieyasu Plus 확장 프로그램 CRX 파일 다운로드

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

확장 프로그램 사용 설명서

                        The extension used for the https://www.ieyasu.co website, supports checking time of check in and check out.
This extension integrated notification for check-in and checkout.
You can set Working days, Start/End time working days, Desktop notifications and some new styles to manage your work.                    

확장 프로그램 기본 정보

이름 Ieyasu Plus Ieyasu Plus
ID pmklokfhkepkaoakjiigbnkahfdmamoe
공식 URL https://chromewebstore.google.com/detail/ieyasu-plus/pmklokfhkepkaoakjiigbnkahfdmamoe
설명 Check time on ieyasu
파일 크기 997 KB
설치 횟수 57
현재 버전 0.7.0
최근 업데이트 2019-09-04
출시 날짜 2019-09-03
평점 5.00/5 총 1 개의 평점
개발자 Huynh Cong Tien
이메일 [email protected]
결제 유형 free
확장 프로그램 웹 사이트 https://github.com/huynhcongtien/chrome-extension-ieyasu-plus
도움말 페이지 URL https://github.com/huynhcongtien/chrome-extension-ieyasu-plus/issues
지원되는 언어 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "__MSG_appName__",
    "version": "0.7.0",
    "manifest_version": 2,
    "description": "__MSG_appDescription__",
    "icons": {
        "16": "assets\/dist\/img\/icon-16.png",
        "128": "assets\/dist\/img\/icon-128.png"
    },
    "default_locale": "en",
    "background": {
        "scripts": [
            "assets\/dist\/js\/background.min.js"
        ]
    },
    "content_security_policy": "script-src 'self' 'unsafe-eval'; object-src 'self'",
    "permissions": [
        "https:\/\/f.ieyasu.co\/*",
        "alarms",
        "notifications",
        "background",
        "storage",
        "tabs"
    ],
    "web_accessible_resources": [
        "assets\/dist\/img\/*.png"
    ],
    "content_scripts": [
        {
            "matches": [
                "*:\/\/f.ieyasu.co\/*"
            ],
            "js": [
                "assets\/dist\/js\/main.min.js"
            ],
            "css": [
                "assets\/dist\/css\/main.min.css"
            ],
            "run_at": "document_end",
            "all_frames": false
        }
    ],
    "browser_action": {
        "default_icon": {
            "19": "assets\/dist\/img\/icon-19.png",
            "38": "assets\/dist\/img\/icon-38.png"
        },
        "default_title": "Ieyasu Plus",
        "default_popup": "pages\/popup.html"
    }
}