Autify Recorder

The simplest software test scenario recorder for Autify, an AI-based software testing automation tool.

Autify Recorder란 무엇입니까?

Autify Recorder은(는) https://autify.com에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "The simplest software test scenario recorder for Autify, an AI-based software testing automation tool."입니다.

확장 프로그램 스크린샷

screenshot

Autify Recorder 확장 프로그램 CRX 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        Features of Autify
- Anyone can easily automate test scenarios with this Chrome Extension.
- Manage test scenarios and test schedules on the management console.
- Cross-browser testing (including mobile browsers)
- AI-based test scenario self-maintenance.

Register here
https://autify.com                    

확장 프로그램 기본 정보

이름 Autify Recorder Autify Recorder
ID jggibfiodonlmkjbmlooehabjldddbgn
공식 URL https://chromewebstore.google.com/detail/autify-recorder/jggibfiodonlmkjbmlooehabjldddbgn
설명 The simplest software test scenario recorder for Autify, an AI-based software testing automation tool.
파일 크기 2.24 MB
설치 횟수 7,691
현재 버전 0.18.47
최근 업데이트 2024-02-26
출시 날짜 2020-06-25
평점 3.88/5 총 8 개의 평점
개발자 https://autify.com
이메일 [email protected]
결제 유형 free
확장 프로그램 웹 사이트 https://autify.com
개인정보 보호 정책 페이지 URL https://autify.com/privacy
지원되는 언어 en,ja
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "version": "0.18.47",
    "manifest_version": 2,
    "name": "__MSG_appName__",
    "description": "__MSG_appDesc__",
    "default_locale": "en",
    "icons": {
        "128": "images\/icon128.png"
    },
    "permissions": [
        "tabs",
        "http:\/\/*\/*",
        "https:\/\/*\/*",
        "activeTab",
        "webRequest",
        "contextMenus",
        "webNavigation",
        "debugger",
        "webRequestBlocking",
        ""
    ],
    "content_security_policy": "script-src 'self' 'sha256-Wf9MlqLyvQhtxTTzbiQ3mMqkhAfzVF+lXvf3NRg\/duw='; object-src 'self'",
    "content_scripts": [
        {
            "matches": [
                "*:\/\/*.autify.com\/*"
            ],
            "js": [
                "static\/js\/inject_to_editor.js"
            ]
        }
    ],
    "background": {
        "scripts": [
            "static\/js\/background.js"
        ]
    },
    "browser_action": {
        "default_icon": {
            "128": "images\/icon128.png"
        },
        "default_title": "Autify Recorder"
    },
    "web_accessible_resources": [
        "static\/media\/*",
        "static\/js\/contentRecorder.js"
    ]
}