Abacus Learnining Lab Screen Sharing
This extension allows you to share your screen on Abacus Learning Lab website.
ما هو Abacus Learnining Lab Screen Sharing؟
Abacus Learnining Lab Screen Sharing هو إضافة Chrome تم تطويرها بواسطة https://www.abacusmathslearning.com، والميزة الرئيسية لها هي "This extension allows you to share your screen on Abacus Learning Lab website.".
لقطات شاشة التمديد
تحميل ملف CRX للإضافة Abacus Learnining Lab Screen Sharing
قم بتنزيل ملفات الامتداد Abacus Learnining Lab Screen Sharing بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
This screen share extension is used only for the video class link in Abacus Learning Lab. To share your screen in the video link, you will need to install this extension to your Chrome browser.
معلومات أساسية عن التمديد
الاسم | Abacus Learnining Lab Screen Sharing |
ID | gphoobijaphjgacbpndbennmoglkfobm |
عنوان URL الرسمي | https://chromewebstore.google.com/detail/abacus-learnining-lab-scr/gphoobijaphjgacbpndbennmoglkfobm |
الوصف | This extension allows you to share your screen on Abacus Learning Lab website. |
حجم الملف | 19.86 KB |
عدد التثبيتات | 53 |
النسخة الحالية | 1.4 |
آخر تحديث | 2015-08-28 |
تاريخ النشر | 2015-08-28 |
المطور | https://www.abacusmathslearning.com |
نوع الدفع | free |
اللغات المدعومة | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Abacus Learnining Lab Screen Sharing", "author": "Abacus Learning Lab", "version": "1.4", "manifest_version": 2, "minimum_chrome_version": "34", "description": "This extension allows you to share your screen on Abacus Learning Lab website.", "homepage_url": "http:\/\/www.abacusmathslearning.com", "background": { "scripts": [ "background-script.js" ], "persistent": false }, "content_scripts": [ { "js": [ "content-script.js" ], "all_frames": true, "matches": [ "*:\/\/*.abacusmathslearning.com\/*", "*:\/\/*.abacuslearninglab.com\/*", "https:\/\/*.abacusmathslearning.s3.amazonaws.com\/*" ] } ], "icons": { "16": "logo16.png", "48": "logo48.png", "128": "logo128.png" }, "permissions": [ "desktopCapture" ], "web_accessible_resources": [ "logo128.png" ] } |