Progress Dashboard

Stay productive with Progress Bars!

Progress Dashboard란 무엇입니까?

Progress Dashboard은(는) https://progressdash.xyz에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Stay productive with Progress Bars!"입니다.

확장 프로그램 스크린샷

screenshot
screenshot
screenshot
screenshot

Progress Dashboard 확장 프로그램 CRX 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 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!                    

확장 프로그램 기본 정보

이름 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'"
}