StarLeaf Scheduler for Google Calendar
Schedule and edit StarLeaf meetings in Google Calendar
StarLeaf Scheduler for Google Calendarคืออะไร?
StarLeaf Scheduler for Google Calendar เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://support.starleaf.com และคุณลักษณะหลักของมันคือ "Schedule and edit StarLeaf meetings in Google Calendar"
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย StarLeaf Scheduler for Google Calendar
ดาวน์โหลดไฟล์ส่วนขยาย StarLeaf Scheduler for Google Calendar ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
The StarLeaf Scheduler allows you to create StarLeaf meetings directly from your Google Calendar. You can invite anyone to join your meetings, whether they’re colleagues or external contacts. You can even invite and reserve video-equipped meeting rooms. Google Calendar integration allows you to check your colleagues’ availability and even see if rooms are free for when you’re scheduling meetings. Invitees receive meeting invitations in their calendars and these offer everyone the ability to join on any device via simple, tailored joining instructions. Seamless integration with the StarLeaf app and StarLeaf video room systems means StarLeaf users can join meetings organized via the StarLeaf Scheduler at the push of a button. External invitees can join using any standards-based video conferencing system or via their web browser. Participants can even dial in from a phone using one of the global dial-in numbers provided in the invitation. Key features: - Easy meeting scheduling from your Google Calendar - Global dial-in telephone numbers - Works with Cisco, Polycom, Lifesize, and all H.323 or SIP video room systems Have a question? Contact us at [email protected] To find out more about StarLeaf, go to starleaf.com
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | StarLeaf Scheduler for Google Calendar |
ID | lkdjojiegmcnckccpmclhbkfinkedcge |
URL อย่างเป็นทางการ | https://chromewebstore.google.com/detail/starleaf-scheduler-for-go/lkdjojiegmcnckccpmclhbkfinkedcge |
คำอธิบาย | Schedule and edit StarLeaf meetings in Google Calendar |
ขนาดไฟล์ | 759 KB |
จำนวนการติดตั้ง | 669 |
เวอร์ชันปัจจุบัน | 6.11.0.1003 |
อัปเดตครั้งล่าสุด | 2021-09-09 |
วันที่เผยแพร่ | 2019-11-09 |
คะแนน | 3.00/5 รวมทั้งหมด 2 คะแนน |
ผู้พัฒนา | https://support.starleaf.com |
อีเมล | [email protected] |
ประเภทการชำระเงิน | free |
URL หน้าช่วยเหลือ | https://support.starleaf.com/using/scheduling/chrome-extension-for-starleaf-scheduling/ |
ภาษาที่รองรับ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "StarLeaf Scheduler for Google Calendar", "version": "6.11.0.1003", "description": "Schedule and edit StarLeaf meetings in Google Calendar", "background": { "page": "background.html" }, "icons": { "16": "src\/img\/starleaf16.png", "48": "src\/img\/starleaf48.png", "64": "src\/img\/starleaf64.png", "128": "src\/img\/starleaf128.png" }, "browser_action": { "default_icon": "src\/img\/starleaf64.png", "default_popup": "popup.html" }, "permissions": [ "storage", "activeTab", "https:\/\/google.addin.starleaf.com\/google\/s" ], "web_accessible_resources": [ "src\/img\/icon_meeting.png", "src\/img\/starleaf-logo.png" ], "server_url": "https:\/\/google.addin.starleaf.com\/", "content_security_policy": "script-src 'self' https:\/\/google.addin.starleaf.com\/; object-src 'self'", "content_scripts": [ { "matches": [ "https:\/\/calendar.google.com\/calendar*" ], "js": [ "lib\/react\/js\/react.js", "lib\/react-dom\/js\/react-dom.js", "src\/js\/calendarstart.js" ] } ] } |