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
官方網址 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
}