Smartertime

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

Vad är Smartertime?

Smartertime är en Chrome-tillägg utvecklad av https://www.smartertime.com, och dess huvudfunktion är "Retrieve active tab's URL and send it to Smartertime app.".

Tilläggsskärmbilder

Ladda ner Smartertime-förlängningens CRX-fil

Ladda ner Smartertime-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.

Användarmanual för Tillägg

                        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.                    

Grundläggande Information om Tillägg

Namn Smartertime Smartertime
ID jbfgcoefigmnjcagjbcfagobiahnkobn
Officiell webbadress https://chromewebstore.google.com/detail/smartertime/jbfgcoefigmnjcagjbcfagobiahnkobn
Beskrivning Retrieve active tab's URL and send it to Smartertime app.
Filstorlek 9.44 KB
Antal Installationer 128
Aktuell Version 1.0.0.0
Senast Uppdaterad 2018-09-27
Publiceringsdatum 2018-09-27
Betyg 3.00/5 Totalt 2 Betyg
Utvecklare https://www.smartertime.com
Betalningssätt free
Stödda Språk 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"
    }
}