Inwicast Webrecorder Extension
Capture full-screen or specific application's screen on any HTTPs domain!
Τι είναι το Inwicast Webrecorder Extension;
Το Inwicast Webrecorder Extension είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον webrecorder.inwicast, και η κύρια λειτουργία του είναι "Capture full-screen or specific application's screen on any HTTPs domain!".
Στιγμιότυπα Επέκτασης
Λήψη αρχείου CRX της επέκτασης Inwicast Webrecorder Extension
Λήψη αρχείων επέκτασης Inwicast Webrecorder Extension σε μορφή crx, εγκατάσταση των επεκτάσεων Chrome μη αυτόματα στον περιηγητή ή κοινοποίηση των αρχείων crx με φίλους για εύκολη εγκατάσταση των επεκτάσεων Chrome.
Οδηγίες Χρήσης της Επέκτασης
Βασικές Πληροφορίες Επέκτασης
Όνομα | 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" ] } |