Smartertime
Retrieve active tab's URL and send it to Smartertime app.
Cos'è Smartertime?
Smartertime è un'estensione di Chrome sviluppata da https://www.smartertime.com, e la sua funzione principale è "Retrieve active tab's URL and send it to Smartertime app.".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione Smartertime
Scarica i file di estensione Smartertime in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.
Istruzioni per l'Uso dell'Estensione
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.
Informazioni di Base sull'Estensione
Nome | Smartertime |
ID | jbfgcoefigmnjcagjbcfagobiahnkobn |
URL Ufficiale | https://chromewebstore.google.com/detail/smartertime/jbfgcoefigmnjcagjbcfagobiahnkobn |
Descrizione | Retrieve active tab's URL and send it to Smartertime app. |
Dimensione del File | 9.44 KB |
Conteggio Installazioni | 128 |
Versione Corrente | 1.0.0.0 |
Ultimo Aggiornamento | 2018-09-27 |
Data di Pubblicazione | 2018-09-27 |
Valutazione | 3.00/5 Totale 2 Valutazioni |
Sviluppatore | https://www.smartertime.com |
Tipo di Pagamento | free |
Lingue Supportate | 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" } } |