Web Activities

See your browsing activities across all your devices in surfaces like Windows timeline and Microsoft Launcher for Android.

Web Activities क्या है?

Web Activities Microsoft Corporation द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "See your browsing activities across all your devices in surfaces like Windows timeline and Microsoft Launcher for Android."।

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

screenshot

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

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

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

                        Add this extension and sign in with your Microsoft account, select a site you’ve recently visited, and pick up where you left off.                    

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

नाम Web Activities Web Activities
ID eiipeonhflhoiacfbniealbdjoeoglid
आधिकारिक URL https://chromewebstore.google.com/detail/web-activities/eiipeonhflhoiacfbniealbdjoeoglid
विवरण See your browsing activities across all your devices in surfaces like Windows timeline and Microsoft Launcher for Android.
फ़ाइल का आकार 35.19 KB
स्थापना संख्या 42,713
वर्तमान संस्करण 1.1.1
अंतिम अपडेट 2020-08-29
प्रकाशन तिथि 2019-02-15
रेटिंग 3.69/5 कुल 162 रेटिंग्स
डेवलपर Microsoft Corporation
ईमेल [email protected]
भुगतान के प्रकार free
गोपनीयता नीति पृष्ठ URL https://go.microsoft.com/fwlink?LinkId=521839
समर्थित भाषाएँ en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Web Activities",
    "description": "See your browsing activities across all your devices in surfaces like Windows timeline and Microsoft Launcher for Android.",
    "version": "1.1.1",
    "content_security_policy": "script-src 'self' https:\/\/web.vortex.data.microsoft.com\/ https:\/\/ajax.aspnetcdn.com\/ajax\/jQuery\/jquery-3.2.1.min.js https:\/\/az725175.vo.msecnd.net\/scripts\/jsll-4.2.4.js; object-src 'self'",
    "incognito": "not_allowed",
    "content_scripts": [
        {
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ],
            "js": [
                "content.js"
            ]
        }
    ],
    "background": {
        "page": "background.html",
        "persistent": false
    },
    "browser_action": {
        "default_icon": "Assets\/TimelineWebActivitiesOffline_16x16.png",
        "default_popup": "popup.html"
    },
    "icons": {
        "128": "Assets\/TimelineWebActivities_128x128.png",
        "16": "Assets\/TimelineWebActivities_16x16.png",
        "48": "Assets\/TimelineWebActivities_48x48.png"
    },
    "permissions": [
        "identity",
        "activeTab",
        "tabs",
        "history",
        "storage",
        "idle",
        "http:\/\/*\/",
        "https:\/\/*\/"
    ]
}