Nogrunt - QA Automation
QA Automation
ما هو Nogrunt - QA Automation؟
Nogrunt - QA Automation هو إضافة Chrome تم تطويرها بواسطة https://automate.nogrunt.com، والميزة الرئيسية لها هي "QA Automation".
لقطات شاشة التمديد
تحميل ملف CRX للإضافة Nogrunt - QA Automation
قم بتنزيل ملفات الامتداد Nogrunt - QA Automation بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
Nogrunt is a turn key solution, that enables you to run your first automation script within 5 mins of installing this extension. https://automate.nogrunt.com/#/LoginPage - to register and get your credentials to use the extension
معلومات أساسية عن التمديد
الاسم | Nogrunt - QA Automation |
ID | neankkcidljlljifcclgcecadeimmolp |
عنوان URL الرسمي | https://chromewebstore.google.com/detail/nogrunt-qa-automation/neankkcidljlljifcclgcecadeimmolp |
الوصف | QA Automation |
حجم الملف | 128 KB |
عدد التثبيتات | 41 |
النسخة الحالية | 1.0.22 |
آخر تحديث | 2024-02-24 |
تاريخ النشر | 2023-03-05 |
تقييم | 5.00/5 مجموع تقييمات 1 |
المطور | https://automate.nogrunt.com |
البريد الإلكتروني | [email protected] |
نوع الدفع | free |
موقع الإضافة | http://www.nogrunt.com |
عنوان صفحة سياسة الخصوصية | https://www.freeprivacypolicy.com/live/6d671c8a-5f20-4951-90cb-3f81ff83850e |
اللغات المدعومة | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Nogrunt - QA Automation", "description": "QA Automation", "version": "1.0.22", "manifest_version": 3, "icons": { "16": ".\/images\/autospeed.png", "32": ".\/images\/autospeed.png", "48": ".\/images\/autospeed.png", "128": ".\/images\/autospeed.png" }, "content_scripts": [ { "matches": [ "*:\/\/*\/*" ], "js": [ "foreground.js", "html2canvas.js" ] } ], "background": { "service_worker": ".\/background.js" }, "action": { "default_popup": ".\/popup.html", "default_icons": { "16": ".\/images\/autospeed.png", "32": ".\/images\/autospeed.png", "48": ".\/images\/autospeed.png", "128": ".\/images\/autospeed.png" } }, "options_page": ".\/options.html", "permissions": [ "storage", "scripting", "webNavigation", "downloads", "webRequest", "windows", "tabs", "debugger" ], "host_permissions": [ "*:\/\/*\/*" ] } |