3SSENTIA

Bring more balance & energy into your workday

3SSENTIA là gì?

3SSENTIA là một tiện ích mở rộng Chrome được phát triển bởi filippo, và tính năng chính của nó là "Bring more balance & energy into your workday".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot
screenshot
screenshot
screenshot
screenshot

Tải xuống tệp CRX của tiện ích mở rộng 3SSENTIA

Tải xuống các tệp mở rộng 3SSENTIA dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        Say hello to 3SSENTIA.

The AI Wellbeing assistant designed to help professionals like yourself transform their daily work-life experience. 

It's always there with you no matter where you are browsing!


OUR PROMISE

By using 3SSENTIA in your day, you will be able to:

1)MANAGE YOUR ENERGY MORE EFFECTIVELY

Our Check in is a simple to quickly monitor your energy levels through out your day so you can make better decisions to boost your productivity & wellbeing.

Plus, based on your check ins, 3SSENTIA understands how to best support you.

2)FEEL MORE BALANCED & FOCUSED IN YOUR WORKFLOW 

Based on your schedule & energy levels, 3SSENTIA recommends you personalised wellbeing hacks.

What are hacks?

2 min video experiences around yoga, meditation &  breathing practices you feel more balanced, energised and inspired in your workflow.

Hacks are great when you want to:

+ Recharge between tasks

+ Get into deep work

+ Get into the right state of mind before a meeting


3)MAKE THE MOST OF YOUR TIME AFTER WORK

By going Off Mode, with the click of button, all your work related tabs hide, allowing to enter into a new space entirely designed to nurture your wellbeing and personal fulfillment.

The Off Mode will help you:

+ Unwind by providing you soothing sounds & images.

+ Explore your interests by centralising all of your favorite websites & apps by area of interest.

+ Make healthier choices online by helping you reduce the usage certain websites and suggesting alternatives linked to your interests.

Ready to take your daily work-life experience to the next level?

More info at www.3ssentia.com                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên 3SSENTIA 3SSENTIA
ID meiaopjpchmeehlindolllkoihgenahb
URL Chính Thức https://chromewebstore.google.com/detail/3ssentia/meiaopjpchmeehlindolllkoihgenahb
Mô tả Bring more balance & energy into your workday
Kích Thước Tệp 27.59 MB
Số Lần Cài Đặt 10
Phiên Bản Hiện Tại 1.0.8.4
Cập Nhật Lần Cuối 2022-12-14
Ngày Phát Hành 2022-05-14
Đánh Giá 5.00/5 Tổng số 7 Đánh Giá
Nhà Phát Triển filippo
Email [email protected]
Loại Thanh Toán free
Trang Web Mở Rộng https://3ssentia.com
URL Trang Trợ Giúp https://www.3ssentia.com/privacy
URL Trang Chính Sách Bảo Mật https://www.3ssentia.com/privacy
Ngôn Ngữ Được Hỗ Trợ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "description": "Bring more balance & energy into your workday",
    "version": "1.0.8.4",
    "manifest_version": 3,
    "name": "3SSENTIA",
    "author": "Filippo Di Lenardo, Robert Johnson",
    "background": {
        "service_worker": "background.bundle.js"
    },
    "content_scripts": [
        {
            "matches": [
                "*:\/\/*\/*"
            ],
            "js": [
                "contentScript.bundle.js",
                "shared\/www-widgetapi.js"
            ],
            "run_at": "document_end",
            "match_about_blank": true,
            "match_origin_as_fallback": true
        }
    ],
    "web_accessible_resources": [
        {
            "resources": [
                "*.png",
                "*.svg",
                "*.jpg",
                "sound\/*",
                "images\/*.png",
                "images\/*.jpg",
                "images\/*.svg",
                "images\/hack\/*.png",
                "images\/hack\/*.jpg",
                "shared\/www-widgetapi.js"
            ],
            "matches": [
                "*:\/\/*\/*"
            ]
        }
    ],
    "action": {
        "default_icon": {
            "32": "images\/icon-32.png",
            "128": "images\/icon-128.png"
        },
        "default_title": "3SSENTIA"
    },
    "icons": {
        "32": "images\/icon-32.png",
        "128": "images\/icon-128.png"
    },
    "oauth2": {
        "client_id_filippo": "847652214218-vm6f831877mdnbopqluqcq04s6q6ug2e.apps.googleusercontent.com",
        "client_id_xu": "847652214218-t7fkk9tcqh911ns2ulqrclurmdsl982k.apps.googleusercontent.com",
        "client_id": "383606471401-jps9dp0q5o8q1su2v91b88ucu37s8e6u.apps.googleusercontent.com",
        "scopes": [
            "email",
            "profile",
            "https:\/\/www.googleapis.com\/auth\/calendar.events.readonly"
        ]
    },
    "host_permissions": [
        "*:\/\/*\/*"
    ],
    "permissions": [
        "identity",
        "identity.email",
        "storage",
        "scripting"
    ]
}