Sidekick App

Get focused by blocking sites, planning your day, and setting long term goals.

Sidekick Appคืออะไร?

Sidekick App เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://thesidekick.app และคุณลักษณะหลักของมันคือ "Get focused by blocking sites, planning your day, and setting long term goals."

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

screenshot
screenshot
screenshot
screenshot
screenshot

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

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

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

                        If you are a Mac user, please download the native mac app. (https://aheroapp.com/downloadapps)
----------------------------------------------------------------------------------------------------------------------------

Block distracting sites and immerse in deep work with Sidekick. Put your time where it belongs - your goals and dreams.
 
🤔 Does this sound familiar? 
 
One second you’re working hard on a big project — and the next second, you’re deep in the weeds of … Facebook, Youtube, or whatever your distractions might be.
 
One thing for sure is that you’re not alone. We live in a world where products are competing to capture our attention.. 
 
Over time, we’ve spent more and more hours distracted by screens (in fact, one study showed an average of 2 to 5.7 hours a day. That comes out to 30 to 90 days a year or 3 to 10 years across a lifetime ). 
 
We're on a mission to give power back to our arguably most valuable resource: time.
 
⭐️ So how can Sidekick help? 
 
Sidekick is a productivity tool to help you block internet distractions and complete healthy deep work sessions. 
 
⭐️ Features 
 
Website blocker 
Weekly and daily calendar 
Kanban board management 
Accountability buddy system 
Weekly analytic reports 
 
… 
We’re currently in Beta. Please join us! Learn more at https://aheroapp.com/
 
Questions? Bugs? Ideas? Email us at [email protected]                    

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

ชื่อ Sidekick App Sidekick App
ID knoibfcfmbijcbemjoiajedddjcekcfh
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/sidekick-app/knoibfcfmbijcbemjoiajedddjcekcfh
คำอธิบาย Get focused by blocking sites, planning your day, and setting long term goals.
ขนาดไฟล์ 1.06 MB
จำนวนการติดตั้ง 718
เวอร์ชันปัจจุบัน 1.0.26
อัปเดตครั้งล่าสุด 2023-04-09
วันที่เผยแพร่ 2022-01-18
คะแนน 4.75/5 รวมทั้งหมด 4 คะแนน
ผู้พัฒนา https://thesidekick.app
อีเมล [email protected]
ประเภทการชำระเงิน free
เว็บไซต์ส่วนขยาย https://www.thesidekick.app/
URL หน้านโยบายความเป็นส่วนตัว https://thesidekick.app/policy
ภาษาที่รองรับ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Sidekick App",
    "version": "1.0.26",
    "manifest_version": 3,
    "description": "Get focused by blocking sites, planning your day, and setting long term goals.",
    "permissions": [
        "tabs",
        "notifications",
        "idle",
        "storage",
        "alarms"
    ],
    "background": {
        "service_worker": "background.js",
        "type": "module"
    },
    "icons": {
        "16": "images\/logos\/logo16.png",
        "48": "images\/logos\/logo48.png",
        "128": "images\/logos\/logo128.png"
    },
    "action": {
        "default_icon": {
            "16": "images\/logos\/logo16.png",
            "48": "images\/logos\/logo48.png",
            "128": "images\/logos\/logo128.png"
        },
        "default_popup": "popup.html"
    },
    "externally_connectable": {
        "matches": [
            "*:\/\/*.thesidekick.app\/*"
        ]
    },
    "commands": {
        "start-session": {
            "suggested_key": {
                "default": "Alt+S",
                "windows": "Alt+S",
                "mac": "Alt+S"
            },
            "description": "Start a default session"
        }
    }
}