Noysi Screen Sharing
This Chrome extension is developed primary for http://noysi.com and it doesn't do anything except capture content of your screen.
ما هو Noysi Screen Sharing؟
Noysi Screen Sharing هو إضافة Chrome تم تطويرها بواسطة https://noysi.com، والميزة الرئيسية لها هي "This Chrome extension is developed primary for http://noysi.com and it doesn't do anything except capture content of your screen.".
لقطات شاشة التمديد
تحميل ملف CRX للإضافة Noysi Screen Sharing
قم بتنزيل ملفات الامتداد Noysi Screen Sharing بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
Noysi Screen Sharing is now available! Install the plugin Now ;) Noysi is a platform which will make your communication easier and more effective among team members, employees around the world, customers, agencies, consultants, other providers, and much more. Noysi - All you need for Teamwork
معلومات أساسية عن التمديد
الاسم | Noysi Screen Sharing |
ID | kijpcamedeaekaahdliijepohnebiami |
عنوان URL الرسمي | https://chromewebstore.google.com/detail/noysi-screen-sharing/kijpcamedeaekaahdliijepohnebiami |
الوصف | This Chrome extension is developed primary for http://noysi.com and it doesn't do anything except capture content of your screen. |
حجم الملف | 12.09 KB |
عدد التثبيتات | 141 |
النسخة الحالية | 2.0 |
آخر تحديث | 2016-11-30 |
تاريخ النشر | 2016-11-29 |
تقييم | 4.80/5 مجموع تقييمات 5 |
المطور | https://noysi.com |
نوع الدفع | free |
اللغات المدعومة | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Noysi Screen Sharing", "short_name": "Noysi Screen Sharing", "author": "woorea", "version": "2.0", "manifest_version": 2, "minimum_chrome_version": "34", "description": "This Chrome extension is developed primary for http:\/\/noysi.com and it doesn't do anything except capture content of your screen.", "homepage_url": "https:\/\/noysi.com\/", "background": { "scripts": [ "background-script.js" ], "persistent": false }, "externally_connectable": { "matches": [ "https:\/\/*.noysi.com\/*" ] }, "icons": { "16": "logo16.png", "48": "logo48.png", "128": "logo128.png" }, "permissions": [ "desktopCapture" ], "web_accessible_resources": [ "icon.png" ] } |