Weekly Timelog

Time tracking developers

Qu'est-ce que Weekly Timelog ?

Weekly Timelog est une extension Chrome développée par https://weeklytimelog.com, et sa fonction principale est "Time tracking developers".

Captures d'Écran de l'Extension

screenshot

Télécharger le fichier CRX de l'extension Weekly Timelog

Téléchargez les fichiers d'extension Weekly Timelog au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        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                    

Informations de Base sur l'Extension

Nom Weekly Timelog Weekly Timelog
ID hahfbdcfbdmeiboabdngbjapphenpgfa
URL Officiel https://chromewebstore.google.com/detail/weekly-timelog/hahfbdcfbdmeiboabdngbjapphenpgfa
Description Time tracking developers
Taille du Fichier 1006 KB
Nombre d'Installations 60
Version Actuelle 2.10.19.1010
Dernière Mise à Jour 2018-10-19
Date de Publication 2018-10-19
Évaluation 5.00/5 Total 1 Évaluations
Développeur https://weeklytimelog.com
Type de Paiement free
Site Web de l'Extension https://weeklytimelog.com
URL de la Page d'Aide https://weeklytimelog.zendesk.com/hc/en-us
Langues Prises en Charge 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
}