Smartertime

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

Qu'est-ce que Smartertime ?

Smartertime est une extension Chrome développée par https://www.smartertime.com, et sa fonction principale est "Retrieve active tab's URL and send it to Smartertime app.".

Captures d'Écran de l'Extension

Télécharger le fichier CRX de l'extension Smartertime

Téléchargez les fichiers d'extension Smartertime au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        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.                    

Informations de Base sur l'Extension

Nom Smartertime Smartertime
ID jbfgcoefigmnjcagjbcfagobiahnkobn
URL Officiel https://chromewebstore.google.com/detail/smartertime/jbfgcoefigmnjcagjbcfagobiahnkobn
Description Retrieve active tab's URL and send it to Smartertime app.
Taille du Fichier 9.44 KB
Nombre d'Installations 128
Version Actuelle 1.0.0.0
Dernière Mise à Jour 2018-09-27
Date de Publication 2018-09-27
Évaluation 3.00/5 Total 2 Évaluations
Développeur https://www.smartertime.com
Type de Paiement free
Langues Prises en Charge 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"
    }
}