Springboard Screen Share
Screen sharing for Springboard’s weekly student/mentor calls.
Springboard Screen Share क्या है?
Springboard Screen Share https://www.springboard.com द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Screen sharing for Springboard’s weekly student/mentor calls."।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में Springboard Screen Share एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
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 |
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" ] } |