DeskTime url fetcher

This extension allows DeskTime client to read current url.

Co je DeskTime url fetcher?

DeskTime url fetcher je rozšíření Chrome vyvinuté https://desktime.com, a jeho hlavní funkcí je „This extension allows DeskTime client to read current url.“.

Snímky obrazovky rozšíření

screenshot
screenshot

Stáhnout soubor CRX rozšíření DeskTime url fetcher

Stáhněte si soubory rozšíření DeskTime url fetcher ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.

Pokyny pro Použití Rozšíření

                        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                    

Základní Informace o Rozšíření

Název DeskTime url fetcher DeskTime url fetcher
ID kphjfdjkmhnoamhfacepmnlfmmmdedoj
Oficiální URL https://chromewebstore.google.com/detail/desktime-url-fetcher/kphjfdjkmhnoamhfacepmnlfmmmdedoj
Popis This extension allows DeskTime client to read current url.
Velikost souboru 45.87 KB
Počet instalací 4,715
Aktuální Verze 2.0.2
Poslední Aktualizace 2021-04-10
Datum Vydání 2016-02-02
Hodnocení 3.69/5 Celkem 16 Hodnocení
Vývojář https://desktime.com
E-mail [email protected]
Typ Platby free
Webové stránky Rozšíření http://desktime.com
URL Stránky Nápovědy https://desktime.com/faq/
URL Stránky Zásad Ochrany Soukromí https://desktime.com/privacy
Podporované Jazyky 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"
}