Presentation Sync
Keep presentation synchronised in real-time, do a guided presentation with Google Presentation.
Presentation Sync란 무엇입니까?
Presentation Sync은(는) Will Ouyang에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Keep presentation synchronised in real-time, do a guided presentation with Google Presentation."입니다.
확장 프로그램 스크린샷
Presentation Sync 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
If you want to do a guided presentation with Google Presentation, and want to synchronise your action like page down, page up to every audience on the web, you may need this extension. This will be useful if you want to use Googpe Presention and Skype or Hangout together to deliver a presentation, you may want everyone to know which page you are talking. Just click the "Sync Present" button on Google Presention, and you action on the page will be synchronised with other did the same.
확장 프로그램 기본 정보
이름 | Presentation Sync |
ID | eipedjifhojoogdilhodlpkajogkkdeg |
공식 URL | https://chromewebstore.google.com/detail/presentation-sync/eipedjifhojoogdilhodlpkajogkkdeg |
설명 | Keep presentation synchronised in real-time, do a guided presentation with Google Presentation. |
파일 크기 | 44.27 KB |
설치 횟수 | 434 |
현재 버전 | 1.1 |
최근 업데이트 | 2015-02-10 |
출시 날짜 | 2015-02-10 |
평점 | 2.50/5 총 4 개의 평점 |
개발자 | Will Ouyang |
결제 유형 | free |
확장 프로그램 웹 사이트 | http://presentation-sync.herokuapp.com/ |
도움말 페이지 URL | http://presentation-sync.herokuapp.com/ |
지원되는 언어 | en |
manifest.json | |
{ "background": { "page": "background.html" }, "content_scripts": [ { "js": [ "jquery-1.8.2.min.js", "edit.js" ], "matches": [ "https:\/\/docs.google.com\/presentation\/d\/*\/edit*" ] }, { "js": [ "jquery-1.8.2.min.js", "present.js" ], "matches": [ "https:\/\/docs.google.com\/presentation\/d\/*\/present*" ] } ], "description": "Keep presentation synchronised in real-time, do a guided presentation with Google Presentation.", "icons": { "128": "icons\/icon_128.png", "16": "icons\/icon_16.png", "48": "icons\/icon_48.png" }, "manifest_version": 2, "name": "Presentation Sync", "options_page": "background.html", "page_action": { "default_icon": "icons\/icon_16.png" }, "permissions": [ "tabs" ], "update_url": "http:\/\/clients2.google.com\/service\/update2\/crx", "version": "1.1", "web_accessible_resources": [ "toastr\/toastr.css", "toastr\/toastr-responsive.css", "jquery-1.8.2.min.js", "toastr\/toastr.js" ] } |