Sandals Screen Recorder
tabs
ما هو Sandals Screen Recorder؟
Sandals Screen Recorder هو إضافة Chrome تم تطويرها بواسطة https://interactive.sandals.com، والميزة الرئيسية لها هي "tabs".
لقطات شاشة التمديد
تحميل ملف CRX للإضافة Sandals Screen Recorder
قم بتنزيل ملفات الامتداد Sandals Screen Recorder بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
Recording Screen with audio Grypp Corp allows you to share your screen or a specific application during a Grypp call. You will be able to share with all participants regardless of the browser the participants are using. The service is fully secure and you are always in control of what is shared and when it is shared
معلومات أساسية عن التمديد
الاسم | Sandals Screen Recorder |
ID | nmjgbfpkdjdlddigkkgikdfajdoelimg |
عنوان URL الرسمي | https://chromewebstore.google.com/detail/sandals-screen-recorder/nmjgbfpkdjdlddigkkgikdfajdoelimg |
الوصف | tabs |
حجم الملف | 7.59 KB |
عدد التثبيتات | 351 |
النسخة الحالية | 10.1 |
آخر تحديث | 2019-04-15 |
تاريخ النشر | 2019-04-15 |
تقييم | 3.50/5 مجموع تقييمات 2 |
المطور | https://interactive.sandals.com |
نوع الدفع | free |
اللغات المدعومة | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Sandals Screen Recorder", "author": "Grypp", "version": "10.1", "manifest_version": 2, "minimum_chrome_version": "34", "description": "tabs", "homepage_url": "https:\/\/gryppcorp.com\/", "background": { "scripts": [ "background-script.js" ], "persistent": false }, "content_scripts": [ { "js": [ "content-script.js" ], "all_frames": true, "run_at": "document_end", "matches": [ "https:\/\/interactive.sandals.com\/*" ] } ], "icons": { "48": "icon.png" }, "permissions": [ "desktopCapture" ], "web_accessible_resources": [ "icon.png" ] } |