Timely

This extension will help you to manage your timesheet

Timelyとは何ですか?

Timelyはumesh.jimmyによって開発されたChromeの拡張機能で、その主な機能は「This extension will help you to manage your timesheet」です。

拡張機能のスクリーンショット

screenshot
screenshot

Timely拡張機能のCRXファイルをダウンロード

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

拡張機能の使用方法

                        Chrome Addon for entering your timesheet.                    

拡張機能の基本情報

名前 Timely Timely
ID neenecgenmecnfnmnofclijkhlofiknm
公式URL https://chromewebstore.google.com/detail/timely/neenecgenmecnfnmnofclijkhlofiknm
説明 This extension will help you to manage your timesheet
ファイルサイズ 843 KB
インストール数 13
現在のバージョン 1.8
最終更新日 2017-10-27
公開日 2017-10-27
評価 5.00/5 合計 7 レビュー
開発者 umesh.jimmy
Eメール [email protected]
支払い方法 free
拡張機能のウェブサイト https://technrisk.com/timely/
ヘルプページのURL https://technrisk.com/timely/
対応言語 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Timely",
    "description": "This extension will help you to manage your timesheet",
    "version": "1.8",
    "browser_action": {
        "default_icon": "images\/icon.png",
        "default_popup": "popup.html"
    },
    "icons": {
        "16": "images\/icon-small.png",
        "48": "images\/icon-med.png",
        "128": "images\/icon-large.png"
    },
    "background": {
        "scripts": [
            "js\/background.min.js",
            "js\/jquery.min.js"
        ]
    },
    "permissions": [
        "tabs",
        "http:\/\/*\/*",
        "https:\/\/*\/*",
        "storage"
    ]
}