MeaVana: Productivity & Motivation Dashboard

Welcome to MeaVana: The world's most customizable personal dashboard

MeaVana: Productivity & Motivation Dashboardคืออะไร?

MeaVana: Productivity & Motivation Dashboard เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://meavana.com และคุณลักษณะหลักของมันคือ "Welcome to MeaVana: The world's most customizable personal dashboard"

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

screenshot
screenshot
screenshot
screenshot
screenshot
screenshot
screenshot
screenshot
screenshot
screenshot
screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย MeaVana: Productivity & Motivation Dashboard

ดาวน์โหลดไฟล์ส่วนขยาย MeaVana: Productivity & Motivation Dashboard ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

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

                        🎯 INTRODUCING MEAVANA - YOUR ULTIMATE BROWSER PRODUCTIVITY TOOL:
Welcome to MeaVana, your ultimate personal dashboard for Chrome, designed to maximize your online productivity and provide a rich browsing experience. It is one of the best Chrome extensions available, combining personal productivity with customization and beautiful wallpapers.

🖼️ TRANSFORM YOUR BROWSING EXPERIENCE:
MeaVana transforms your new tab page into a vibrant display of HD desktop wallpapers and motivational quotes, sparking your drive for success every time you open a new tab. Our inspirational quotes and wallpapers serve as a daily source of motivation and positive energy.

💡 UNIQUE TRAITS:
With our stunningly beautiful wallpapers, make your desktop organization elegant and inspiring. Our daily inspirational quotes for work and motivational quotes for success serve as your daily dose of motivation. Each day, a new quote of the day provides an invigorating start. Streamline your browser productivity with our digital organization features, including efficient browsing tools, time management tools, and a feature to organize bookmarks.

🌐 ABOUT MEAVANA:
Designed to improve work efficiency, MeaVana is crafted by a global team of experienced entrepreneurs and passionate creators. Our vision is to provide a customized, productive, and beautiful browsing experience. The extension equips your browser with many web browsing tools, reshaping your browser into a motivational digital sanctuary.

🎉 JOIN THE MEAVANA TRIBE:
Join our vibrant MeaVana Discord community, where users share their workspace organization tips, provide feedback, and assist us in continuous improvement. Your voice makes a real difference!

💖 WHY CHOOSE MEAVANA?
Unparalleled Customization: Organize browser tabs and manage browser tabs as you wish, customize new tab page, and even customize desktop wallpaper to inspire productivity.
Unmatched Productivity: MeaVana's vast features aim to boost personal productivity and are freely accessible, surpassing offerings by other industry veterans.
Simplicity and Security: Despite its feature richness, MeaVana is simple and user-friendly, with a privacy-first design ensuring a secure browsing experience.

🎁 SPECIAL FEATURES:
Equip your browser with features such as weather updates, date and time display, timer and stopwatch, bookmarks management, inspirational and motivational desktop backgrounds, quick notes and to-dos, daily quotes for productivity, and real-time crypto tracking.

🔒 PRIVACY:
Your privacy is paramount to us. We DO NOT use or sell any of your data. Sensitive data, like user location, is used only on the frontend to deliver accurate weather updates without storage on our servers.
Transform your browser into a motivational and productivity-boosting tool with MeaVana. Join our community and install MeaVana today!                    

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

