Testissimo
Testissimo, automated e2e testing tool
ما هو Testissimo؟
Testissimo هو إضافة Chrome تم تطويرها بواسطة https://testissimo.io، والميزة الرئيسية لها هي "Testissimo, automated e2e testing tool".
لقطات شاشة التمديد
تحميل ملف CRX للإضافة Testissimo
قم بتنزيل ملفات الامتداد Testissimo بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
Testissimo client script injector - helps to test apps where you have not access to html code.
معلومات أساسية عن التمديد
الاسم | |
ID | kbndfdpfemdihkbgpaggicjhmfaeeobh |
عنوان URL الرسمي | https://chromewebstore.google.com/detail/testissimo/kbndfdpfemdihkbgpaggicjhmfaeeobh |
الوصف | Testissimo, automated e2e testing tool |
حجم الملف | 40.7 KB |
عدد التثبيتات | 23 |
النسخة الحالية | 0.5.5 |
آخر تحديث | 2019-09-18 |
تاريخ النشر | 2019-09-18 |
تقييم | 5.00/5 مجموع تقييمات 2 |
المطور | https://testissimo.io |
نوع الدفع | free |
موقع الإضافة | https://testissimo.io/ |
اللغات المدعومة | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Testissimo", "version": "0.5.5", "manifest_version": 2, "description": "Testissimo, automated e2e testing tool", "homepage_url": "https:\/\/testissimo.io", "default_locale": "en", "icons": { "16": "icons\/inactive\/icon16.png", "19": "icons\/inactive\/icon19.png", "48": "icons\/inactive\/icon48.png", "128": "icons\/inactive\/icon128.png" }, "browser_action": { "default_title": "Testissimo - click to activate" }, "background": { "page": "src\/background-page.html", "persistent": true }, "permissions": [ "tabs", "webRequest", "webRequestBlocking", "debugger", " |