Web Activities
See your browsing activities across all your devices in surfaces like Windows timeline and Microsoft Launcher for Android.
Web Activitiesคืออะไร?
Web Activities เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Microsoft Corporation และคุณลักษณะหลักของมันคือ "See your browsing activities across all your devices in surfaces like Windows timeline and Microsoft Launcher for Android."
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Web Activities
ดาวน์โหลดไฟล์ส่วนขยาย Web Activities ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
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 |
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:\/\/*\/" ] } |