Inwicast Webrecorder Extension
Capture full-screen or specific application's screen on any HTTPs domain!
Hvad er Inwicast Webrecorder Extension?
Inwicast Webrecorder Extension er en Chrome-udvidelse udviklet af webrecorder.inwicast, og dens hovedfunktion er "Capture full-screen or specific application's screen on any HTTPs domain!".
Udvidelsesskærmbilleder
Download Inwicast Webrecorder Extension-udvidelses-CRX-fil
Download Inwicast Webrecorder Extension-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.
Brugsanvisning til Udvidelsen
Grundlæggende oplysninger om udvidelsen
| Navn | |
| ID | olphgdnbpiopbjciggcicmoijjmophfe |
| Officiel URL | https://chromewebstore.google.com/detail/inwicast-webrecorder-exte/olphgdnbpiopbjciggcicmoijjmophfe |
| Beskrivelse | Capture full-screen or specific application's screen on any HTTPs domain! |
| Filstørrelse | 6.78 KB |
| Antal Installationer | 29 |
| Nuværende Version | 31.2 |
| Senest Opdateret | 2018-10-03 |
| Udgivelsesdato | 2018-10-03 |
| Udvikler | webrecorder.inwicast |
| [email protected] | |
| Betalingsmetode | free |
| Udvidelseswebsted | http://www.inwicast.com/mediacenter3/ |
| Hjælpeside-URL | http://www.rapidmooc.com/support/ |
| URL til Fortrolighedspolitik Side | http://rapidmooc.com |
| Understøttede Sprog | 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"
]
} | |