Inwicast Webrecorder Extension
Capture full-screen or specific application's screen on any HTTPs domain!
Inwicast Webrecorder Extension क्या है?
Inwicast Webrecorder Extension webrecorder.inwicast द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Capture full-screen or specific application's screen on any HTTPs domain!"।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में Inwicast Webrecorder Extension एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
एक्सटेंशन की मूल जानकारी
नाम | Inwicast Webrecorder Extension |
ID | olphgdnbpiopbjciggcicmoijjmophfe |
आधिकारिक URL | https://chromewebstore.google.com/detail/inwicast-webrecorder-exte/olphgdnbpiopbjciggcicmoijjmophfe |
विवरण | Capture full-screen or specific application's screen on any HTTPs domain! |
फ़ाइल का आकार | 6.78 KB |
स्थापना संख्या | 29 |
वर्तमान संस्करण | 31.2 |
अंतिम अपडेट | 2018-10-03 |
प्रकाशन तिथि | 2018-10-03 |
डेवलपर | webrecorder.inwicast |
ईमेल | [email protected] |
भुगतान के प्रकार | free |
एक्सटेंशन वेबसाइट | http://www.inwicast.com/mediacenter3/ |
सहायता पृष्ठ URL | http://www.rapidmooc.com/support/ |
गोपनीयता नीति पृष्ठ URL | http://rapidmooc.com |
समर्थित भाषाएँ | fr |
manifest.json | |
{ "author": "Inwicast", "background": { "persistent": false, "scripts": [ "background-script.js" ] }, "content_scripts": [ { "all_frames": true, "js": [ "content-script.js" ], "matches": [ "https:\/\/*.webrtc-experiment.com\/*", "https:\/\/127.0.0.1\/*", "https:\/\/localhost\/*", "https:\/\/*.inwicastcloud.com\/*", "https:\/\/*.inwicast.me\/*", "https:\/\/*.inwicast.com\/*", "https:\/\/*.univ-tours.fr\/*", "https:\/\/*.univ-lyon1.fr\/*", "https:\/\/*.univ-lyon3.fr\/*", "https:\/\/*.univ-tlse2.fr\/*", "https:\/\/*.univ-orleans.fr\/*", "https:\/\/*.ens2m.fr\/*", "https:\/\/*.cnam.fr\/*", "https:\/\/*.utt.fr\/*", "https:\/\/*.grenet.fr\/*", "https:\/\/*.unistra.fr\/*", "https:\/\/*.u-clermont1.fr\/*", "https:\/\/*.clermont-universite.fr\/*", "https:\/\/*.unilim.fr\/*", "https:\/\/*.telecom-bretagne.eu\/*", "https:\/\/saintgenes.inwicast.tv\/*" ], "run_at": "document_end" } ], "description": "Capture full-screen or specific application's screen on any HTTPs domain!", "homepage_url": "http:\/\/www.rapidmooc.com", "icons": { "48": "icon.png" }, "manifest_version": 2, "minimum_chrome_version": "34", "name": "Inwicast Webrecorder Extension", "short_name": "Inwicast Webrecorder", "permissions": [ "desktopCapture" ], "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "version": "31.2", "web_accessible_resources": [ "icon.png" ] } |