Showmaster Chrome Extension
This extension improves the user experience of Showmaster in Google Slides
Showmaster Chrome Extensionคืออะไร?
Showmaster Chrome Extension เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://showmaster.app และคุณลักษณะหลักของมันคือ "This extension improves the user experience of Showmaster in Google Slides"
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Showmaster Chrome Extension
ดาวน์โหลดไฟล์ส่วนขยาย Showmaster Chrome Extension ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
The Showmaster Chrome Extension allows using Showmaster™ directly in presentation mode in Google Slides, without having to click and switch tabs. -- About Showmaster: Showmaster™ is an add-in for Google Slides, Microsoft PowerPoint, Microsoft Teams and Zoom which creates an exciting frame around your presentation during the waiting time and breaks with headlines, countdown, music and more. Features: - Countdown: Create a beautiful countdown timer until the defined start time of your presentation. Showmaster automatically bridges the time until your presentation starts or continues. - Audience Feedback: Ask your audience to post any input using their smart phones, such as expectations, pre-knowledge or feedback. You can even display their input live as part of the animation. - Animated Headlines: Announce your upcoming content with meaningful headlines to set the scene for your talk. - Logo Animations: When you select your SVG company logo, Showmaster incorporates it into the animations in an impressive manner. - Music: Showmaster comes with a collection of selected music themes which are great to be used before/after presentations. The exact selection of music is calculated, so that the last track ends exactly when your talk is going to start. - Themes: Showmaster features a variety of visual themes. The list of themes is continuously extended, so it will never get boring. Download Showmaster™ on www.showmaster.app
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | Showmaster Chrome Extension |
ID | gimgcopopmibafidljgafedjecgilpdb |
URL อย่างเป็นทางการ | https://chromewebstore.google.com/detail/showmaster-chrome-extensi/gimgcopopmibafidljgafedjecgilpdb |
คำอธิบาย | This extension improves the user experience of Showmaster in Google Slides |
ขนาดไฟล์ | 34.86 KB |
จำนวนการติดตั้ง | 523 |
เวอร์ชันปัจจุบัน | 1.0.3 |
อัปเดตครั้งล่าสุด | 2023-09-04 |
วันที่เผยแพร่ | 2022-04-07 |
คะแนน | 5.00/5 รวมทั้งหมด 1 คะแนน |
ผู้พัฒนา | https://showmaster.app |
อีเมล | [email protected] |
ประเภทการชำระเงิน | free |
เว็บไซต์ส่วนขยาย | https://www.showmaster.app |
URL หน้าช่วยเหลือ | https://www.showmaster.app/contact |
URL หน้านโยบายความเป็นส่วนตัว | https://www.showmaster.app/privacy |
ภาษาที่รองรับ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Showmaster Chrome Extension", "description": "This extension improves the user experience of Showmaster in Google Slides", "version": "1.0.3", "manifest_version": 3, "content_scripts": [ { "matches": [ "https:\/\/docs.google.com\/presentation\/*" ], "js": [ "content-script.js" ] } ], "action": { "default_popup": "ui.html", "default_icon": { "16": "\/images\/showmaster-icon-32-transparent.png", "32": "\/images\/showmaster-icon-32-transparent.png", "48": "\/images\/showmaster-icon-80.png", "128": "\/images\/showmaster-icon-300.png" } }, "icons": { "16": "\/images\/showmaster-icon-32-transparent.png", "32": "\/images\/showmaster-icon-32-transparent.png", "48": "\/images\/showmaster-icon-80.png", "128": "\/images\/showmaster-icon-300.png" }, "web_accessible_resources": [ { "resources": [ "\/images\/showmaster-icon-32-transparent.png" ], "matches": [ "https:\/\/*\/*" ] } ] } |