Progress Dashboard
Stay productive with Progress Bars!
Vad är Progress Dashboard?
Progress Dashboard är en Chrome-tillägg utvecklad av https://progressdash.xyz, och dess huvudfunktion är "Stay productive with Progress Bars!".
Tilläggsskärmbilder
Ladda ner Progress Dashboard-förlängningens CRX-fil
Ladda ner Progress Dashboard-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.
Användarmanual för Tillägg
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!
Grundläggande Information om Tillägg
Namn | |
ID | hmejblemllciaklhffpinjgkbngcoopb |
Officiell webbadress | https://chrome.google.com/webstore/detail/progress-dashboard/hmejblemllciaklhffpinjgkbngcoopb |
Beskrivning | Stay productive with Progress Bars! |
Filstorlek | 15.88 MB |
Antal Installationer | 499 |
Aktuell Version | 3.0 |
Senast Uppdaterad | 2019-08-08 |
Publiceringsdatum | 2019-08-08 |
Betyg | 4.57/5 Totalt 21 Betyg |
Utvecklare | https://progressdash.xyz |
E-post | [email protected] |
Betalningssätt | in_store |
Tilläggswebbplats | https://progressdash.xyz |
Hjälpsida URL | https://progressdash.xyz |
Stödda Språk | 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'" } |