ManicTime Url Tracker

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

Was ist ManicTime Url Tracker?

ManicTime Url Tracker ist eine Chrome-Erweiterung, die von https://manictime.com entwickelt wurde, und ihr Hauptmerkmal ist "Sends urls to local ManicTime installation. Only works if ManicTime is installed locally.".

Erweiterungsscreenshots

screenshot

ManicTime Url Tracker-Erweiterungs-CRX-Datei herunterladen

Laden Sie ManicTime Url Tracker-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.

Anleitung zur Verwendung der Erweiterung

                        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                    

Grundlegende Informationen zur Erweiterung

Name ManicTime Url Tracker ManicTime Url Tracker
ID kjmogjkoejgoehgjgihbhocoogaciemn
Offizielle URL https://chromewebstore.google.com/detail/manictime-url-tracker/kjmogjkoejgoehgjgihbhocoogaciemn
Beschreibung Sends urls to local ManicTime installation. Only works if ManicTime is installed locally.
Dateigröße 18.14 KB
Installationsanzahl 4,754
Aktuelle Version 1.1.14
Letztes Update 2023-05-31
Veröffentlichungsdatum 2017-03-08
Bewertung 4.00/5 Insgesamt 11 Bewertungen
Entwickler https://manictime.com
E-Mail [email protected]
Zahlungsart free
Unterstützte Sprachen 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"
    ]
}