Website Usage Tracker

Use Website Usage Tracker to track the time spent on each website.

Website Usage Tracker क्या है?

Website Usage Tracker Smart AI द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Use Website Usage Tracker to track the time spent on each website."।

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

screenshot
screenshot

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

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

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

                        Website Usage Tracker records the foreground activity of every website the user visits and stores only the main domain's foreground activity, and displays the user whenever they visits at the bottom of the website.

Get a a personalised google sheet with all of your activity in the browser.                    

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

नाम Website Usage Tracker Website Usage Tracker
ID abobeeegbdjbilednkfepeeahjdklakd
आधिकारिक URL https://chromewebstore.google.com/detail/website-usage-tracker/abobeeegbdjbilednkfepeeahjdklakd
विवरण Use Website Usage Tracker to track the time spent on each website.
फ़ाइल का आकार 32.59 KB
स्थापना संख्या 38
वर्तमान संस्करण 0.1.8
अंतिम अपडेट 2021-12-28
प्रकाशन तिथि 2021-07-28
डेवलपर Smart AI
ईमेल [email protected]
भुगतान के प्रकार free
गोपनीयता नीति पृष्ठ URL https://sites.google.com/view/smart-ai-privacy-policy
समर्थित भाषाएँ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Website Usage Tracker",
    "key": "MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAnkSX4QVYCSiUF3DIdVh95wZITiLDg\/2At8ecJ2JLZptCNCivA4DLfCo+r12kbnodbjmLSQ3m6l5nJ8C91JmZSqco7ViJCKqWn56fQ7DLjadV2lXLRnFUz6+91IhVYjprgAPqRzftDkBDSI8pnVc9zTLvyG+XSCOl0AzPN6zV0cPpaN53IBkPZ7Kt0oxuQts5Lo00nkWZ7HGmcDDildp\/xP3lcL0Rp5H7FePK7BY2OmX2Sw7mTJN7yrzE9JaxNLCl1Jz\/MEVjXn7NO7dfPdFR5KcuvfeLfNhWJwLDPqnHnGo\/WbOcajSbuahhL6yxlw2sGg1phrjamEPxlDpe+AoYrwIDAQAB",
    "oauth2": {
        "client_id": "410042189079-eot9o3e69kmt9f3ib2vnmo4b6mda5el0.apps.googleusercontent.com",
        "scopes": [
            "https:\/\/www.googleapis.com\/auth\/spreadsheets"
        ]
    },
    "content_security_policy": "script-src 'self' https:\/\/apis.google.com https:\/\/www.google-analytics.com; object-src 'self'",
    "version": "0.1.8",
    "description": "Use Website Usage Tracker to track the time spent on each website.",
    "icons": {
        "16": "icons\/icon_16.png",
        "32": "icons\/icon_32.png",
        "48": "icons\/icon_48.png",
        "128": "icons\/icon_128.png"
    },
    "background": {
        "page": "background.html",
        "persistent": false
    },
    "browser_action": {
        "default_title": "Website_usage_tracker",
        "default_popup": "popup.html"
    },
    "permissions": [
        "storage",
        "identity"
    ],
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "run_at": "document_idle",
            "js": [
                "contentScript.js"
            ]
        }
    ]
}