PreFlight Recorder

PreFlight Chrome Extension

Co to jest PreFlight Recorder?

PreFlight Recorder to rozszerzenie Chrome opracowane przez https://preflight.com, a jego główną funkcją jest „PreFlight Chrome Extension”.

Zrzuty ekranu rozszerzenia

screenshot
screenshot
screenshot

Pobierz plik CRX rozszerzenia PreFlight Recorder

Pobierz pliki rozszerzeń PreFlight Recorder w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.

Instrukcja Użytkowania Rozszerzenia

                        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]                    

Podstawowe informacje o rozszerzeniu

Nazwa PreFlight Recorder PreFlight Recorder
ID onlgiehoglnklmgeiekdpaakjkleafle
Oficjalny URL https://chromewebstore.google.com/detail/preflight-recorder/onlgiehoglnklmgeiekdpaakjkleafle
Opis PreFlight Chrome Extension
Rozmiar pliku 2.88 MB
Liczba instalacji 1,009
Aktualna Wersja 3.28.5
Ostatnia Aktualizacja 2024-03-01
Data Publikacji 2020-06-12
Ocena 4.20/5 Łącznie 5 Oceny
Deweloper https://preflight.com
E-mail [email protected]
Typ Płatności free
Strona Rozszerzenia https://www.preflight.com
Adres URL Strony Pomocy https://help.preflight.com
Adres URL Strony Polityki Prywatności https://preflight.com/privacy
Obsługiwane Języki 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"
    ]
}