DeskTime url fetcher

This extension allows DeskTime client to read current url.

Was ist DeskTime url fetcher?

DeskTime url fetcher ist eine Chrome-Erweiterung, die von https://desktime.com entwickelt wurde, und ihr Hauptmerkmal ist "This extension allows DeskTime client to read current url.".

Erweiterungsscreenshots

screenshot
screenshot

DeskTime url fetcher-Erweiterungs-CRX-Datei herunterladen

Laden Sie DeskTime url fetcher-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

                        DeskTime is an application that allows you to keep track of the the time you spend at the computer. The different internet and desktop applications you used are tracked and divided into categories, which let you evaluate productivity while at the computer for yourself.

To accurately track the different websites you use and to divide them into productive, unproductive and neutral, this extension must be installed. The extension allows DeskTime to view and classify each separate website, rather than simply seeing Chrome as a whole. The extension accompanies the DeskTime app, and does not function on its own. You can get the app at http://desktime.com                    

Grundlegende Informationen zur Erweiterung

Name DeskTime url fetcher DeskTime url fetcher
ID kphjfdjkmhnoamhfacepmnlfmmmdedoj
Offizielle URL https://chromewebstore.google.com/detail/desktime-url-fetcher/kphjfdjkmhnoamhfacepmnlfmmmdedoj
Beschreibung This extension allows DeskTime client to read current url.
Dateigröße 45.87 KB
Installationsanzahl 4,715
Aktuelle Version 2.0.2
Letztes Update 2021-04-10
Veröffentlichungsdatum 2016-02-02
Bewertung 3.69/5 Insgesamt 16 Bewertungen
Entwickler https://desktime.com
E-Mail [email protected]
Zahlungsart free
Erweiterungswebsite http://desktime.com
Hilfeseite URL https://desktime.com/faq/
URL der Datenschutzrichtlinien-Seite https://desktime.com/privacy
Unterstützte Sprachen en
manifest.json
{
    "background": {
        "page": "DeskTime.html",
        "persistent": false
    },
    "description": "This extension allows DeskTime client to read current url.",
    "icons": {
        "128": "icon_128.png",
        "16": "icon_16.png",
        "48": "icon_48.png"
    },
    "key": "MIGfMA0GCSqGSIb3DQEBAQUAA4GNADCBiQKBgQCA7LQLt2ocueVSWOsdy2cAzajrg01DhglsphORTf+f7rUNi8Wc9wAQ\/MSpBE0xsatv1v4hpOY61gc8jX4NHM4UbTxyeYAXGkMLLfk8DBVgPUrBo3GQ0FWmtwExbSqkOvC5XV91qfG5FPIvGbLDr3JN2XfCBGoGLhLxlZlVqUEshQIDAQAB",
    "manifest_version": 2,
    "name": "DeskTime url fetcher",
    "permissions": [
        "tabs",
        "http:\/\/localhost:55566\/"
    ],
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "version": "2.0.2"
}