Presentation Sync
Keep presentation synchronised in real-time, do a guided presentation with Google Presentation.
Presentation Sync क्या है?
Presentation Sync Will Ouyang द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Keep presentation synchronised in real-time, do a guided presentation with Google Presentation."।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में Presentation Sync एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ 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" ] } |