Free Screencast Recording for Gmail
Free video screencast recording right from Gmail.
Free Screencast Recording for Gmail क्या है?
Free Screencast Recording for Gmail https://www.record-my-screen.com द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Free video screencast recording right from Gmail."।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में Free Screencast Recording for Gmail एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
The BEST free video screen capture option out there. It captures your voice, and anything you want to show that's on your screen. It uploads directly as a link in your Gmail to your screencast video. Use it for education, customer service, or anything that you want to share. cloudhQ. Helping your productivity, 1 click at a time.
एक्सटेंशन की मूल जानकारी
नाम | Free Screencast Recording for Gmail |
ID | obdimfiookbifhhceegpeeahidplcccp |
आधिकारिक URL | https://chromewebstore.google.com/detail/free-screencast-recording/obdimfiookbifhhceegpeeahidplcccp |
विवरण | Free video screencast recording right from Gmail. |
फ़ाइल का आकार | 202 KB |
स्थापना संख्या | 10,000 |
वर्तमान संस्करण | 1.0.0.13 |
अंतिम अपडेट | 2023-11-24 |
प्रकाशन तिथि | 2020-05-24 |
रेटिंग | 4.56/5 कुल 63 रेटिंग्स |
डेवलपर | https://www.record-my-screen.com |
ईमेल | [email protected] |
भुगतान के प्रकार | in_app |
एक्सटेंशन वेबसाइट | https://www.record-my-screen.com/ |
सहायता पृष्ठ URL | https://support.cloudhq.net/category/browser-extensions/screencast-recording-for-gmail/ |
गोपनीयता नीति पृष्ठ URL | https://www.cloudhq.net/privacy |
समर्थित भाषाएँ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "content_security_policy": "script-src 'self' https:\/\/www.cloudhq.net; object-src 'self' https:\/\/www.cloudhq.net", "web_accessible_resources": [ "javascripts\/*", "icons\/*" ], "name": "Free Screencast Recording for Gmail", "short_name": "Free Screencast for Gmail", "icons": { "128": "icons\/icon-128x128.png", "48": "icons\/icon-48x48.png" }, "converted_from_user_script": true, "background": { "persistent": true, "scripts": [ "javascripts\/jquery-1.4.4.js", "javascripts\/background.js" ] }, "externally_connectable": { "matches": [ "*:\/\/*.cloudhq.net\/*" ] }, "browser_action": { "default_icon": "icons\/gmail_screencast.png" }, "content_scripts": [ { "exclude_globs": [], "css": [ "stylesheets\/jquery.dropdown.css", "stylesheets\/popover.css", "stylesheets\/main_gmail_screencast.css" ], "include_globs": [], "js": [ "javascripts\/inboxsdk.js", "javascripts\/main_gmail_screencast_loader.js" ], "matches": [ "https:\/\/mail.google.com\/*", "https:\/\/inbox.google.com\/*" ] } ], "version": "1.0.0.13", "description": "Free video screencast recording right from Gmail.", "permissions": [ "desktopCapture", "storage", "background", "https:\/\/mail.google.com\/", "https:\/\/inbox.google.com\/", "https:\/\/www.cloudhq.net\/" ], "manifest_version": 2 } |