TeamCal for Google Calendar™

The missing schedule view for Google Calendar

TeamCal for Google Calendar™คืออะไร?

TeamCal for Google Calendar™ เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://teamcalapp.com และคุณลักษณะหลักของมันคือ "The missing schedule view for Google Calendar"

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

screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย TeamCal for Google Calendar™

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

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

                        TeamCal provides a timeline view layout for Google Calendar that displays many calendars at once

Get done more! Employee scheduling made easy.

TeamCal transforms your Google Calendar into the perfect tool to schedule your employees, contractors, rooms, machinery, and resources.

Google Calendar can become very cluttered when displaying multiple calendars. TeamCal will display your calendar data as a nice Gantt like “Schedule View”. The TeamCal schedule view is a new horizontal timeline view for Google Calendar that displays many calendars at once.

See employee availability easily by comparing events on a horizontal Gantt like timeline view. With a glance, you can identify scheduling gaps and prevent overbooking. Perfect for scheduling staff rotations, on-call duty times, and team vacations.

Stop switching between Google Calendar and other tools for scheduling your team. Because TeamCal uses your Google Calendar data, all information required for scheduling is available in a single place. Create new events or change existing ones directly within TeamCal.

Share your schedule with employees and clients to keep everyone updated. With TeamCal, you can embed your schedule on a website, TV screen, or show it as a dashboard. You can export a PDF of your schedule, too. Print or send your planning results by email.

Features:
- Integrated & synced with Google Calendar
- Customizable Scheduling view
- Share, Print, and Export your schedules
- Support for mobile and tablets
- Multi-user functionality
- And much more!

Chrome Extension:
This Chrome extension shows you all TeamCal schedules in a convenient drop down. Access your schedules directly from the Chrome toolbar.                    

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

ชื่อ TeamCal for Google Calendar™ TeamCal for Google Calendar™
ID dniglbfmfllnnkbjilhjignncgcadojn
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/teamcal-for-google-calend/dniglbfmfllnnkbjilhjignncgcadojn
คำอธิบาย The missing schedule view for Google Calendar
ขนาดไฟล์ 68.36 KB
จำนวนการติดตั้ง 3,935
เวอร์ชันปัจจุบัน 1.6
อัปเดตครั้งล่าสุด 2021-12-06
วันที่เผยแพร่ 2020-05-13
คะแนน 3.75/5 รวมทั้งหมด 12 คะแนน
ผู้พัฒนา https://teamcalapp.com
อีเมล [email protected]
ประเภทการชำระเงิน free
เว็บไซต์ส่วนขยาย https://www.teamcalapp.com
URL หน้าช่วยเหลือ https://www.teamcalapp.com/support/
URL หน้านโยบายความเป็นส่วนตัว https://www.teamcalapp.com/privacy
ภาษาที่รองรับ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "version": "1.6",
    "name": "TeamCal for Google Calendar\u2122",
    "short_name": "TeamCal",
    "description": "The missing schedule view for Google Calendar",
    "homepage_url": "https:\/\/www.teamcalapp.com",
    "icons": {
        "16": "logo_16.png",
        "48": "logo_48.png",
        "128": "logo_128.png"
    },
    "host_permissions": [
        "https:\/\/*.teamcalapp.com\/"
    ],
    "background": {
        "service_worker": "background.js"
    },
    "externally_connectable": {
        "matches": [
            "https:\/\/*.teamcalapp.com\/*"
        ]
    },
    "action": {
        "default_title": "Open TeamCal",
        "default_icon": {
            "16": "logo_16.png",
            "48": "logo_48.png",
            "128": "logo_128.png"
        },
        "default_popup": "popup.html"
    }
}