WISEflow Screen Sharing
This extension enables screen share when using FLOWoral remote
WISEflow Screen Sharing क्या है?
WISEflow Screen Sharing Unknown द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "This extension enables screen share when using FLOWoral remote"।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में WISEflow Screen Sharing एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
This extension enables screen share when using FLOWoral remote
एक्सटेंशन की मूल जानकारी
नाम | |
ID | gplddhcplebgiifigagihgpafhhkainn |
आधिकारिक URL | https://chromewebstore.google.com/detail/wiseflow-screen-sharing/gplddhcplebgiifigagihgpafhhkainn |
विवरण | This extension enables screen share when using FLOWoral remote |
फ़ाइल का आकार | 20.36 KB |
स्थापना संख्या | 44 |
वर्तमान संस्करण | 1.0 |
अंतिम अपडेट | 2016-11-18 |
प्रकाशन तिथि | 2016-11-17 |
रेटिंग | 5.00/5 कुल 1 रेटिंग्स |
डेवलपर | Unknown |
भुगतान के प्रकार | free |
समर्थित भाषाएँ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "WISEflow Screen Sharing", "author": "Uniwise", "version": "1.0", "manifest_version": 2, "minimum_chrome_version": "34", "description": "This extension enables screen share when using FLOWoral remote", "homepage_url": "http:\/\/wiseflow.net\/", "background": { "scripts": [ "background-script.js" ], "persistent": false }, "externally_connectable": { "matches": [ "*:\/\/*.wiseflow.net\/*" ] }, "icons": { "16": "logo16.png", "48": "logo48.png", "128": "logo128.png" }, "permissions": [ "desktopCapture" ], "web_accessible_resources": [ "icon.png" ] } |