Weekly Timelog

Time tracking developers

Was ist Weekly Timelog?

Weekly Timelog ist eine Chrome-Erweiterung, die von https://weeklytimelog.com entwickelt wurde, und ihr Hauptmerkmal ist "Time tracking developers".

Erweiterungsscreenshots

screenshot

Weekly Timelog-Erweiterungs-CRX-Datei herunterladen

Laden Sie Weekly Timelog-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.

Anleitung zur Verwendung der Erweiterung

                        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                    

Grundlegende Informationen zur Erweiterung

Name Weekly Timelog Weekly Timelog
ID hahfbdcfbdmeiboabdngbjapphenpgfa
Offizielle URL https://chromewebstore.google.com/detail/weekly-timelog/hahfbdcfbdmeiboabdngbjapphenpgfa
Beschreibung Time tracking developers
Dateigröße 1006 KB
Installationsanzahl 60
Aktuelle Version 2.10.19.1010
Letztes Update 2018-10-19
Veröffentlichungsdatum 2018-10-19
Bewertung 5.00/5 Insgesamt 1 Bewertungen
Entwickler https://weeklytimelog.com
Zahlungsart free
Erweiterungswebsite https://weeklytimelog.com
Hilfeseite URL https://weeklytimelog.zendesk.com/hc/en-us
Unterstützte Sprachen 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
}