TimeTracker Devops - Target Software

A timetracker application for Azure Devops organizations.

Cos'è TimeTracker Devops - Target Software?

TimeTracker Devops - Target Software è un'estensione di Chrome sviluppata da https://azuretimetracker.com, e la sua funzione principale è "A timetracker application for Azure Devops organizations.".

Screenshot dell'Estensione

screenshot
screenshot

Scarica il file CRX dell'estensione TimeTracker Devops - Target Software

Scarica i file di estensione TimeTracker Devops - Target Software 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

                        An extension to track task hours for Azure Devops organizations.                    

Informazioni di Base sull'Estensione

Nome TimeTracker Devops - Target Software TimeTracker Devops - Target Software
ID nidllccenbkgmggkdmogonckmgnkocoa
URL Ufficiale https://chromewebstore.google.com/detail/timetracker-devops-target/nidllccenbkgmggkdmogonckmgnkocoa
Descrizione A timetracker application for Azure Devops organizations.
Dimensione del File 352 KB
Conteggio Installazioni 55
Versione Corrente 1.2.5
Ultimo Aggiornamento 2021-05-25
Data di Pubblicazione 2020-04-11
Valutazione 5.00/5 Totale 3 Valutazioni
Sviluppatore https://azuretimetracker.com
Email [email protected]
Tipo di Pagamento free
Sito Web dell'Estensione https://azuretimetracker.com
URL della Pagina di Aiuto https://azuretimetracker.com
Lingue Supportate en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "TimeTracker Devops - Target Software",
    "description": "A timetracker application for Azure Devops organizations.",
    "version": "1.2.5",
    "manifest_version": 2,
    "icons": {
        "48": "icons\/icon_48.png",
        "128": "icons\/icon_128.png"
    },
    "browser_action": {
        "default_title": "TimeTracker Devops",
        "default_popup": "popup\/popup.html"
    },
    "permissions": [
        "tabs"
    ],
    "background": {
        "scripts": [
            "background.js"
        ]
    },
    "content_security_policy": "script-src 'self' https:\/\/www.gstatic.com\/ https:\/\/*.firebaseio.com https:\/\/www.googleapis.com https:\/\/apis.google.com https:\/\/target-api.azuretimetracker.com; object-src 'self'"
}