Weekly Timelog

Time tracking developers

Cos'è Weekly Timelog?

Weekly Timelog è un'estensione di Chrome sviluppata da https://weeklytimelog.com, e la sua funzione principale è "Time tracking developers".

Screenshot dell'Estensione

screenshot

Scarica il file CRX dell'estensione Weekly Timelog

Scarica i file di estensione Weekly Timelog in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        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                    

Informazioni di Base sull'Estensione

Nome Weekly Timelog Weekly Timelog
ID hahfbdcfbdmeiboabdngbjapphenpgfa
URL Ufficiale https://chromewebstore.google.com/detail/weekly-timelog/hahfbdcfbdmeiboabdngbjapphenpgfa
Descrizione Time tracking developers
Dimensione del File 1006 KB
Conteggio Installazioni 60
Versione Corrente 2.10.19.1010
Ultimo Aggiornamento 2018-10-19
Data di Pubblicazione 2018-10-19
Valutazione 5.00/5 Totale 1 Valutazioni
Sviluppatore https://weeklytimelog.com
Tipo di Pagamento free
Sito Web dell'Estensione https://weeklytimelog.com
URL della Pagina di Aiuto https://weeklytimelog.zendesk.com/hc/en-us
Lingue Supportate 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
}