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 مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
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'; " } |