Progress Dashboard
Stay productive with Progress Bars!
ما هو Progress Dashboard؟
Progress Dashboard هو إضافة Chrome تم تطويرها بواسطة https://progressdash.xyz، والميزة الرئيسية لها هي "Stay productive with Progress Bars!".
لقطات شاشة التمديد
تحميل ملف CRX للإضافة Progress Dashboard
قم بتنزيل ملفات الامتداد Progress Dashboard بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
New Tab extension to boost your productivity! See exactly how much % of the day, week, month and year has progressed every time you open a new browser tab. Daily inspiring photo or colorful gradient and trianglify background Motivating quotes on every new tab Focus on what's important with notes Get things done, Be motivated!
معلومات أساسية عن التمديد
الاسم | |
ID | hmejblemllciaklhffpinjgkbngcoopb |
عنوان URL الرسمي | https://chrome.google.com/webstore/detail/progress-dashboard/hmejblemllciaklhffpinjgkbngcoopb |
الوصف | Stay productive with Progress Bars! |
حجم الملف | 15.88 MB |
عدد التثبيتات | 499 |
النسخة الحالية | 3.0 |
آخر تحديث | 2019-08-08 |
تاريخ النشر | 2019-08-08 |
تقييم | 4.57/5 مجموع تقييمات 21 |
المطور | https://progressdash.xyz |
البريد الإلكتروني | [email protected] |
نوع الدفع | in_store |
موقع الإضافة | https://progressdash.xyz |
عنوان صفحة المساعدة | https://progressdash.xyz |
اللغات المدعومة | en,ru,ja |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "background": { "persistent": false, "scripts": [ "OneSignal.js", "background.js" ] }, "browser_action": { "default_icon": "icon38.png" }, "chrome_url_overrides": { "newtab": "index.html" }, "default_locale": "en", "description": "__MSG_appDesc__", "icons": { "128": "icon128.png", "16": "icon16.png", "48": "icon48.png" }, "manifest_version": 2, "name": "__MSG_appName__", "offline_enabled": true, "permissions": [ "gcm", "notifications", "storage", "identity" ], "short_name": "Eternity", "version": "3.0", "web_accessible_resources": [ "index.html" ], "content_security_policy": "script-src 'self' https:\/\/www.google-analytics.com https:\/\/cdn.ravenjs.com; object-src 'self'" } |