Progress Dashboard

Stay productive with Progress Bars!

Что такое Progress Dashboard?

Progress Dashboard - это расширение Chrome, разработанное https://progressdash.xyz, и его основная функция - "Stay productive with Progress Bars!".

Снимки экрана расширения

screenshot
screenshot
screenshot
screenshot

Скачать файл CRX расширения Progress Dashboard

Скачайте файлы расширений Progress Dashboard в формате crx, установите расширения Chrome вручную в браузере или поделитесь файлами crx с друзьями, чтобы легко установить расширения Chrome.

Инструкции по использованию расширения

                        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!                    

Основная информация о расширении

Название Progress Dashboard Progress Dashboard
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'"
}