Smartertime

Retrieve active tab's URL and send it to Smartertime app.

Co je Smartertime?

Smartertime je rozšíření Chrome vyvinuté https://www.smartertime.com, a jeho hlavní funkcí je „Retrieve active tab's URL and send it to Smartertime app.“.

Snímky obrazovky rozšíření

Stáhnout soubor CRX rozšíření Smartertime

Stáhněte si soubory rozšíření Smartertime 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í

                        Plugin to track Chrome website on Linux with the Smarter Time client. The client can be downloaded from https://github.com/Smartertime/SmarterTimeLinux/ and requires the Smarter Time for Android app.                    

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

Název Smartertime Smartertime
ID jbfgcoefigmnjcagjbcfagobiahnkobn
Oficiální URL https://chromewebstore.google.com/detail/smartertime/jbfgcoefigmnjcagjbcfagobiahnkobn
Popis Retrieve active tab's URL and send it to Smartertime app.
Velikost souboru 9.44 KB
Počet instalací 128
Aktuální Verze 1.0.0.0
Poslední Aktualizace 2018-09-27
Datum Vydání 2018-09-27
Hodnocení 3.00/5 Celkem 2 Hodnocení
Vývojář https://www.smartertime.com
Typ Platby free
Podporované Jazyky en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Smartertime",
    "version": "1.0.0.0",
    "author": "Smarter Time",
    "homepage_url": "https:\/\/www.smartertime.com",
    "description": "Retrieve active tab's URL and send it to Smartertime app.",
    "permissions": [
        "tabs",
        "nativeMessaging"
    ],
    "background": {
        "scripts": [
            "main.js"
        ],
        "persistent": false
    },
    "icons": {
        "48": "images\/48.png"
    }
}