Saga Dashboard
Saga Dashboard replaces your default tab with a fully functional Dashboard
什么是Saga Dashboard?
Saga Dashboard是由https://sagadash.com开发的Chrome扩展程序,该扩展的主要功能是“Saga Dashboard replaces your default tab with a fully functional Dashboard”。
扩展截图
下载Saga Dashboard扩展crx文件
下载Saga Dashboard扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
Increase your productivity with Saga Dashboard. Chrome's New Tab is boring! Replace it with a personalized dashboard that synchronizes across all your browser's with Saga Dashboard. Saga Dashboard is an easy to use & easy to learn. It's highly customizable and available in multiple languages. Saga dashboard is built using VueJs and Firebase realtime database so any changes you make will be updated almost instantly across every screen signed in with your account, regardless of where in the world that are. Each dashboard has multiple widget areas. Simply click on the widget icon to choose a widget for that area. Most widgets have editable settings. Click on a widget to open the setting for that widget. To remove a widget all you have to do is hover over it for 2 seconds and a "Remove widget name" link will appear below it. We're adding more widgets all the time. Currently we have a list of 63 widgets we would like to add including more focused data such as Jira, GitHub, bitbucket and Monday.com.
扩展基本信息
名称 | Saga Dashboard |
ID | fepolifledkafebcdlcdfgpmahdjgdgn |
官方URL | https://chromewebstore.google.com/detail/saga-dashboard/fepolifledkafebcdlcdfgpmahdjgdgn |
简介 | Saga Dashboard replaces your default tab with a fully functional Dashboard |
文件大小 | 5.37 MB |
安装次数 | 26 |
当前版本 | 1.0.066 |
更新时间 | 2020-08-13 |
上架时间 | 2020-06-06 |
评分 | 3.50/5 共2次评分 |
开发者 | https://sagadash.com |
电子邮箱 | [email protected] |
付费类型 | free |
扩展官网 | https://www.sagadash.com |
帮助页面URL | https://www.sagadash.com/support |
隐私政策页面URL | https://www.sagadash.com/privacy |
支持的语言 | de,en,fr,es,hu,ru |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "__MSG_appName__", "short_name": "__MSG_appName__", "description": "__MSG_appDesc__", "version": "1.0.066", "default_locale": "en", "manifest_version": 2, "display": "standalone", "background_color": "#1C1C1C", "offline_enabled": true, "theme_color": "#1C1C1C", "icons": { "16": "favicon-16x16.png", "48": "icon-48x48.png", "128": "icon-128x128.png" }, "permissions": [ "geolocation" ], "chrome_url_overrides": { "newtab": "index.html" }, "content_security_policy": "script-src 'self' https:\/\/www.gstatic.com\/ https:\/\/*.firebaseio.com https:\/\/*.googleapis.com https:\/\/apis.google.com https:\/\/*.stripe.com https:\/\/*.weather.com; object-src 'self'" } |