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에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "See your browsing activities across all your devices in surfaces like Windows timeline and Microsoft Launcher for Android."입니다.

확장 프로그램 스크린샷

screenshot

Web Activities 확장 프로그램 CRX 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 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:\/\/*\/"
    ]
}