Web Activities
See your browsing activities across all your devices in surfaces like Windows timeline and Microsoft Launcher for Android.
Web Activities là gì?
Web Activities là một tiện ích mở rộng Chrome được phát triển bởi Microsoft Corporation, và tính năng chính của nó là "See your browsing activities across all your devices in surfaces like Windows timeline and Microsoft Launcher for Android.".
Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng
Tải xuống tệp CRX của tiện ích mở rộng Web Activities
Tải xuống các tệp mở rộng Web Activities dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.
Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng
Add this extension and sign in with your Microsoft account, select a site you’ve recently visited, and pick up where you left off.
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | Web Activities |
ID | eiipeonhflhoiacfbniealbdjoeoglid |
URL Chính Thức | https://chromewebstore.google.com/detail/web-activities/eiipeonhflhoiacfbniealbdjoeoglid |
Mô tả | See your browsing activities across all your devices in surfaces like Windows timeline and Microsoft Launcher for Android. |
Kích Thước Tệp | 35.19 KB |
Số Lần Cài Đặt | 42,713 |
Phiên Bản Hiện Tại | 1.1.1 |
Cập Nhật Lần Cuối | 2020-08-29 |
Ngày Phát Hành | 2019-02-15 |
Đánh Giá | 3.69/5 Tổng số 162 Đánh Giá |
Nhà Phát Triển | Microsoft Corporation |
[email protected] | |
Loại Thanh Toán | free |
URL Trang Chính Sách Bảo Mật | https://go.microsoft.com/fwlink?LinkId=521839 |
Ngôn Ngữ Được Hỗ Trợ | 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:\/\/*\/" ] } |