Cypress Object Finder

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

Co to jest Cypress Object Finder?

Cypress Object Finder to rozszerzenie Chrome opracowane przez monirul.sk, a jego główną funkcją jest „Find Cypress Objects - id, name and custom attributes highlighted in different colors;Generates Cypress page Objects”.

Zrzuty ekranu rozszerzenia

screenshot
screenshot
screenshot

Pobierz plik CRX rozszerzenia Cypress Object Finder

Pobierz pliki rozszerzeń Cypress Object Finder 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

                        Cypress Object Finder - helps to build cypress test building                    

Podstawowe informacje o rozszerzeniu

Nazwa Cypress Object Finder Cypress Object Finder
ID mlbenhbephfijefckjjecmkigbgncohc
Oficjalny URL https://chromewebstore.google.com/detail/cypress-object-finder/mlbenhbephfijefckjjecmkigbgncohc
Opis Find Cypress Objects - id, name and custom attributes highlighted in different colors;Generates Cypress page Objects
Rozmiar pliku 41.2 KB
Liczba instalacji 36
Aktualna Wersja 1.2
Ostatnia Aktualizacja 2022-09-21
Data Publikacji 2022-09-21
Deweloper monirul.sk
E-mail [email protected]
Typ Płatności free
Obsługiwane Języki 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"
    ]
}