Progress Dashboard
Stay productive with Progress Bars!
Progress Dashboard क्या है?
Progress Dashboard https://progressdash.xyz द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Stay productive with Progress Bars!"।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में Progress Dashboard एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ 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 |
सहायता पृष्ठ URL | 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'" } |