RHTRH – Raise Hand To Raise Hand
Raise your hand on Google Meet by raising your hand in real life
RHTRH – Raise Hand To Raise Hand क्या है?
RHTRH – Raise Hand To Raise Hand Adflow द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Raise your hand on Google Meet by raising your hand in real life"।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में RHTRH – Raise Hand To Raise Hand एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
RHTRH is an open source Chromium extension that raises your (virtual) hand on Google Meet when you raise your (physical) hand. Our AI-powered algorithm is optimised to run smoothly on all devices. RHTRH works with on all Chromium browsers for any organisation using Google Workspace (it is compatible with Google Meet's "raise hand" functionality only – for now at least 🤫) - 🔒 Privacy first: All the computing happens on the device itself. No image ever leaves your laptop! - 🐝 All chromium browsers supported - 🙋♀️ Two modes (choose your preferred one): (i) We all got used to keeping our hands up to speak in school. (ii) Some of us prefer to keep their hands on their keyboards while waiting for their turn to speak. - 👨💻 Completely open source: Contributions and PRs are more than welcome on our Github page Hope you like it! Let us know your feedback ⭐️.
एक्सटेंशन की मूल जानकारी
नाम | RHTRH – Raise Hand To Raise Hand |
ID | eklmnoflmkgilkjdiocjonfcpdkacplj |
आधिकारिक URL | https://chromewebstore.google.com/detail/rhtrh-%E2%80%93-raise-hand-to-rai/eklmnoflmkgilkjdiocjonfcpdkacplj |
विवरण | Raise your hand on Google Meet by raising your hand in real life |
फ़ाइल का आकार | 195 KB |
स्थापना संख्या | 3,599 |
वर्तमान संस्करण | 0.3.1 |
अंतिम अपडेट | 2021-01-07 |
प्रकाशन तिथि | 2021-01-06 |
रेटिंग | 4.67/5 कुल 3 रेटिंग्स |
डेवलपर | Adflow |
ईमेल | [email protected] |
भुगतान के प्रकार | free |
एक्सटेंशन वेबसाइट | https://signofactory.it |
सहायता पृष्ठ URL | https://signofactory.it |
समर्थित भाषाएँ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "RHTRH \u2013 Raise Hand To Raise Hand", "description": "Raise your hand on Google Meet by raising your hand in real life", "version": "0.3.1", "permissions": [ "declarativeContent" ], "background": { "scripts": [ "js\/background.js" ], "persistent": false }, "web_accessible_resources": [ "js\/bundle.js", "images\/" ], "content_scripts": [ { "run_at": "document_end", "matches": [ "*:\/\/meet.google.com\/*" ], "exclude_matches": [ "*:\/\/meet.google.com\/" ], "js": [ "js\/main.js" ], "all_frames": false } ], "page_action": { "default_popup": "popup\/popup.html", "default_icon": { "16": "images\/icon16.png", "32": "images\/icon32.png", "48": "images\/icon48.png", "128": "images\/icon128.png" } }, "icons": { "16": "images\/icon16.png", "32": "images\/icon32.png", "48": "images\/icon48.png", "128": "images\/icon128.png" }, "manifest_version": 2 } |