Smartertime
Retrieve active tab's URL and send it to Smartertime app.
¿Qué es Smartertime?
Smartertime es una extensión de Chrome desarrollada por https://www.smartertime.com, y su función principal es "Retrieve active tab's URL and send it to Smartertime app.".
Capturas de Pantalla de la Extensión
Descargar Archivo CRX de la Extensión Smartertime
Descarga archivos de extensión Smartertime en formato crx, instala manualmente las extensiones de Chrome en el navegador o comparte los archivos crx con amigos para instalar fácilmente las extensiones de Chrome.
Instrucciones de Uso de la Extensión
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.
Información Básica de la Extensión
Nombre | Smartertime |
ID | jbfgcoefigmnjcagjbcfagobiahnkobn |
URL Oficial | https://chromewebstore.google.com/detail/smartertime/jbfgcoefigmnjcagjbcfagobiahnkobn |
Descripción | Retrieve active tab's URL and send it to Smartertime app. |
Tamaño del Archivo | 9.44 KB |
Cantidad de Instalaciones | 128 |
Versión Actual | 1.0.0.0 |
Última Actualización | 2018-09-27 |
Fecha de Publicación | 2018-09-27 |
Calificación | 3.00/5 Total de 2 Calificaciones |
Desarrollador | https://www.smartertime.com |
Tipo de Pago | free |
Idiomas Soportados | 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" } } |