Cypress Object Finder

Find Cypress Objects - id, name and custom attributes highlighted in different colors;Generates Cypress page Objects

Cypress Object Finder क्या है?

Cypress Object Finder monirul.sk द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Find Cypress Objects - id, name and custom attributes highlighted in different colors;Generates Cypress page Objects"।

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

screenshot
screenshot
screenshot

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

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

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

                        Cypress Object Finder - helps to build cypress test building                    

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

नाम Cypress Object Finder Cypress Object Finder
ID mlbenhbephfijefckjjecmkigbgncohc
आधिकारिक URL https://chromewebstore.google.com/detail/cypress-object-finder/mlbenhbephfijefckjjecmkigbgncohc
विवरण Find Cypress Objects - id, name and custom attributes highlighted in different colors;Generates Cypress page Objects
फ़ाइल का आकार 41.2 KB
स्थापना संख्या 36
वर्तमान संस्करण 1.2
अंतिम अपडेट 2022-09-21
प्रकाशन तिथि 2022-09-21
डेवलपर monirul.sk
ईमेल [email protected]
भुगतान के प्रकार free
समर्थित भाषाएँ en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Cypress Object Finder",
    "version": "1.2",
    "manifest_version": 3,
    "description": "Find Cypress Objects - id, name and custom attributes highlighted in different colors;Generates Cypress page Objects",
    "action": {
        "default_icon": "cof.png",
        "default_title": "Cypress Object Finder",
        "default_popup": "object_finder.html"
    },
    "permissions": [
        "activeTab",
        "scripting"
    ]
}