PreFlight Recorder

PreFlight Chrome Extension

PreFlight Recorder क्या है?

PreFlight Recorder https://preflight.com द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "PreFlight Chrome Extension"।

एक्सटेंशन स्क्रीनशॉट्स

screenshot
screenshot
screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में PreFlight Recorder एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।

एक्सटेंशन उपयोग निर्देश

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