ManicTime Url Tracker

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

ManicTime Url Tracker क्या है?

ManicTime Url Tracker https://manictime.com द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Sends urls to local ManicTime installation. Only works if ManicTime is installed locally."।

एक्सटेंशन स्क्रीनशॉट्स

screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में ManicTime Url Tracker एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।

एक्सटेंशन उपयोग निर्देश

                        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"
    ]
}