Springboard Screen Share

Screen sharing for Springboard’s weekly student/mentor calls.

Springboard Screen Shareคืออะไร?

Springboard Screen Share เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://www.springboard.com และคุณลักษณะหลักของมันคือ "Screen sharing for Springboard’s weekly student/mentor calls."

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

screenshot

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

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

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

                        Share your screen during your weekly calls! This extension makes it easy to share projects, documents and more.

Springboard’s extension is built with WebRTC, and requires a WebRTC-compliant browser such as Chrome or Firefox.                    

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

ชื่อ Springboard Screen Share Springboard Screen Share
ID pcjcjlkgaifenbpoojjeemocglhjhdpo
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/springboard-screen-share/pcjcjlkgaifenbpoojjeemocglhjhdpo
คำอธิบาย Screen sharing for Springboard’s weekly student/mentor calls.
ขนาดไฟล์ 62.16 KB
จำนวนการติดตั้ง 287
เวอร์ชันปัจจุบัน 1.0.1
อัปเดตครั้งล่าสุด 2016-06-16
วันที่เผยแพร่ 2016-06-16
คะแนน 5.00/5 รวมทั้งหมด 4 คะแนน
ผู้พัฒนา https://www.springboard.com
อีเมล [email protected]
ประเภทการชำระเงิน free
เว็บไซต์ส่วนขยาย https://www.springboard.com/
ภาษาที่รองรับ en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Springboard Screen Share",
    "short_name": "Springboard Screen Share",
    "author": {
        "name": "Sliderule Labs Inc."
    },
    "version": "1.0.1",
    "manifest_version": 2,
    "minimum_chrome_version": "34",
    "description": "Screen sharing for Springboard\u2019s weekly student\/mentor calls.",
    "homepage_url": "https:\/\/www.springboard.com\/",
    "background": {
        "scripts": [
            "background-script.js"
        ],
        "persistent": false
    },
    "externally_connectable": {
        "matches": [
            "https:\/\/*.springboard.com\/*"
        ]
    },
    "icons": {
        "16": "logo16.png",
        "48": "logo48.png",
        "128": "logo128.png"
    },
    "permissions": [
        "desktopCapture"
    ],
    "web_accessible_resources": [
        "icon.png"
    ]
}