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ファイルをダウンロード

Autify Recorder拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。

拡張機能の使用方法

                        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
Eメール [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"
    ]
}