Smartertime

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

Wat is Smartertime?

Smartertime is een Chrome-extensie ontwikkeld door https://www.smartertime.com, en de belangrijkste functie is "Retrieve active tab's URL and send it to Smartertime app.".

Extensie Screenshots

Download het CRX-bestand van de extensie Smartertime

Download Smartertime-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

                        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.                    

Basisinformatie over de Extensie

Naam Smartertime Smartertime
ID jbfgcoefigmnjcagjbcfagobiahnkobn
Officiële URL https://chromewebstore.google.com/detail/smartertime/jbfgcoefigmnjcagjbcfagobiahnkobn
Beschrijving Retrieve active tab's URL and send it to Smartertime app.
Bestandsgrootte 9.44 KB
Aantal Installaties 128
Huidige Versie 1.0.0.0
Laatst Bijgewerkt 2018-09-27
Publicatiedatum 2018-09-27
Beoordeling 3.00/5 Totaal 2 Beoordelingen
Ontwikkelaar https://www.smartertime.com
Betalingswijze free
Ondersteunde Talen 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"
    }
}