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 هو إضافة Chrome تم تطويرها بواسطة thati.java، والميزة الرئيسية لها هي "localhost It doesn't do anything except capture content of your screen.".
تحميل ملف CRX للإضافة Nielsen-dev - Contact Screen Sharing
قم بتنزيل ملفات الامتداد Nielsen-dev - Contact Screen Sharing بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات 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" ] } |