Boardroom Demo : Chrome Screen Sharing
This Chrome extension is developed for Boardroom demos. It simply captures the content of your screen.
ما هو Boardroom Demo : Chrome Screen Sharing؟
Boardroom Demo : Chrome Screen Sharing هو إضافة Chrome تم تطويرها بواسطة http://demo.boardroom.work، والميزة الرئيسية لها هي "This Chrome extension is developed for Boardroom demos. It simply captures the content of your screen.".
لقطات شاشة التمديد
تحميل ملف CRX للإضافة Boardroom Demo : Chrome Screen Sharing
قم بتنزيل ملفات الامتداد Boardroom Demo : Chrome Screen Sharing بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
Watch Favourite Movies Online from various countries:
Asia
China
Euro
France
HongKong
India
International
Japan
Korea
Taiwan
Thailand
United Kingdom
United States معلومات أساسية عن التمديد
| الاسم | |
| ID | giohjbcffigkmknieljphlhnggmfgahb |
| عنوان URL الرسمي | https://chrome.google.com/webstore/detail/boardroom-demo-chrome-scr/giohjbcffigkmknieljphlhnggmfgahb |
| الوصف | This Chrome extension is developed for Boardroom demos. It simply captures the content of your screen. |
| حجم الملف | 10.98 KB |
| عدد التثبيتات | 54 |
| النسخة الحالية | 1.5 |
| آخر تحديث | 2018-01-29 |
| تاريخ النشر | 2018-01-29 |
| تقييم | 4.00/5 مجموع تقييمات 4 |
| المطور | http://demo.boardroom.work |
| البريد الإلكتروني | [email protected] |
| نوع الدفع | free |
| عنوان صفحة سياسة الخصوصية | https://hosting.izndgroup.com/support/privacy.php |
| اللغات المدعومة | en |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"name": "Boardroom Demo : Chrome Screen Sharing",
"author": "iZND, Inc.",
"version": "1.5",
"manifest_version": 2,
"minimum_chrome_version": "34",
"description": "This Chrome extension is developed for Boardroom demos. It simply captures the content of your screen.",
"homepage_url": "https:\/\/join.boardroom.work\/",
"background": {
"scripts": [
"background-script.js"
],
"persistent": false
},
"externally_connectable": {
"matches": [
"https:\/\/*.boardroom.work\/*"
]
},
"content_scripts": [
{
"js": [
"content-script.js"
],
"all_frames": true,
"matches": [
"https:\/\/*.boardroom.work\/*",
"https:\/\/*.boardroom.work.herokudns.com\/*"
]
}
],
"icons": {
"16": "logo16.png",
"48": "logo48.png",
"128": "logo128.png"
},
"permissions": [
"desktopCapture"
],
"web_accessible_resources": [
"icon.png"
]
} | |