Nielsen-dev - Contact Screen Sharing
localhost It doesn't do anything except capture content of your screen.
Nielsen-dev - Contact Screen Sharing क्या है?
Nielsen-dev - Contact Screen Sharing thati.java द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "localhost It doesn't do anything except capture content of your screen."।
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में Nielsen-dev - Contact Screen Sharing एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
एक्सटेंशन की मूल जानकारी
नाम | ![]() |
ID | mgofpakdnjjbhhalfehejbmnaonlbcgh |
आधिकारिक URL | https://chrome.google.com/webstore/detail/nielsen-dev-contact-scree/mgofpakdnjjbhhalfehejbmnaonlbcgh |
विवरण | localhost It doesn't do anything except capture content of your screen. |
फ़ाइल का आकार | 10.8 KB |
स्थापना संख्या | 39 |
वर्तमान संस्करण | 1.2 |
अंतिम अपडेट | 2015-08-26 |
प्रकाशन तिथि | 2015-08-26 |
रेटिंग | 5.00/5 कुल 1 रेटिंग्स |
डेवलपर | thati.java |
भुगतान के प्रकार | free |
समर्थित भाषाएँ | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Nielsen-dev - Contact Screen Sharing", "author": "Nielsen, Inc.", "version": "1.2", "manifest_version": 2, "minimum_chrome_version": "34", "description": "localhost It doesn't do anything except capture content of your screen.", "homepage_url": "https:\/\/dayrhetsld003:8443\/", "background": { "scripts": [ "background-script.js" ], "persistent": false }, "content_scripts": [ { "js": [ "content-script.js" ], "all_frames": true, "matches": [ "https:\/\/dayrhetsld003:8443\/*" ] } ], "icons": { "16": "logo16.png", "48": "logo48.png", "128": "logo128.png" }, "permissions": [ "desktopCapture" ], "web_accessible_resources": [ "logo16.png" ] } |