Timely

Reminds you to fill your time sheet timely

Timely란 무엇입니까?

Timely은(는) Vikash Verma에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Reminds you to fill your time sheet timely"입니다.

확장 프로그램 스크린샷

screenshot
screenshot
screenshot

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

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

확장 프로그램 사용 설명서

                        Timely(alpha)
------

Set your reminder notification.

Developers:
Vikash/[email protected]
Maynak/[email protected]                    

확장 프로그램 기본 정보

이름 Timely Timely
ID icmmcpelhmpfaoiaoaalioomncmddafm
공식 URL https://chromewebstore.google.com/detail/timely/icmmcpelhmpfaoiaoaalioomncmddafm
설명 Reminds you to fill your time sheet timely
파일 크기 1.37 MB
설치 횟수 11
현재 버전 1.2
최근 업데이트 2016-12-20
출시 날짜 2016-12-19
개발자 Vikash Verma
이메일 [email protected]
결제 유형 free
지원되는 언어 en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Timely",
    "description": "Reminds you to fill your time sheet timely",
    "version": "1.2",
    "icons": {
        "128": "app\/images\/tw128x128.png",
        "16": "app\/images\/tw16x16.png",
        "48": "app\/images\/tw48x48.png"
    },
    "content_scripts": [
        {
            "matches": [
                "https:\/\/pse.na32.visual.force.com\/apex\/PSATimecardEntry",
                "https:\/\/pse.na32.visual.force.com\/apex\/*"
            ],
            "js": [
                "jquery.min.js",
                "autofill.js"
            ],
            "css": []
        }
    ],
    "page_action": {
        "default_icon": "app\/images\/tw128x128.png",
        "default_popup": "app\/index.html",
        "default_title": "Timely"
    },
    "options_ui": {
        "page": "app\/index.html",
        "chrome_style": true,
        "open_in_tab": true
    },
    "background": {
        "scripts": [
            "context.js"
        ]
    },
    "permissions": [
        "contextMenus",
        "storage",
        "tabs",
        "activeTab",
        "alarms",
        "notifications",
        "windows",
        "http:\/\/*\/",
        "https:\/\/*\/",
        "*:\/\/timely-d13ef.firebaseio.com\/*",
        "https:\/\/timely-d13ef.firebaseio.com\/.lp?start=t&ser=1653466&cb=15&v=5"
    ],
    "content_security_policy": "script-src 'self' 'unsafe-eval';  object-src 'self'"
}