SkillRary Screenshare Extension

Chrome Extension granting WebRTC screen capturing capabilities to SkillRary meetings.

SkillRary Screenshare Extensionคืออะไร?

SkillRary Screenshare Extension เป็นส่วนขยายของ Chrome ที่พัฒนาโดย SkillRary และคุณลักษณะหลักของมันคือ "Chrome Extension granting WebRTC screen capturing capabilities to SkillRary meetings."

ภาพหน้าจอของส่วนขยาย

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย SkillRary Screenshare Extension

ดาวน์โหลดไฟล์ส่วนขยาย SkillRary Screenshare Extension ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

                        We at SkillRary strive to provide simple yet powerful trainings or tuitions to all the domains. This organisation has started with a mind set to share the knowledge that the internet or individuals have in a progressive manner. SkillRary is an online training programme trying to get the best content for all on a very low cost there by helping everyone with a digital schooling and online education.

Our training is a computer based training (CBT), distance learning, or e-learning, that takes place completely on the internet. The courses involve a variety of multimedia elements, including graphics, audio, video, and web-links, which all can be accessed to the enrolled clients.  

In addition to presenting course material and content, SkillRary gives the students the opportunity for live interactions and real-time feedback for such things as quizzes and tests. Interactions between instructor and students are also conducted via chat, e-mail, or other web-based communication. Unlike any other we here also let the students know which module has to be gone through first. All the modules are placed according to the lesson plans so that students will know what to refer first.

SkillRary is self-paced and customisable to suit an individual's specific learning needs. Therefore, it can be conducted at any time and place, provided there is a computer with high-speed internet access. This makes it very convenient for the users, who can modify their training to fit into their day-to-day schedule. All our users will be able to use our eLearning system to its full capacity.                    

ข้อมูลพื้นฐานของส่วนขยาย

ชื่อ SkillRary Screenshare Extension SkillRary Screenshare Extension
ID nhcmacfjeplacjkihepjflhhefkgkane
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/skillrary-screenshare-ext/nhcmacfjeplacjkihepjflhhefkgkane
คำอธิบาย Chrome Extension granting WebRTC screen capturing capabilities to SkillRary meetings.
ขนาดไฟล์ 211 KB
จำนวนการติดตั้ง 17
เวอร์ชันปัจจุบัน 0.0.3
อัปเดตครั้งล่าสุด 2018-12-17
วันที่เผยแพร่ 2018-12-17
ผู้พัฒนา SkillRary
อีเมล [email protected]
ประเภทการชำระเงิน free
เว็บไซต์ส่วนขยาย https://skillrary.com
URL หน้าช่วยเหลือ https://www.skillrary.com/faq
ภาษาที่รองรับ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "SkillRary Screenshare Extension",
    "short_name": "SR",
    "author": "SkillRary",
    "version": "0.0.3",
    "manifest_version": 2,
    "minimum_chrome_version": "34",
    "description": "Chrome Extension granting WebRTC screen capturing capabilities to SkillRary meetings.",
    "homepage_url": "https:\/\/SkillRary.com\/",
    "background": {
        "scripts": [
            "background-script.js"
        ],
        "persistent": true
    },
    "externally_connectable": {
        "matches": [
            "*:\/\/*.skillrary.com\/*"
        ]
    },
    "icons": {
        "48": "icon.png"
    },
    "permissions": [
        "desktopCapture"
    ],
    "web_accessible_resources": [
        "icon.png"
    ]
}