Clockwise: AI Calendar & Scheduling Assistant

AI calendar management for a better workday

Clockwise: AI Calendar & Scheduling Assistantคืออะไร?

Clockwise: AI Calendar & Scheduling Assistant เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Clockwise และคุณลักษณะหลักของมันคือ "AI calendar management for a better workday"

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

screenshot
screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Clockwise: AI Calendar & Scheduling Assistant

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

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

                        Clockwise is an AI-powered productivity tool that optimizes individual and team schedules to create more time in the workday. Like a scheduling assistant, Clockwise understands your preferences and works to consolidate flexible events and free up long blocks of time for uninterrupted Focus Time.

Say goodbye to managing your calendar and hello to more time for what matters to you.

We've created 4,000,000+ hours of Focus Time hours for more than 15,000 organizations, including Atlassian, Asana, Reddit, and Twitter, and we're just getting started!

How it Works:
1. Connect to Google Calendar
2. Tell Clockwise which meetings are flexible
3. Set meeting and Focus Time preferences
4. Clockwise optimizes your team’s calendars by moving flexible meetings
5. Enjoy more Focus Time and fewer calendar conflicts

Clockwise does what we can’t do alone—make time in every workday for what matters.  Learn more at www.getclockwise.com.                    

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

ชื่อ Clockwise: AI Calendar & Scheduling Assistant Clockwise: AI Calendar & Scheduling Assistant
ID hjcneejoopafkkibfbcaeoldpjjiamog
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/clockwise-ai-calendar-sch/hjcneejoopafkkibfbcaeoldpjjiamog
คำอธิบาย AI calendar management for a better workday
ขนาดไฟล์ 1.72 MB
จำนวนการติดตั้ง 177,443
เวอร์ชันปัจจุบัน 1.11.9
อัปเดตครั้งล่าสุด 2024-02-27
วันที่เผยแพร่ 2020-06-15
คะแนน 4.58/5 รวมทั้งหมด 120 คะแนน
ผู้พัฒนา Clockwise
อีเมล [email protected]
ประเภทการชำระเงิน free
เว็บไซต์ส่วนขยาย https://www.getclockwise.com
URL หน้าช่วยเหลือ https://support.getclockwise.com
URL หน้านโยบายความเป็นส่วนตัว https://www.getclockwise.com/privacy
ภาษาที่รองรับ en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "author": "Clockwise Inc.",
    "background": {
        "scripts": [
            "backgroundScript.bundled.js"
        ]
    },
    "browser_action": {
        "default_icon": {
            "128": "icon128.png"
        }
    },
    "permissions": [
        "activeTab",
        "https:\/\/calendar.google.com\/calendar\/*"
    ],
    "optional_permissions": [
        "https:\/\/mail.google.com\/*",
        "https:\/\/*.getclockwise.com\/*",
        "https:\/\/localhost:8080\/*"
    ],
    "content_scripts": [
        {
            "matches": [
                "https:\/\/calendar.google.com\/calendar\/*"
            ],
            "js": [
                "contentScript.bundled.js"
            ]
        }
    ],
    "description": "AI calendar management for a better workday",
    "icons": {
        "128": "icon128.png"
    },
    "manifest_version": 2,
    "name": "Clockwise: AI Calendar & Scheduling Assistant",
    "short_name": "Clockwise",
    "offline_enabled": false,
    "version": "1.11.9",
    "web_accessible_resources": [
        "windowAccessibleScript.bundled.js",
        "canaryScript.bundled.js"
    ],
    "key": "MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAoPbUR15Oq8eP7SrxdcAxRN4JNWVw9U2SgoU0QDrPxKjKIAIOzwugKgug+W8Z1eCqNOUAHNZMkcYDD27TNA4+fCilbYqm1MvUM2Vd+UzM15OltIS+TTP32tsnuXQ1My8jPakxVShEzia+sv56P1IJEZ4MIRIcSDhOOvjefe0OfwtSe8jQLVoU8XZBua4j68MN8ICVdJPd4Lm83c62LkPTFcKkcVX5SDkXtNId+V6a1gGNfBX18k7V03PxPC3zCMpFfxqI2Gblfxp+ybT23\/GAzOSRHmggW2LoWPXUu0rCXECmE70ffXu1mIy2\/i50beDlgPMY2FdZQqwPC0epKSYuMwIDAQAB"
}