Annotate Meet by Denis Sheeran
Google Meet Users can now Annotate while Screen Sharing!
Annotate Meet by Denis Sheeran क्या है?
Annotate Meet by Denis Sheeran Denis Sheeran द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Google Meet Users can now Annotate while Screen Sharing!"।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में Annotate Meet by Denis Sheeran एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
Google Meet Users can now Annotate while Screen Sharing! The Annotate Meet by Denis Sheeran Chrome Extension initiates a toolbar which includes a Pencil, Pen, Highlighter, Lines, Arrows, Boxes, Color Choices, Save Feature and more! Annotate like you did with Zoom, only with the security and comfort of the Google Meet platform. This extension is especially useful for Education and Enterprise users during remote instruction. Once you're finished annotating, click the Clear All button to clear the screen! If you want to save your annotations, click the Save Icon. All annotations are over the screen and do not anchor to the text. If you scroll down or change tabs, annotations remain on screen until Finish Annotating is clicked. Developed by Denis Sheeran and Vlas Bashynskyi Visit denissheeran.com to learn more about Denis Visit https://amzn.to/31CKOP5 to buy Denis' Books: Instant Relevance, and Hacking Mathematics Visit https://youtube.com/channel/UC7zzRbbP3CaZhiFCipt0oQQ?sub_confirmation=1 for Denis' Youtube Channel We do not collect any personal information and do not have any access to your Slides.
एक्सटेंशन की मूल जानकारी
नाम | |
ID | pdfefmpbiijhmbflahmoepedkndhkool |
आधिकारिक URL | https://chrome.google.com/webstore/detail/annotate-meet-by-denis-sh/pdfefmpbiijhmbflahmoepedkndhkool |
विवरण | Google Meet Users can now Annotate while Screen Sharing! |
फ़ाइल का आकार | 869 KB |
स्थापना संख्या | 30,000 |
वर्तमान संस्करण | 1.0.0 |
अंतिम अपडेट | 2021-04-28 |
प्रकाशन तिथि | 2020-08-20 |
रेटिंग | 2.57/5 कुल 28 रेटिंग्स |
डेवलपर | Denis Sheeran |
ईमेल | [email protected] |
भुगतान के प्रकार | free |
एक्सटेंशन वेबसाइट | https://denissheeran.com |
गोपनीयता नीति पृष्ठ URL | https://denissheeran.com/work-with-denis/annotate-meet-privacy-policy |
समर्थित भाषाएँ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Annotate Meet by Denis Sheeran", "description": "Google Meet Users can now Annotate while Screen Sharing!", "version": "1.0.0", "icons": { "128": "\/img\/logo_128.png", "512": "\/img\/logo_512.png" }, "browser_action": { "default_icon": "\/img\/logo_512.png", "default_popup": "\/pages\/popup\/index.html" }, "background": { "scripts": [ "\/lib\/jquery.min.js", "\/lib\/webx.js", "\/js\/background\/bg_controller.js", "\/js\/background\/main.js" ], "persistent": false }, "content_scripts": [ { "all_frames": true, "run_at": "document_start", "matches": [ "https:\/\/meet.google.com\/*" ], "js": [ "\/lib\/jquery.min.js", "\/lib\/webx.js", "\/js\/content_scripts\/cs_controller.js", "\/js\/content_scripts\/main.js" ] } ], "commands": { "_execute_browser_action": { "suggested_key": { "default": "Ctrl+Shift+A" } } }, "permissions": [ "tabs", "windows" ], "web_accessible_resources": [ "\/*" ] } |