Monito
See network requests, user interaction events, navigation, and console logs. Easily export all the logs in a single archive.
ما هو Monito؟
Monito هو إضافة Chrome تم تطويرها بواسطة https://monito.dev، والميزة الرئيسية لها هي "See network requests, user interaction events, navigation, and console logs. Easily export all the logs in a single archive.".
لقطات شاشة التمديد
تحميل ملف CRX للإضافة Monito
قم بتنزيل ملفات الامتداد Monito بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
Monito lets you see what's happening in your apps, whether you are testing or building them. See network requests, user interaction events, navigation, and console logs. Easily export all the logs in a single archive. Speed up your testing procedure and reduce the time you spend doing mundane and repetitive work. Take screenshots and record your screen without any additional software. Monito also generates Cypress, Playwright and Puppeteer E2E tests automatically. This version includes 7 day trial period. To continue usage a licence can be bought here: https://gum.co/monito
معلومات أساسية عن التمديد
الاسم | Monito |
ID | fafnfkjphmgbpikjdcnhagpnojbefkln |
عنوان URL الرسمي | https://chromewebstore.google.com/detail/monito/fafnfkjphmgbpikjdcnhagpnojbefkln |
الوصف | See network requests, user interaction events, navigation, and console logs. Easily export all the logs in a single archive. |
حجم الملف | 763 KB |
عدد التثبيتات | 132 |
النسخة الحالية | 2.0.0 |
آخر تحديث | 2021-11-23 |
تاريخ النشر | 2021-04-13 |
تقييم | 2.33/5 مجموع تقييمات 3 |
المطور | https://monito.dev |
البريد الإلكتروني | [email protected] |
نوع الدفع | free |
موقع الإضافة | https://monito.dev |
اللغات المدعومة | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Monito", "version": "2.0.0", "description": "See network requests, user interaction events, navigation, and console logs. Easily export all the logs in a single archive.", "icons": { "16": "icons\/favicon-16.png", "48": "icons\/favicon-48.png", "128": "icons\/favicon-128.png" }, "browser_action": { "default_title": "Open Monito", "default_icon": { "16": "icons\/favicon-16.png", "48": "icons\/favicon-48.png", "128": "icons\/favicon-128.png" } }, "background": { "scripts": [ "background\/src\/background.js" ], "persistent": false }, "commands": { "_execute_browser_action": { "suggested_key": { "default": "Ctrl+Shift+Y" }, "description": "Open Monito for the current tab" } }, "minimum_chrome_version": "87", "permissions": [ " |