Saga Dashboard
Saga Dashboard replaces your default tab with a fully functional Dashboard
ما هو Saga Dashboard؟
Saga Dashboard هو إضافة Chrome تم تطويرها بواسطة https://sagadash.com، والميزة الرئيسية لها هي "Saga Dashboard replaces your default tab with a fully functional Dashboard".
لقطات شاشة التمديد
تحميل ملف CRX للإضافة Saga Dashboard
قم بتنزيل ملفات الامتداد Saga Dashboard بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
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 |
عنوان صفحة المساعدة | https://www.sagadash.com/support |
عنوان صفحة سياسة الخصوصية | 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'" } |