Web Dashboard
Supplemental browser extension for the NYU Stanford Smartphone Study.
Web Dashboardคืออะไร?
Web Dashboard เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Audacious Software และคุณลักษณะหลักของมันคือ "Supplemental browser extension for the NYU Stanford Smartphone Study."
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Web Dashboard
ดาวน์โหลดไฟล์ส่วนขยาย Web Dashboard ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
This extension supplements data collection for the NYU Stanford Smartphone Study. For more information, contact [email protected]. For study participants, it uploads your curated web history to the study servers for inclusion with data collected by the Phone Dashboard Android app. If you are not part of the NYU Stanford Smartphone Study, please do not install this extension.
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | |
ID | oojeoimejbmdaeepdinphanbbapmkaha |
URL อย่างเป็นทางการ | https://chrome.google.com/webstore/detail/web-dashboard/oojeoimejbmdaeepdinphanbbapmkaha |
คำอธิบาย | Supplemental browser extension for the NYU Stanford Smartphone Study. |
ขนาดไฟล์ | 275 KB |
จำนวนการติดตั้ง | 12 |
เวอร์ชันปัจจุบัน | 0.2.4 |
อัปเดตครั้งล่าสุด | 2019-08-09 |
วันที่เผยแพร่ | 2019-08-09 |
คะแนน | 5.00/5 รวมทั้งหมด 2 คะแนน |
ผู้พัฒนา | Audacious Software |
อีเมล | [email protected] |
ประเภทการชำระเงิน | free |
ภาษาที่รองรับ | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Web Dashboard", "version": "0.2.4", "short_name": "Web Dashboard", "description": "Supplemental browser extension for the NYU Stanford Smartphone Study.", "permissions": [ "history", "tabs", "storage", "alarms" ], "browser_action": { "default_icon": "images\/icon-48.png" }, "icons": { "16": "images\/icon-16.png", "48": "images\/icon-48.png", "128": "images\/icon-128.png" }, "background": { "scripts": [ "js\/app\/chrome.js" ] }, "browser_specific_settings": { "gecko": { "strict_min_version": "55.0" } }, "content_security_policy": "script-src 'self' https:\/\/unpkg.com; object-src 'self'; " } |