Smartertime
Retrieve active tab's URL and send it to Smartertime app.
Co to jest Smartertime?
Smartertime to rozszerzenie Chrome opracowane przez https://www.smartertime.com, a jego główną funkcją jest „Retrieve active tab's URL and send it to Smartertime app.”.
Zrzuty ekranu rozszerzenia
Pobierz plik CRX rozszerzenia Smartertime
Pobierz pliki rozszerzeń Smartertime w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.
Instrukcja Użytkowania Rozszerzenia
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.
Podstawowe informacje o rozszerzeniu
Nazwa | Smartertime |
ID | jbfgcoefigmnjcagjbcfagobiahnkobn |
Oficjalny URL | https://chromewebstore.google.com/detail/smartertime/jbfgcoefigmnjcagjbcfagobiahnkobn |
Opis | Retrieve active tab's URL and send it to Smartertime app. |
Rozmiar pliku | 9.44 KB |
Liczba instalacji | 128 |
Aktualna Wersja | 1.0.0.0 |
Ostatnia Aktualizacja | 2018-09-27 |
Data Publikacji | 2018-09-27 |
Ocena | 3.00/5 Łącznie 2 Oceny |
Deweloper | https://www.smartertime.com |
Typ Płatności | free |
Obsługiwane Języki | 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" } } |