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ファイルをダウンロード

Timely拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。

拡張機能の使用方法

                        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
Eメール [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'"
}