Smart Education
The Plug-in for screen sharing and file sharing of smart live teaching & learning service.
ما هو Smart Education ؟
Smart Education هو إضافة Chrome تم تطويرها بواسطة forrestlin888، والميزة الرئيسية لها هي "The Plug-in for screen sharing and file sharing of smart live teaching & learning service.".
لقطات شاشة التمديد
تحميل ملف CRX للإضافة Smart Education
قم بتنزيل ملفات الامتداد Smart Education بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
The Plug-in for screen sharing and file sharing of smart live teaching & learning service.
معلومات أساسية عن التمديد
الاسم | ![]() |
ID | lialoimhfnkjogigfnkkpijdhecjhfpm |
عنوان URL الرسمي | https://chrome.google.com/webstore/detail/smart-education/lialoimhfnkjogigfnkkpijdhecjhfpm |
الوصف | The Plug-in for screen sharing and file sharing of smart live teaching & learning service. |
حجم الملف | 103 KB |
عدد التثبيتات | 69 |
النسخة الحالية | 0.0.6 |
آخر تحديث | 2019-08-16 |
تاريخ النشر | 2019-08-12 |
المطور | forrestlin888 |
نوع الدفع | free |
اللغات المدعومة | en,zh-CN |
manifest.json | |
{ "background": { "scripts": [ "background.js" ] }, "content_scripts": [ { "js": [ "content.js" ], "matches": [ "https:\/\/*\/*" ] } ], "description": "The Plug-in for screen sharing and file sharing of smart live teaching & learning service.", "icons": { "128": "icon128.png", "16": "icon16.png", "48": "icon48.png" }, "manifest_version": 2, "minimum_chrome_version": "34", "name": "Smart Education ", "permissions": [ "desktopCapture", "contextMenus", "bookmarks", "tabs", "notifications", "webRequest", "webRequestBlocking", "storage", "http:\/\/*\/*", "https:\/\/*\/*" ], "short_name": "Smart Live Teaching & Learning Service", "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "version": "0.0.6", "default_locale": "zh_CN" } |