Scandium Test Scenario Recorder
Turn your site interactions into actionable steps that can be repeated
Что такое Scandium Test Scenario Recorder?
Scandium Test Scenario Recorder - это расширение Chrome, разработанное Scandium Systems, и его основная функция - "Turn your site interactions into actionable steps that can be repeated".
Снимки экрана расширения
Скачать файл CRX расширения Scandium Test Scenario Recorder
Скачайте файлы расширений Scandium Test Scenario Recorder в формате crx, установите расширения Chrome вручную в браузере или поделитесь файлами crx с друзьями, чтобы легко установить расширения Chrome.
Инструкции по использованию расширения
Scandium helps testers, and non-technical product owners create test automation of the web apps by recording their site interactions and replaying the recorded steps. Основная информация о расширении
| Название | |
| ID | dokpohocljpghkmobklkccilgdiecgok |
| Официальный URL | https://chromewebstore.google.com/detail/scandium-test-scenario-re/dokpohocljpghkmobklkccilgdiecgok |
| Описание | Turn your site interactions into actionable steps that can be repeated |
| Размер файла | 293 KB |
| Количество установок | 259 |
| Текущая Версия | 0.0.58 private beta |
| Последнее Обновление | 2024-03-06 |
| Дата публикации | 2023-02-15 |
| Рейтинг | 5.00/5 Всего 12 оценок |
| Разработчик | Scandium Systems |
| Электронная почта | [email protected] |
| Тип оплаты | free |
| Официальный сайт расширения | https://getscandium.com |
| URL страницы политики конфиденциальности | https://getscandium.com/scandium-privacy-policy |
| Поддерживаемые языки | en |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"manifest_version": 3,
"name": "Scandium Test Scenario Recorder",
"description": "Turn your site interactions into actionable steps that can be repeated",
"version": "0.0.58",
"version_name": "0.0.58 private beta",
"action": {
"default_popup": "popup.html",
"default_icon": {
"16": "icons\/icon16.png",
"32": "icons\/icon32.png",
"48": "icons\/icon48.png",
"128": "icons\/icon128.png"
}
},
"icons": {
"16": "icons\/icon16.png",
"32": "icons\/icon32.png",
"48": "icons\/icon48.png",
"128": "icons\/icon128.png"
},
"incognito": "spanning",
"permissions": [
"storage",
"webNavigation",
"scripting",
"notifications"
],
"host_permissions": [
" | |