TuTu | Simple Desktop Sharing App !
Simplest Desktop Sharing App on the Planet!
TuTu | Simple Desktop Sharing App ! क्या है?
TuTu | Simple Desktop Sharing App ! tutusharedev द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Simplest Desktop Sharing App on the Planet!"।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में TuTu | Simple Desktop Sharing App ! एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
TuTu is a quick and easy to use communication tool, connecting browser to browser. It allows two users to make a video call or share their desktop screen in the click of a button. No other software is required and no adverts. After install, all a user must do is register their name, select whether they want to video call or a screen share conversation, type in the name of a registered user to ring, and press the call button! Both users must have a microphone and webcam to use this extension. You will have to allow access to microphone and webcam upon first video call.
एक्सटेंशन की मूल जानकारी
नाम | |
ID | nlaogdmmdaeeommoboonehgcflbodpnd |
आधिकारिक URL | https://chrome.google.com/webstore/detail/tutu-simple-desktop-shari/nlaogdmmdaeeommoboonehgcflbodpnd |
विवरण | Simplest Desktop Sharing App on the Planet! |
फ़ाइल का आकार | 31.29 KB |
स्थापना संख्या | 44 |
वर्तमान संस्करण | 1.26 |
अंतिम अपडेट | 2017-04-10 |
प्रकाशन तिथि | 2017-04-10 |
रेटिंग | 5.00/5 कुल 6 रेटिंग्स |
डेवलपर | tutusharedev |
ईमेल | [email protected] |
भुगतान के प्रकार | free |
समर्थित भाषाएँ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "TuTu | Simple Desktop Sharing App !", "description": "Simplest Desktop Sharing App on the Planet!", "short_name": "Share Screen", "version": "1.26", "icons": { "16": "icon48.png", "48": "icon48.png", "128": "icon128.png" }, "browser_action": { "default_icon": "icon128.png", "default_popup": "popup.html" }, "background": { "scripts": [ "background-script.js" ], "persistent": true }, "content_scripts": [ { "js": [ "content-script.js" ], "all_frames": true, "run_at": "document_end", "matches": [ "https:\/\/tutuclick.com\/*", "https:\/\/tutushare.com\/*" ] } ], "permissions": [ "activeTab", "tabs", "desktopCapture", "background", "sessions", "cookies", "identity", "identity.email" ], "oauth2": { "client_id": "858510293419-8cvsu04dncc6q7mvg8cd2vipbl5384jp.apps.googleusercontent.com", "scopes": [ "https:\/\/www.googleapis.com\/auth\/userinfo.email" ] } } |