MoodSpace

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

MoodSpaceคืออะไร?

MoodSpace เป็นส่วนขยายของ Chrome ที่พัฒนาโดย vinayasharma08 และคุณลักษณะหลักของมันคือ "The productivity & wellness extension that will help you reach your goals!"

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

screenshot
screenshot
screenshot
screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย MoodSpace

ดาวน์โหลดไฟล์ส่วนขยาย 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
URL อย่างเป็นทางการ 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"
    ]
}