ManicTime Url Tracker

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

Qu'est-ce que ManicTime Url Tracker ?

ManicTime Url Tracker est une extension Chrome développée par https://manictime.com, et sa fonction principale est "Sends urls to local ManicTime installation. Only works if ManicTime is installed locally.".

Captures d'Écran de l'Extension

screenshot

Télécharger le fichier CRX de l'extension ManicTime Url Tracker

Téléchargez les fichiers d'extension ManicTime Url Tracker au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        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                    

Informations de Base sur l'Extension

Nom ManicTime Url Tracker ManicTime Url Tracker
ID kjmogjkoejgoehgjgihbhocoogaciemn
URL Officiel https://chromewebstore.google.com/detail/manictime-url-tracker/kjmogjkoejgoehgjgihbhocoogaciemn
Description Sends urls to local ManicTime installation. Only works if ManicTime is installed locally.
Taille du Fichier 18.14 KB
Nombre d'Installations 4,754
Version Actuelle 1.1.14
Dernière Mise à Jour 2023-05-31
Date de Publication 2017-03-08
Évaluation 4.00/5 Total 11 Évaluations
Développeur https://manictime.com
Email [email protected]
Type de Paiement free
Langues Prises en Charge 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"
    ]
}