ManicTime Url Tracker

Sends urls to local ManicTime installation. Only works if ManicTime is installed locally.

Co to jest ManicTime Url Tracker?

ManicTime Url Tracker to rozszerzenie Chrome opracowane przez https://manictime.com, a jego główną funkcją jest „Sends urls to local ManicTime installation. Only works if ManicTime is installed locally.”.

Zrzuty ekranu rozszerzenia

screenshot

Pobierz plik CRX rozszerzenia ManicTime Url Tracker

Pobierz pliki rozszerzeń ManicTime Url Tracker 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

                        This plugin is only useful if you have ManicTime locally installed. This is alternative method of getting browsing data from Chrome. ManicTime already ships with native Chrome plugin, but it can be unstable for some users.
If ManicTime will detect this plugin, it will use it instead of the native plugin. Data is only sent to locally installed ManicTime, nowhere else.

v1.1 - support for Opera, Yandex, Vivaldi and other browsers

v1.1.10 - minor fixes                    

Podstawowe informacje o rozszerzeniu

Nazwa ManicTime Url Tracker ManicTime Url Tracker
ID kjmogjkoejgoehgjgihbhocoogaciemn
Oficjalny URL https://chromewebstore.google.com/detail/manictime-url-tracker/kjmogjkoejgoehgjgihbhocoogaciemn
Opis Sends urls to local ManicTime installation. Only works if ManicTime is installed locally.
Rozmiar pliku 18.14 KB
Liczba instalacji 4,754
Aktualna Wersja 1.1.14
Ostatnia Aktualizacja 2023-05-31
Data Publikacji 2017-03-08
Ocena 4.00/5 Łącznie 11 Oceny
Deweloper https://manictime.com
E-mail [email protected]
Typ Płatności free
Obsługiwane Języki en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "ManicTime Url Tracker",
    "version": "1.1.14",
    "manifest_version": 3,
    "description": "Sends urls to local ManicTime installation. Only works if ManicTime is installed locally.",
    "icons": {
        "16": "\/images\/icon-16.png",
        "128": "\/images\/icon-128.png"
    },
    "default_locale": "en",
    "background": {
        "service_worker": "scripts\/background.js"
    },
    "action": {
        "default_icon": {
            "16": "images\/icon-16.png",
            "128": "images\/icon-128.png"
        },
        "default_popup": "popup.html",
        "default_title": "ManicTime"
    },
    "permissions": [
        "tabs"
    ]
}