MoodSpace

The productivity & wellness extension that will help you reach your goals!

什麼是MoodSpace?

MoodSpace是由vinayasharma08開發的Chrome擴展程式,該擴展的主要功能是“The productivity & wellness extension that will help you reach your goals!”。

擴展截圖

screenshot
screenshot
screenshot
screenshot
screenshot

下載MoodSpace擴展crx文件

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

擴展使用說明

                        Introducing MoodSpace 🌻, the productivity & wellness extension that helps you reach your goals. It's a place to let your thoughts run loose, get actionable insights, and personalized support. 🏄‍♀️🧘‍♀️

MoodSpace is like a mini journal travelling with you everywhere, but with superpowers! 🦸‍♀️ Right now, you can track your moods and to-dos with ease, reflect and gain insights about yourself. But that's not all - with AI powered analytics, accountability support systems, CBT based guided reflections and personalized coaching, MoodSpace is here to support you on your personal growth journey! 📈👀

All sensitive data is encrypted, meaning MoodSpace is your space. Whatever you write is private, and journals are even password protected now meaning no friends or siblings can snoop around to read your thoughts. 🔐

Current Features: 
- keep track of your daily progress
- set intentions
- jot down your thoughts with ease,
- share intentions with friends to hold one another accountable. 
- journal privacy lock
- client side and server side data encryption
- ai coaching and goal setting
- track daily habits 
- set notifications & reminders 


MoodSpace is designed to be simple and easy to use. It's the perfect sidekick to help you navigate your busy life, and stay on track with your wellness goals. 

Add MoodSpace to your browser, and add a little bit of colour to your daily routine.                    

擴展基本資訊

名稱 MoodSpace MoodSpace
ID jfkcnjgdhdndmoccolfpndjncofeoeoh
官方網址 https://chromewebstore.google.com/detail/moodspace/jfkcnjgdhdndmoccolfpndjncofeoeoh
簡介 The productivity & wellness extension that will help you reach your goals!
檔案大小 913 KB
安裝次數 132
目前版本 0.0.7
更新時間 2023-05-15
上架時間 2023-04-22
評分 5.00/5 共 5 次評分
開發者 vinayasharma08
電子郵箱 [email protected]
付費類型 free
支援的語言 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "MoodSpace",
    "description": "The productivity & wellness extension that will help you reach your goals!",
    "version": "0.0.7",
    "manifest_version": 3,
    "icons": {
        "16": "Logo16x16.png",
        "48": "Logo42x42.png",
        "128": "Logo128x128.png"
    },
    "background": {
        "service_worker": "background.js"
    },
    "oauth2": {
        "client_id": "824586914859-p2a327uin03b8qapn6q3bt28co2puhc8.apps.googleusercontent.com",
        "scopes": [
            "https:\/\/www.googleapis.com\/auth\/userinfo.email"
        ]
    },
    "action": {
        "default_title": "MoodSpace",
        "default_popup": "popup.html"
    },
    "permissions": [
        "identity",
        "alarms",
        "notifications"
    ]
}