Logipro Capture Video Ecran
Capture video ecran pour les applications Logipro
Logipro Capture Video Ecranとは何ですか?
Logipro Capture Video Ecranはwww.logipro.comによって開発されたChromeの拡張機能で、その主な機能は「Capture video ecran pour les applications Logipro」です。
拡張機能のスクリーンショット
Logipro Capture Video Ecran拡張機能のCRXファイルをダウンロード
Logipro Capture Video Ecran拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
Package permettant de réaliser des capture d'écran vidéo sur le logiciel Créa-Learning développé par l'entreprise Logipro afin de les ajouté à un module de formation crée préalablement.
拡張機能の基本情報
名前 | Logipro Capture Video Ecran |
ID | jfklkkclkpafmicllemnpobofpgkjlid |
公式URL | https://chromewebstore.google.com/detail/logipro-capture-video-ecr/jfklkkclkpafmicllemnpobofpgkjlid |
説明 | Capture video ecran pour les applications Logipro |
ファイルサイズ | 18.52 KB |
インストール数 | 241 |
現在のバージョン | 1.7 |
最終更新日 | 2021-09-09 |
公開日 | 2016-12-20 |
評価 | 4.00/5 合計 1 レビュー |
開発者 | www.logipro.com |
Eメール | [email protected] |
支払い方法 | free |
拡張機能のウェブサイト | https://tree-learning.fr/ |
ヘルプページのURL | https://tree-learning.fr/ |
対応言語 | fr |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Logipro Capture Video Ecran", "author": "Muaz Khan", "version": "1.7", "manifest_version": 2, "minimum_chrome_version": "34", "description": "Capture video ecran pour les applications Logipro", "homepage_url": "http:\/\/www.logipro.com", "background": { "scripts": [ "background-script.js" ], "persistent": false }, "content_scripts": [ { "js": [ "content-script.js" ], "all_frames": true, "run_at": "document_end", "matches": [ "*:\/\/*\/*" ] } ], "icons": { "48": "icon.png" }, "permissions": [ "desktopCapture" ], "web_accessible_resources": [ "icon.png" ] } |