TapChief Screen Sharing
This Chrome extension is developed primary for https://tapchief.com/. It doesn't do anything except capture content of your screen.
ما هو TapChief Screen Sharing؟
TapChief Screen Sharing هو إضافة Chrome تم تطويرها بواسطة https://www.tapchief.com، والميزة الرئيسية لها هي "This Chrome extension is developed primary for https://tapchief.com/. It doesn't do anything except capture content of your screen.".
لقطات شاشة التمديد
تحميل ملف CRX للإضافة TapChief Screen Sharing
قم بتنزيل ملفات الامتداد TapChief Screen Sharing بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
معلومات أساسية عن التمديد
الاسم | TapChief Screen Sharing |
ID | gldakbghopefnhcagpbhdocnopmmnbfp |
عنوان URL الرسمي | https://chromewebstore.google.com/detail/tapchief-screen-sharing/gldakbghopefnhcagpbhdocnopmmnbfp |
الوصف | This Chrome extension is developed primary for https://tapchief.com/. It doesn't do anything except capture content of your screen. |
حجم الملف | 20.55 KB |
عدد التثبيتات | 2,116 |
النسخة الحالية | 3.2 |
آخر تحديث | 2019-02-08 |
تاريخ النشر | 2019-02-08 |
تقييم | 4.71/5 مجموع تقييمات 7 |
المطور | https://www.tapchief.com |
نوع الدفع | free |
اللغات المدعومة | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "TapChief Screen Sharing", "author": "TapChief", "version": "3.2", "manifest_version": 2, "minimum_chrome_version": "34", "description": "This Chrome extension is developed primary for https:\/\/tapchief.com\/. It doesn't do anything except capture content of your screen.", "homepage_url": "http:\/\/tapchief.com\/", "background": { "scripts": [ "background-script.js" ], "persistent": false }, "externally_connectable": { "matches": [ "https:\/\/*.tapchief.com\/*", "https:\/\/tapchief.com\/*", "https:\/\/stagingmentor.upgrad.com\/*", "https:\/\/stagingmentor1.upgrad.com\/*", "https:\/\/staging-frontend.tapchief.com\/*", "https:\/\/mentor.upgrad.com\/*", "https:\/\/192.168.1.104\/*", "https:\/\/127.0.0.1\/*", "https:\/\/0.0.0.0\/*" ] }, "icons": { "16": "logo16.png", "48": "logo48.png", "128": "logo128.png" }, "permissions": [ "desktopCapture" ], "web_accessible_resources": [ "icon.png" ] } |