Presentation Sync
Keep presentation synchronised in real-time, do a guided presentation with Google Presentation.
Presentation Sync là gì?
Presentation Sync là một tiện ích mở rộng Chrome được phát triển bởi Will Ouyang, và tính năng chính của nó là "Keep presentation synchronised in real-time, do a guided presentation with Google Presentation.".
Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng
Tải xuống tệp CRX của tiện ích mở rộng Presentation Sync
Tải xuống các tệp mở rộng Presentation Sync dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.
Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng
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.
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | Presentation Sync |
ID | eipedjifhojoogdilhodlpkajogkkdeg |
URL Chính Thức | https://chromewebstore.google.com/detail/presentation-sync/eipedjifhojoogdilhodlpkajogkkdeg |
Mô tả | Keep presentation synchronised in real-time, do a guided presentation with Google Presentation. |
Kích Thước Tệp | 44.27 KB |
Số Lần Cài Đặt | 434 |
Phiên Bản Hiện Tại | 1.1 |
Cập Nhật Lần Cuối | 2015-02-10 |
Ngày Phát Hành | 2015-02-10 |
Đánh Giá | 2.50/5 Tổng số 4 Đánh Giá |
Nhà Phát Triển | Will Ouyang |
Loại Thanh Toán | free |
Trang Web Mở Rộng | http://presentation-sync.herokuapp.com/ |
URL Trang Trợ Giúp | http://presentation-sync.herokuapp.com/ |
Ngôn Ngữ Được Hỗ Trợ | 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" ] } |