PreFlight Recorder

PreFlight Chrome Extension

什么是PreFlight Recorder?

PreFlight Recorder是由https://preflight.com开发的Chrome扩展程序,该扩展的主要功能是“PreFlight Chrome Extension”。

扩展截图

screenshot
screenshot
screenshot

下载PreFlight Recorder扩展crx文件

下载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"
    ]
}