ManicTime Url Tracker

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

Τι είναι το ManicTime Url Tracker;

Το ManicTime Url Tracker είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον https://manictime.com, και η κύρια λειτουργία του είναι "Sends urls to local ManicTime installation. Only works if ManicTime is installed locally.".

Στιγμιότυπα Επέκτασης

screenshot

Λήψη αρχείου CRX της επέκτασης ManicTime Url Tracker

Λήψη αρχείων επέκτασης ManicTime Url Tracker σε μορφή crx, εγκατάσταση των επεκτάσεων Chrome μη αυτόματα στον περιηγητή ή κοινοποίηση των αρχείων crx με φίλους για εύκολη εγκατάσταση των επεκτάσεων Chrome.

Οδηγίες Χρήσης της Επέκτασης

                        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                    

Βασικές Πληροφορίες Επέκτασης

Όνομα ManicTime Url Tracker ManicTime Url Tracker
ID kjmogjkoejgoehgjgihbhocoogaciemn
Επίσημο URL https://chromewebstore.google.com/detail/manictime-url-tracker/kjmogjkoejgoehgjgihbhocoogaciemn
Περιγραφή Sends urls to local ManicTime installation. Only works if ManicTime is installed locally.
Μέγεθος Αρχείου 18.14 KB
Αριθμός Εγκαταστάσεων 4,754
Τρέχουσα Έκδοση 1.1.14
Τελευταία Ενημέρωση 2023-05-31
Ημερομηνία Δημοσίευσης 2017-03-08
Αξιολόγηση 4.00/5 Συνολικά 11 Αξιολογήσεις
Προγραμματιστής https://manictime.com
Ηλεκτρονικό ταχυδρομείο [email protected]
Τύπος Πληρωμής free
Υποστηριζόμενες Γλώσσες 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"
    ]
}