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 |
官方網址 | 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" ] } |