Ghost Inspector - Web Test Recorder

Ghost Inspector extension for recording automated website tests in your browser

Ghost Inspector - Web Test Recorder क्या है?

Ghost Inspector - Web Test Recorder https://ghostinspector.com द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Ghost Inspector extension for recording automated website tests in your browser"।

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

screenshot
screenshot
screenshot
screenshot
screenshot

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

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

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

                        Ghost Inspector is an automated browser testing service that allow you to run automated tests on your websites and web applications to ensure that they are functioning properly.

Our web test recorder allows you to record yourself performing actions on your website within your browser, then sync them to the Ghost Inspector service and run them continuously as a regression test.

You can record them on your staging server and execute them through our API when your code changes — or record them on your live site and automatically run them at a set interval to continuously check for issues.

You will need to sign up for a Ghost Inspector account to use our recording tool.                    

एक्सटेंशन की मूल जानकारी

नाम Ghost Inspector - Web Test Recorder Ghost Inspector - Web Test Recorder
ID aicdiabnghjnejfempeinmnphllefehc
आधिकारिक URL https://chromewebstore.google.com/detail/ghost-inspector-web-test/aicdiabnghjnejfempeinmnphllefehc
विवरण Ghost Inspector extension for recording automated website tests in your browser
फ़ाइल का आकार 648 KB
स्थापना संख्या 20,000
वर्तमान संस्करण 7.0.3
अंतिम अपडेट 2023-10-26
प्रकाशन तिथि 2020-05-27
रेटिंग 4.32/5 कुल 28 रेटिंग्स
डेवलपर https://ghostinspector.com
ईमेल [email protected]
भुगतान के प्रकार free
एक्सटेंशन वेबसाइट https://ghostinspector.com/
सहायता पृष्ठ URL https://docs.ghostinspector.com/test-editor/
गोपनीयता नीति पृष्ठ URL https://ghostinspector.com/privacy
समर्थित भाषाएँ en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Ghost Inspector - Web Test Recorder",
    "short_name": "Ghost Inspector",
    "author": "Ghost Inspector",
    "description": "Ghost Inspector extension for recording automated website tests in your browser",
    "homepage_url": "https:\/\/ghostinspector.com",
    "version": "7.0.3",
    "manifest_version": 3,
    "icons": {
        "16": "images\/icon-16.png",
        "48": "images\/icon-48.png",
        "128": "images\/icon-128.png"
    },
    "action": {
        "default_icon": {
            "16": "images\/toolbar-default-16.png",
            "32": "images\/toolbar-default-32.png"
        },
        "default_title": "Ghost Inspector",
        "default_popup": "popup.html"
    },
    "background": {
        "service_worker": "background.js",
        "type": "module"
    },
    "content_scripts": [
        {
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ],
            "all_frames": true,
            "css": [
                "content.css",
                "toastr.css"
            ],
            "js": [
                "vendor.js",
                "content.js"
            ]
        }
    ],
    "minimum_chrome_version": "92",
    "permissions": [
        "storage",
        "tabs",
        "webNavigation"
    ],
    "host_permissions": [
        ""
    ]
}