ชื่อ MeaVana: Productivity & Motivation Dashboard MeaVana: Productivity & Motivation Dashboard
ID kgbcoelgfffkmkpfnldemdinmcbpjlaa
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/meavana-productivity-moti/kgbcoelgfffkmkpfnldemdinmcbpjlaa
คำอธิบาย Welcome to MeaVana: The world's most customizable personal dashboard
ขนาดไฟล์ 5.99 MB
จำนวนการติดตั้ง 2,000
เวอร์ชันปัจจุบัน 1.0.27
อัปเดตครั้งล่าสุด 2024-03-02
วันที่เผยแพร่ 2022-05-03
คะแนน 4.87/5 รวมทั้งหมด 115 คะแนน
ผู้พัฒนา https://meavana.com
อีเมล [email protected]
ประเภทการชำระเงิน free
เว็บไซต์ส่วนขยาย https://meavana.com/
URL หน้าช่วยเหลือ https://meavana.com/contact
URL หน้านโยบายความเป็นส่วนตัว https://www.meavana.com/privacy-policy
ภาษาที่รองรับ en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "MeaVana: Productivity & Motivation Dashboard",
    "description": "Welcome to MeaVana: The world's most customizable personal dashboard",
    "version": "1.0.27",
    "minimum_chrome_version": "109",
    "action": {
        "default_title": "Open panel",
        "default_icon": {
            "16": "16x16.png",
            "24": "24x24.png",
            "32": "32x32.png",
            "48": "48x48.png",
            "128": "128x128.png"
        }
    },
    "icons": {
        "16": "16x16.png",
        "24": "24x24.png",
        "32": "32x32.png",
        "48": "48x48.png",
        "128": "128x128.png"
    },
    "background": {
        "service_worker": "service-worker-loader.js",
        "type": "module"
    },
    "chrome_url_overrides": {
        "newtab": "src\/pages\/newtab\/index.html"
    },
    "content_scripts": [
        {
            "js": [
                "assets\/content.ts-loader.545494b0.js"
            ],
            "matches": [
                ""
            ],
            "run_at": "document_end",
            "all_frames": false
        }
    ],
    "options_page": "src\/pages\/options\/index.html",
    "side_panel": {
        "default_path": "src\/pages\/sidepanel\/index.html"
    },
    "content_security_policy": {
        "extension_pages": "script-src 'self'; object-src 'self';"
    },
    "homepage_url": "https:\/\/meavana.com",
    "host_permissions": [
        "http:\/\/*\/*",
        "https:\/\/*\/*"
    ],
    "web_accessible_resources": [
        {
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ],
            "resources": [
                "128x128.png"
            ],
            "use_dynamic_url": false
        },
        {
            "matches": [
                ""
            ],
            "resources": [
                "assets\/error.fdf49d04.js",
                "assets\/messages.ee77a412.js",
                "assets\/content.ts.626f38e1.js"
            ],
            "use_dynamic_url": true
        }
    ],
    "permissions": [
        "storage",
        "unlimitedStorage",
        "alarms",
        "bookmarks",
        "topSites",
        "offscreen",
        "webNavigation",
        "webRequest",
        "declarativeNetRequest",
        "tabs",
        "geolocation",
        "sidePanel"
    ],
    "optional_permissions": [
        "history"
    ],
    "commands": {
        "wallpaper": {
            "description": "Open wallpaper tab on sidebar",
            "suggested_key": {
                "default": "Alt+1",
                "linux": "Ctrl+Shift+1"
            }
        },
        "scratch": {
            "description": "Open notes tab on sidebar",
            "suggested_key": {
                "default": "Alt+4",
                "linux": "Ctrl+Shift+4"
            }
        },
        "news": {
            "description": "Open news tab on sidebar",
            "suggested_key": {
                "default": "Alt+5",
                "linux": "Ctrl+Shift+5"
            }
        },
        "games": {
            "description": "Open games tab on sidebar"
        },
        "integrations": {
            "description": "Open Integrations on sidebar",
            "suggested_key": {
                "default": "Alt+8",
                "linux": "Ctrl+Shift+8"
            }
        },
        "gpt": {
            "description": "Open ChatGPT on sidebar"
        },
        "google": {
            "description": "Open Google suite on sidebar"
        },
        "template": {
            "description": "Open templates tab on sidebar"
        },
        "searchPictures": {
            "description": "Open images search tab on sidebar"
        },
        "crypto": {
            "description": "Open crypto tab on sidebar"
        },
        "settings": {
            "description": "Open settings tab on sidebar"
        },
        "profile": {
            "description": "Open profile tab on sidebar"
        }
    },
    "key": "MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAvNKewMEciI0I2NkjbGiUmQd6lFL\/m431qQXY7CFxu8pi5HVBHo1rD4NmtQ51\/XiyWCN4hGzUUNJTrMp2n8GNMUpvJ5Rr+hf3DdDRHUf8ABvRdFunJOn84lKg42gWDI\/iTnKY2QrBFKfHEGiMm6ZC+ZByKGtPa53yMhhEWl\/mSP3bWJozBaDnb7bRys1aSwnItUsR9lRZAQpXPk1MTMCLNYITkSJ6eMsbih01dMurbHpjTFsdBbih9VE2UIho721wCcMhwAv3TUEidDMEzL6fbAqcObzl8Dj4D0NrjqacPB3cM8AGgC+msD+5GUMRK6YtrxgYyPpZi7+nu+7f\/6nAawIDAQAB",
    "short_name": "MeaVana"
}