AreYouRecording
Just a little notification to remind you to record your google meets, with some added options.
AreYouRecording क्या है?
AreYouRecording https://dancodes.online द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Just a little notification to remind you to record your google meets, with some added options."।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में AreYouRecording एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
Google meets often need to be recorded and many people forget. This extension provides very simple and basic functionality to remind you to record your google meets. "AreYouRecording" was first made for teachers who need to record their classes for students who miss class and privacy reasons but it is not limited to this, any user that needs a little reminder can use this extension. 1. Install "AreYouRecording" 2. Navigate to a google meet you have permission to record in 3. Notice the message reminding you to record your meet 4. Click the message to dismiss Note. The extension will not activate if you do not have permission to record the meeting Developed by DanCodes
एक्सटेंशन की मूल जानकारी
नाम | AreYouRecording |
ID | inclbgdmhheebmihljedogpbfkaeeaci |
आधिकारिक URL | https://chromewebstore.google.com/detail/areyourecording/inclbgdmhheebmihljedogpbfkaeeaci |
विवरण | Just a little notification to remind you to record your google meets, with some added options. |
फ़ाइल का आकार | 211 KB |
स्थापना संख्या | 942 |
वर्तमान संस्करण | 1.0.3 |
अंतिम अपडेट | 2022-01-11 |
प्रकाशन तिथि | 2020-11-21 |
रेटिंग | 4.00/5 कुल 2 रेटिंग्स |
डेवलपर | https://dancodes.online |
ईमेल | [email protected] |
भुगतान के प्रकार | free |
एक्सटेंशन वेबसाइट | https://github.com/dan-online/areyourecording |
सहायता पृष्ठ URL | https://github.com/dan-online/areyourecording/issues |
समर्थित भाषाएँ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "AreYouRecording", "version": "1.0.3", "manifest_version": 2, "description": "Just a little notification to remind you to record your google meets, with some added options.", "icons": { "16": "icons\/icon16.png", "48": "icons\/icon48.png", "128": "icons\/icon128.png" }, "default_locale": "en", "background": { "page": "src\/bg\/background.html", "persistent": true }, "page_action": { "default_icon": "icons\/icon19.png" }, "permissions": [ "https:\/\/meet.google.com\/*,http:\/\/meet.google.com\/*" ], "content_scripts": [ { "matches": [ "https:\/\/meet.google.com\/*", "http:\/\/meet.google.com\/*" ], "css": [ "src\/inject\/inject.css" ] }, { "matches": [ "https:\/\/meet.google.com\/*", "http:\/\/meet.google.com\/*" ], "js": [ "src\/inject\/inject.js" ], "run_at": "document_idle" } ] } |