Autify Recorder

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

Autify Recorderคืออะไร?

Autify Recorder เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://autify.com และคุณลักษณะหลักของมันคือ "The simplest software test scenario recorder for Autify, an AI-based software testing automation tool."

ภาพหน้าจอของส่วนขยาย

screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Autify Recorder

ดาวน์โหลดไฟล์ส่วนขยาย 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
อีเมล [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"
    ]
}