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 |
官方網址 | 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'" } |