Weekly Timelog

Time tracking developers

Weekly Timelogとは何ですか?

Weekly Timelogはhttps://weeklytimelog.comによって開発されたChromeの拡張機能で、その主な機能は「Time tracking developers」です。

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

screenshot

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

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

拡張機能の使用方法

                        THE #1 TIME TRACKER FOR DEVELOPERS
Collect timelogs, track team progress and stay on budget

FOR DEVELOPERS
Automatically tracks your daily activity. 

FOR MANAGERS
Collect your team's timelogs automatically
Booking, budget, invoicing and more.

CURRENLY TRACKING
. Commits: Github, Bitbucket or Gitlab
. Tasks: Jira, Asana, Trello, youTrack
. Meetings: Google Calendar Events
. Conversations:  Hangout calls, Slack
. Online Documents: all formats provided by Google Drive, One Drive
. Locations: Locations and travel time                    

拡張機能の基本情報

名前 Weekly Timelog Weekly Timelog
ID hahfbdcfbdmeiboabdngbjapphenpgfa
公式URL https://chromewebstore.google.com/detail/weekly-timelog/hahfbdcfbdmeiboabdngbjapphenpgfa
説明 Time tracking developers
ファイルサイズ 1006 KB
インストール数 60
現在のバージョン 2.10.19.1010
最終更新日 2018-10-19
公開日 2018-10-19
評価 5.00/5 合計 1 レビュー
開発者 https://weeklytimelog.com
支払い方法 free
拡張機能のウェブサイト https://weeklytimelog.com
ヘルプページのURL https://weeklytimelog.zendesk.com/hc/en-us
対応言語 en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Weekly Timelog",
    "short_name": "WT",
    "description": "Time tracking developers",
    "version": "2.10.19.1010",
    "permissions": [
        "webRequest",
        "activeTab",
        "storage",
        "geolocation",
        "tabs",
        "idle",
        "contextMenus",
        ""
    ],
    "background": {
        "scripts": [
            "jquery.js",
            "background.min.js"
        ]
    },
    "icons": {
        "16": "\/icons\/icon.png",
        "48": "\/icons\/icon.png",
        "128": "\/icons\/icon.png"
    },
    "browser_action": {
        "default_title": "Add new item to the Main menu",
        "default_icon": "\/icons\/icon.png",
        "default_popup": "popup\/popup.html"
    },
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "jquery.js",
                "main.min.js"
            ],
            "css": [
                "apps\/styles\/style.css"
            ]
        }
    ],
    "options_page": "options\/options.html",
    "manifest_version": 2
}