Ultidash - New Tab

The ultimate productivity dashboard for your new tab.

什麼是Ultidash - New Tab?

Ultidash - New Tab是由www.ultidash.com開發的Chrome擴展程式,該擴展的主要功能是“The ultimate productivity dashboard for your new tab.”。

擴展截圖

screenshot
screenshot
screenshot
screenshot
screenshot

下載Ultidash - New Tab擴展crx文件

下載Ultidash - New Tab擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。

擴展使用說明

                        Transform your life with the last Chrome productivity extension you’ll ever need. Ready to take your productivity to the next level? We’ve reimagined the best extensions available and created Ultidash, a powerful dashboard packed with all the tools you need to make today the most productive day of your week. You won’t believe how easy it is to turn your exhausting days into effortless productive ones. Ultidash will give you one reason to smile for every new tab you open, because happiness inspires productivity.

Here’s what you will find:
• To-do list in customisable formats (basic, Eisenhower box)
• Site blocker to manage your distractions
• Timer to keep you focused and track your daily productivity goals
• Graphs and charts to measure your activity over time
• Site tracker to measure how you spend your time on the web
• Gmail icon displaying the number of unread emails
• Funny, motivational or custom greetings changing every hour
• Stunning backgrounds changing depending on the time of the day (or upload your own!)
• Customisable design with time, date, search, bookmarks, calendar events and weather forecast

Ultidash provides all the tools you need to succeed. Eliminate distraction, and bring order to your hectic days. This extension is perfect for students, freelancers, professionals or anyone who takes their productivity seriously.

We are all given the same hours in a day. Use them wisely, use Ultidash.

For Help & Feedback, shoot an email at:
                  [email protected]

PRIVACY NOTICE
We protect your data and we do not sell, trade, or otherwise transfer your information to any outside parties. The information we collect is only used to personalize your experience. Read more about it here: https://www.ultidash.com/privacy.html                    

擴展基本資訊

名稱 Ultidash - New Tab Ultidash - New Tab
ID dghaelfeofkkdebndhkfoneojddiebhd
官方網址 https://chromewebstore.google.com/detail/ultidash-new-tab/dghaelfeofkkdebndhkfoneojddiebhd
簡介 The ultimate productivity dashboard for your new tab.
檔案大小 6.35 MB
安裝次數 8,933
目前版本 3.1.6
更新時間 2021-09-09
上架時間 2020-05-28
評分 4.42/5 共 191 次評分
開發者 www.ultidash.com
電子郵箱 [email protected]
付費類型 free
擴展官網 http://www.ultidash.com
隱私政策頁面URL https://www.ultidash.com/privacy.html
支援的語言 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Ultidash - New Tab",
    "description": "The ultimate productivity dashboard for your new tab.",
    "version": "3.1.6",
    "icons": {
        "16": "images\/logos\/16.png",
        "32": "images\/logos\/32.png",
        "128": "images\/logos\/128.png"
    },
    "browser_action": {
        "default_title": "Ultidash"
    },
    "background": {
        "scripts": [
            "assets\/js\/background.js",
            "assets\/js\/background-lucy.js"
        ]
    },
    "incognito": "split",
    "chrome_url_overrides": {
        "newtab": "dashboard.html"
    },
    "manifest_version": 2,
    "content_security_policy": "script-src 'self' 'unsafe-eval' http:\/\/localhost:3000 https:\/\/api.ultidash.com https:\/\/graphql.ultidash.com https:\/\/maps.google.com https:\/\/maps.googleapis.com https:\/\/query.yahooapis.com https:\/\/www.google-analytics.com https:\/\/www.gstatic.com https:\/\/apis.google.com https:\/\/accounts.google.com https:\/\/platform.twitter.com; object-src 'self'",
    "permissions": [
        "unlimitedStorage",
        "identity"
    ],
    "optional_permissions": [
        "https:\/\/mail.google.com\/",
        "topSites",
        "bookmarks",
        "tabs",
        "chrome:\/\/favicon\/"
    ],
    "minimum_chrome_version": "28",
    "offline_enabled": true,
    "oauth2": {
        "client_id": "523235975250-mhjua4p3g3ottahsbsv8no4a60vcs1bl.apps.googleusercontent.com",
        "scopes": [
            "https:\/\/www.googleapis.com\/auth\/calendar.readonly",
            "https:\/\/www.googleapis.com\/auth\/gmail.readonly",
            "https:\/\/www.googleapis.com\/auth\/userinfo.profile"
        ]
    },
    "web_accessible_resources": [
        "dashboard.html"
    ],
    "key": "MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAijC1OZsaYFlPEmD4Ly+t8YGzEy1I4ywU82RlXICvAmheFmri5zNtS9iujYhvuvJIp6elexyXMlaHmZctjqiWsJwNcu57tpDOB0wQsQWSH7gnJH8aQQD7xOcSjzIJRv\/Gi0vjvpwFO1GGEPoRm\/rcgetxjWfO1FNkCQ3zOeJeDBKfPuyFd3BuBc6GyB8bVRvKbVSyWgDTqeJQbrXDd2BQAUSf8bhWEad9p3h7A32fpa7kRec+GjaqTRcvF1H0tiX\/ags74Ukdhek9KrMObKXqAc0jSmcuSduUhRfFovI3qduz\/I39HO4I0gs8m7NbIhLYoMT2ok4x1oWyljaFGeRutQIDAQAB"
}