Weekly Timelog

Time tracking developers

Hvad er Weekly Timelog?

Weekly Timelog er en Chrome-udvidelse udviklet af https://weeklytimelog.com, og dens hovedfunktion er "Time tracking developers".

Udvidelsesskærmbilleder

screenshot

Download Weekly Timelog-udvidelses-CRX-fil

Download Weekly Timelog-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.

Brugsanvisning til Udvidelsen

                        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                    

Grundlæggende oplysninger om udvidelsen

Navn Weekly Timelog Weekly Timelog
ID hahfbdcfbdmeiboabdngbjapphenpgfa
Officiel URL https://chromewebstore.google.com/detail/weekly-timelog/hahfbdcfbdmeiboabdngbjapphenpgfa
Beskrivelse Time tracking developers
Filstørrelse 1006 KB
Antal Installationer 60
Nuværende Version 2.10.19.1010
Senest Opdateret 2018-10-19
Udgivelsesdato 2018-10-19
Bedømmelse 5.00/5 Samlet 1 Bedømmelser
Udvikler https://weeklytimelog.com
Betalingsmetode free
Udvidelseswebsted https://weeklytimelog.com
Hjælpeside-URL https://weeklytimelog.zendesk.com/hc/en-us
Understøttede Sprog 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
}