PreFlight Recorder

PreFlight Chrome Extension

PreFlight Recorderคืออะไร?

PreFlight Recorder เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://preflight.com และคุณลักษณะหลักของมันคือ "PreFlight Chrome Extension"

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

screenshot
screenshot
screenshot

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

ดาวน์โหลดไฟล์ส่วนขยาย PreFlight Recorder ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

                        PreFlight - Automated Web Testing

*PreFlight Recorder*
PreFlight is No-code testing tool to automate browser-based software tests. You record your tests manually once, then PreFlight can perform that test on-demand in the cloud. With PreFlight recorder you record your tests like you would if you were manually performing them. We’ll record all of the actions you perform (and a lot more) then we’ll use that data to test at your wish. 

*Connecting the Extension*
Go to https://app.preflight.com and register. If you’ve already got the Chrome Extension, we’ll connect to it now or we’ll walk you through coming back here to get it installed.

Once connected, so long as you’re logged in to PreFlight, we’ll automatically be connected. 

*The Extension’s Access*
While recording tests, we track your clicks and typing. That allows us to recreate them in the cloud. When the extension is closed or not ‘recording’ we won’t track any actions and we can’t see anything you’re doing. We care about security and the privacy of our users.


*PreFlight Features:*
 - Test across different operating systems (MacOS and Windows)
 - Test on all popular browsers (Chrome, Safari, FireFox, Edge, IE)
 - Record on production, test on QA, Dev or any other environment.
 - Run tests on a schedule (Monthly, daily, weekly, hourly etc)
 - Test Different screen sizes (mobile, desktop, tablet, laptop.)
 - Group tests then run them in a batch.
 
 
 If you have any questions - Get in Touch - [email protected]                    

ข้อมูลพื้นฐานของส่วนขยาย

ชื่อ PreFlight Recorder PreFlight Recorder
ID onlgiehoglnklmgeiekdpaakjkleafle
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/preflight-recorder/onlgiehoglnklmgeiekdpaakjkleafle
คำอธิบาย PreFlight Chrome Extension
ขนาดไฟล์ 2.88 MB
จำนวนการติดตั้ง 1,009
เวอร์ชันปัจจุบัน 3.28.5
อัปเดตครั้งล่าสุด 2024-03-01
วันที่เผยแพร่ 2020-06-12
คะแนน 4.20/5 รวมทั้งหมด 5 คะแนน
ผู้พัฒนา https://preflight.com
อีเมล [email protected]
ประเภทการชำระเงิน free
เว็บไซต์ส่วนขยาย https://www.preflight.com
URL หน้าช่วยเหลือ https://help.preflight.com
URL หน้านโยบายความเป็นส่วนตัว https://preflight.com/privacy
ภาษาที่รองรับ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "PreFlight Recorder",
    "description": "PreFlight Chrome Extension",
    "version": "3.28.5",
    "manifest_version": 2,
    "icons": {
        "48": "icons\/icon_48.png",
        "128": "icons\/icon_128.png"
    },
    "permissions": [
        "",
        "tabs",
        "activeTab",
        "storage",
        "debugger",
        "downloads",
        "webNavigation",
        "webRequest",
        "contextMenus",
        "tabCapture"
    ],
    "browser_action": {
        "default_title": "preflight.extension"
    },
    "background": {
        "scripts": [
            "background.js"
        ]
    },
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "css": [
                "css\/preflight-recorder-iframe-styles.css"
            ],
            "js": [
                "content.js"
            ],
            "all_frames": true,
            "match_about_blank": true
        }
    ],
    "web_accessible_resources": [
        "images\/preflight-wordmark.svg",
        "images\/spinner.svg",
        "images\/check.svg",
        "images\/flag.svg",
        "images\/onboarding\/confetti.svg",
        "images\/onboarding\/step2.svg",
        "images\/onboarding\/step3.svg",
        "images\/onboarding\/step5.svg",
        "images\/onboarding\/step7.svg",
        "images\/onboarding\/productUrl.svg",
        "images\/recordingIcon.ico",
        "images\/preflight-flag-colored.svg",
        "app\/appFrame.html",
        "css\/preflight-recorder.css",
        "css\/preflight-recorder-iframe-styles.css"
    ]
}