Showmaster Chrome Extension
This extension improves the user experience of Showmaster in Google Slides
Showmaster Chrome Extension란 무엇입니까?
Showmaster Chrome Extension은(는) https://showmaster.app에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "This extension improves the user experience of Showmaster in Google Slides"입니다.
확장 프로그램 스크린샷
Showmaster Chrome Extension 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
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:\/\/*\/*" ] } ] } |