Progress Dashboard

Stay productive with Progress Bars!

Hvad er Progress Dashboard?

Progress Dashboard er en Chrome-udvidelse udviklet af https://progressdash.xyz, og dens hovedfunktion er "Stay productive with Progress Bars!".

Udvidelsesskærmbilleder

screenshot
screenshot
screenshot
screenshot

Download Progress Dashboard-udvidelses-CRX-fil

Download Progress Dashboard-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.

Brugsanvisning til Udvidelsen

                        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æggende oplysninger om udvidelsen

Navn Progress Dashboard Progress Dashboard
ID hmejblemllciaklhffpinjgkbngcoopb
Officiel URL https://chrome.google.com/webstore/detail/progress-dashboard/hmejblemllciaklhffpinjgkbngcoopb
Beskrivelse Stay productive with Progress Bars!
Filstørrelse 15.88 MB
Antal Installationer 499
Nuværende Version 3.0
Senest Opdateret 2019-08-08
Udgivelsesdato 2019-08-08
Bedømmelse 4.57/5 Samlet 21 Bedømmelser
Udvikler https://progressdash.xyz
E-mail [email protected]
Betalingsmetode in_store
Udvidelseswebsted https://progressdash.xyz
Hjælpeside-URL https://progressdash.xyz
Understøttede Sprog 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'"
}