Web Dashboard
Supplemental browser extension for the NYU Stanford Smartphone Study.
什么是Web Dashboard?
Web Dashboard是由Audacious Software开发的Chrome扩展程序,该扩展的主要功能是“Supplemental browser extension for the NYU Stanford Smartphone Study.”。
扩展截图
下载Web Dashboard扩展crx文件
下载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'; " } |