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."

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

screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Noysi Screen Sharing

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

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

                        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 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"
    ]
}