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
官方網址 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"
    ]
}