RecView - Vintro recorder
RecView screen recording Chrome extension
RecView - Vintro recorder क्या है?
RecView - Vintro recorder https://recview.co द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "RecView screen recording Chrome extension"।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में RecView - Vintro recorder एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
RecView's chrome extension, record BD videos, video messages for candidates and anything else you can think of!
एक्सटेंशन की मूल जानकारी
नाम | RecView - Vintro recorder |
ID | fffnkcnjomfdcidlfdcdfpgeildojejj |
आधिकारिक URL | https://chromewebstore.google.com/detail/recview-vintro-recorder/fffnkcnjomfdcidlfdcdfpgeildojejj |
विवरण | RecView screen recording Chrome extension |
फ़ाइल का आकार | 446 KB |
स्थापना संख्या | 104 |
वर्तमान संस्करण | 2.7.1 |
अंतिम अपडेट | 2023-10-27 |
प्रकाशन तिथि | 2022-10-18 |
डेवलपर | https://recview.co |
ईमेल | [email protected] |
भुगतान के प्रकार | free |
एक्सटेंशन वेबसाइट | https://recview.co/extention |
सहायता पृष्ठ URL | https://recview.co/extention |
गोपनीयता नीति पृष्ठ URL | https://recview.co/privacy |
समर्थित भाषाएँ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "RecView - Vintro recorder", "description": "RecView screen recording Chrome extension", "version": "2.7.1", "action": { "default_icon": "images\/recview-logo.png" }, "permissions": [ "tabs", "storage", "system.display" ], "content_scripts": [ { "matches": [ "https:\/\/*\/*", "http:\/\/localhost\/*" ], "js": [ "js\/vendor.js", "js\/overlay_app.js", "js\/event_handler.js" ] } ], "background": { "service_worker": "js\/background.js" }, "web_accessible_resources": [ { "matches": [ "https:\/\/*\/*" ], "resources": [ "overlay.html" ] } ] } |