DeskTime url fetcher

This extension allows DeskTime client to read current url.

DeskTime url fetcher क्या है?

DeskTime url fetcher https://desktime.com द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "This extension allows DeskTime client to read current url."।

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

screenshot
screenshot

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

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

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

                        DeskTime is an application that allows you to keep track of the the time you spend at the computer. The different internet and desktop applications you used are tracked and divided into categories, which let you evaluate productivity while at the computer for yourself.

To accurately track the different websites you use and to divide them into productive, unproductive and neutral, this extension must be installed. The extension allows DeskTime to view and classify each separate website, rather than simply seeing Chrome as a whole. The extension accompanies the DeskTime app, and does not function on its own. You can get the app at http://desktime.com                    

एक्सटेंशन की मूल जानकारी

नाम DeskTime url fetcher DeskTime url fetcher
ID kphjfdjkmhnoamhfacepmnlfmmmdedoj
आधिकारिक URL https://chromewebstore.google.com/detail/desktime-url-fetcher/kphjfdjkmhnoamhfacepmnlfmmmdedoj
विवरण This extension allows DeskTime client to read current url.
फ़ाइल का आकार 45.87 KB
स्थापना संख्या 4,715
वर्तमान संस्करण 2.0.2
अंतिम अपडेट 2021-04-10
प्रकाशन तिथि 2016-02-02
रेटिंग 3.69/5 कुल 16 रेटिंग्स
डेवलपर https://desktime.com
ईमेल [email protected]
भुगतान के प्रकार free
एक्सटेंशन वेबसाइट http://desktime.com
सहायता पृष्ठ URL https://desktime.com/faq/
गोपनीयता नीति पृष्ठ URL https://desktime.com/privacy
समर्थित भाषाएँ en
manifest.json
{
    "background": {
        "page": "DeskTime.html",
        "persistent": false
    },
    "description": "This extension allows DeskTime client to read current url.",
    "icons": {
        "128": "icon_128.png",
        "16": "icon_16.png",
        "48": "icon_48.png"
    },
    "key": "MIGfMA0GCSqGSIb3DQEBAQUAA4GNADCBiQKBgQCA7LQLt2ocueVSWOsdy2cAzajrg01DhglsphORTf+f7rUNi8Wc9wAQ\/MSpBE0xsatv1v4hpOY61gc8jX4NHM4UbTxyeYAXGkMLLfk8DBVgPUrBo3GQ0FWmtwExbSqkOvC5XV91qfG5FPIvGbLDr3JN2XfCBGoGLhLxlZlVqUEshQIDAQAB",
    "manifest_version": 2,
    "name": "DeskTime url fetcher",
    "permissions": [
        "tabs",
        "http:\/\/localhost:55566\/"
    ],
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "version": "2.0.2"
}