PreFlight Recorder

PreFlight Chrome Extension

What is PreFlight Recorder?

PreFlight Recorder is a Chrome extension developed by https://preflight.com, and its main feature is "PreFlight Chrome Extension".

Extension Screenshots

screenshot
screenshot
screenshot

Download PreFlight Recorder Extension CRX File

Download PreFlight Recorder extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        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]                    

Extension Basic Information

Name PreFlight Recorder PreFlight Recorder
ID onlgiehoglnklmgeiekdpaakjkleafle
Official URL https://chromewebstore.google.com/detail/preflight-recorder/onlgiehoglnklmgeiekdpaakjkleafle
Description PreFlight Chrome Extension
File Size 2.88 MB
Installation Count 1,009
Current Version 3.28.5
Last Updated 2024-03-01
Publish Date 2020-06-12
Rating 4.20/5 Total 5 Ratings
Developer https://preflight.com
Email [email protected]
Payment Type free
Extension Website https://www.preflight.com
Help Page URL https://help.preflight.com
Privacy Policy Page URL https://preflight.com/privacy
Supported Languages 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"
    ]
}