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 |
电子邮箱 | [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" ] } |