Wise Dash: Your personal new tab dashboard!

Optimise your new tab page with a powerful, efficient and customisable dashboard.

Wise Dash: Your personal new tab dashboard!คืออะไร?

Wise Dash: Your personal new tab dashboard! เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://wisedash.app และคุณลักษณะหลักของมันคือ "Optimise your new tab page with a powerful, efficient and customisable dashboard."

ภาพหน้าจอของส่วนขยาย

screenshot
screenshot
screenshot
screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Wise Dash: Your personal new tab dashboard!

ดาวน์โหลดไฟล์ส่วนขยาย Wise Dash: Your personal new tab dashboard! ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

                        Wise Dash is an innovative new tab extension for your browser functioning as a productivity-boosting dashboard. It's enhancing efficiency and organization in one convenient interface by integrating your calendar events, to-do lists, fitness apps and more.

💻 Feature Highlights:
💡ChatGPT: Interact with ChatGPT right on your dashboard and use the powerful AI.
💡To Do: View and manage all your existing to do lists from Todoist, Google Task and Microsoft To Do.
💡Strava: See your latest activities with a convenient summary of your stats.
💡Jira: View your active Jira tickets and easily transition their status.
💡Discord: View and easily access your Discord servers.
💡Binance: View the current prices of all your favourite Crypto.
💡Twitch: View who's live, what they are playing all from your dashboard.
💡Trello: Easily see and manage your Trello cards in your Trello boards.
💡Calendar: See your upcoming calendar events automatically from Google Calendar and Microsoft Outlook.
💡Chess.com: See all your current games and how much time you've got left to make your winning move!
💡Duolingo: Your current streak front and centre.
💡Fitbit: Never loose track of your weight or daily steps again.
💡Weather: Your local weather forecast easily accessible. 
💡Time Zones: Easily view what time it is everywhere in the world.
💡Background: Customise the background to your liking with daily changing wallpapers, videos or any colour you like!
💡Wikipedia: Grow your wisdom by adding Wikipedia's featured article of the day to your dashboard!
💡And more!

📒 How Wise Dash works:
Login using your Google or Microsoft account to automatically connect your calendar and to do lists. To link other apps and customise all other dashboard features visit the settings page.

📪 Contact us:
Any questions or suggestions? Please contact us at 💌 [email protected]

Try Wise Dash now to experience all the powerful features of this new tab extension!                    

ข้อมูลพื้นฐานของส่วนขยาย

ชื่อ Wise Dash: Your personal new tab dashboard! Wise Dash: Your personal new tab dashboard!
ID feckohdecfhahckpbicdfbloclagnpna
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/wise-dash-your-personal-n/feckohdecfhahckpbicdfbloclagnpna
คำอธิบาย Optimise your new tab page with a powerful, efficient and customisable dashboard.
ขนาดไฟล์ 17.01 MB
จำนวนการติดตั้ง 28
เวอร์ชันปัจจุบัน 1.1.6
อัปเดตครั้งล่าสุด 2024-02-12
วันที่เผยแพร่ 2023-11-28
คะแนน 5.00/5 รวมทั้งหมด 2 คะแนน
ผู้พัฒนา https://wisedash.app
อีเมล [email protected]
ประเภทการชำระเงิน in_app
URL หน้านโยบายความเป็นส่วนตัว https://wisedash.app/blog/privacy-policy
ภาษาที่รองรับ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Wise Dash: Your personal new tab dashboard!",
    "description": "Optimise your new tab page with a powerful, efficient and customisable dashboard.",
    "version": "1.1.6",
    "manifest_version": 3,
    "icons": {
        "128": "icons\/128.png"
    },
    "permissions": [
        "storage",
        "geolocation",
        "declarativeNetRequestWithHostAccess"
    ],
    "optional_host_permissions": [
        "*:\/\/*.openai.com\/",
        "https:\/\/*.duolingo.com\/",
        "https:\/\/*.google.com\/",
        "https:\/\/*.gstatic.com\/"
    ],
    "optional_permissions": [
        "topSites",
        "favicon"
    ],
    "chrome_url_overrides": {
        "newtab": "index.html"
    },
    "background": {
        "service_worker": "background.js"
    },
    "action": {
        "default_popup": "popup.html"
    },
    "web_accessible_resources": [
        {
            "resources": [
                "redirect.html"
            ],
            "matches": [
                "http:\/\/localhost:8788\/*",
                "https:\/\/wisedash.app\/*"
            ]
        }
    ],
    "declarative_net_request": {
        "rule_resources": [
            {
                "id": "wdr",
                "enabled": true,
                "path": "wdr.json"
            }
        ]
    }
}