Crowdcast Screensharing
This Chrome extension is developed for https://www.crowdcast.io/. It doesn't do anything except capture content of your screen.
ما هو Crowdcast Screensharing؟
Crowdcast Screensharing هو إضافة Chrome تم تطويرها بواسطة https://www.crowdcast.io، والميزة الرئيسية لها هي "This Chrome extension is developed for https://www.crowdcast.io/. It doesn't do anything except capture content of your screen.".
لقطات شاشة التمديد
تحميل ملف CRX للإضافة Crowdcast Screensharing
قم بتنزيل ملفات الامتداد Crowdcast Screensharing بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
This extension is used by Crowdcast https://www.crowdcast.io/ to capture the content of your screen when using the "Screensharing" feature of a Crowdcast event!
معلومات أساسية عن التمديد
الاسم | Crowdcast Screensharing |
ID | kgmadhplahebfoiijgloflhakfjlkbpb |
عنوان URL الرسمي | https://chromewebstore.google.com/detail/crowdcast-screensharing/kgmadhplahebfoiijgloflhakfjlkbpb |
الوصف | This Chrome extension is developed for https://www.crowdcast.io/. It doesn't do anything except capture content of your screen. |
حجم الملف | 16.53 KB |
عدد التثبيتات | 3,046 |
النسخة الحالية | 2.1.0 |
آخر تحديث | 2018-05-02 |
تاريخ النشر | 2018-05-02 |
تقييم | 5.00/5 مجموع تقييمات 3 |
المطور | https://www.crowdcast.io |
نوع الدفع | free |
اللغات المدعومة | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Crowdcast Screensharing", "author": "Crowdcast, Inc.", "version": "2.1.0", "manifest_version": 2, "minimum_chrome_version": "34", "description": "This Chrome extension is developed for https:\/\/www.crowdcast.io\/. It doesn't do anything except capture content of your screen.", "homepage_url": "http:\/\/www.crowdcast.io\/", "background": { "scripts": [ "background-script.js" ], "persistent": false }, "externally_connectable": { "matches": [ "https:\/\/*.crowdcast.io\/*" ] }, "icons": { "16": "logo16.png", "48": "logo48.png", "128": "logo128.png" }, "permissions": [ "desktopCapture" ], "web_accessible_resources": [ "icon.png" ] } |