Nexial WebEZ

Kick your web automation into high gear with Nexial WebEZ!

Nexial WebEZ क्या है?

Nexial WebEZ https://nexiality.github.io/documentation/webez द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Kick your web automation into high gear with Nexial WebEZ!"।

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

screenshot
screenshot
screenshot

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

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

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

                        Nexial WebEZ [/ wɛb ˈi zi /] is a Chrome browser extension designed to expedite Web automation, especially (but not limited to) with the use of Nexial Automation. The main objectives of this tool are:

- To speed up the tasks of associating Web elements to a Web commands,
- To easily create (and edit) a basic Nexial script, for the purpose of Web automation,
- To learn about Web automation,
- To learn about Nexial Automation Platform,
- To learn about the Web application you are targeting for automation

Nexial WebEZ takes out the guesswork of figuring out locators and significantly compresses the distance between the "What" and the "How" (What to automation vs How to automate). With Nexial WebEZ, you can create a “Web automation ready” script in a reasonably short amount of time. With less time spent on scripting, you can focus more on Testing and Quality-related concerns!

To learn more about Nexial WebEZ, this Chrome extension:
https://nexiality.github.io/documentation/webez

For more information about Nexial Automation:
https://nexiality.github.io/

To install and try out Nexial Automation:
https://nexiality.github.io/documentation/userguide/InstallingNexial                    

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

नाम Nexial WebEZ Nexial WebEZ
ID ncngjmjcpjonbilhgolpdloabaemdngk
आधिकारिक URL https://chromewebstore.google.com/detail/nexial-webez/ncngjmjcpjonbilhgolpdloabaemdngk
विवरण Kick your web automation into high gear with Nexial WebEZ!
फ़ाइल का आकार 1.42 MB
स्थापना संख्या 34
वर्तमान संस्करण 1.1.0
अंतिम अपडेट 2023-07-10
प्रकाशन तिथि 2021-08-23
रेटिंग 5.00/5 कुल 5 रेटिंग्स
डेवलपर https://nexiality.github.io/documentation/webez
ईमेल [email protected]
भुगतान के प्रकार free
एक्सटेंशन वेबसाइट https://nexiality.github.io/documentation/webez/
सहायता पृष्ठ URL https://github.com/nexiality/nexial-webeasy/issues/new/choose
समर्थित भाषाएँ en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "background": {
        "service_worker": "inspection\/background.js"
    },
    "minimum_chrome_version": "92",
    "action": {
        "default_icon": {
            "64": "resources\/img\/nexial-64.png"
        },
        "default_popup": "NexialWebEZ.html",
        "default_title": "Nexial WebEZ - Kick Your Web Automation into High Gear!"
    },
    "content_scripts": [
        {
            "js": [
                "env.js",
                "resources\/scripts\/console.js",
                "view\/general.js",
                "view\/showLocator.js",
                "inspection\/contentScript.js"
            ],
            "matches": [
                ""
            ]
        }
    ],
    "description": "Kick your web automation into high gear with Nexial WebEZ!",
    "icons": {
        "16": "resources\/img\/nexial-16.png",
        "32": "resources\/img\/nexial-32.png",
        "64": "resources\/img\/nexial-64.png",
        "128": "resources\/img\/nexial-128.png"
    },
    "manifest_version": 3,
    "name": "Nexial WebEZ",
    "version": "1.1.0",
    "permissions": [
        "activeTab",
        "contextMenus",
        "storage",
        "scripting"
    ],
    "host_permissions": [
        ""
    ],
    "web_accessible_resources": [
        {
            "resources": [
                "resources\/style\/nexial.css",
                "env.js",
                "resources\/scripts\/console.js",
                "inspection\/contextMenu.js",
                "*.css"
            ],
            "matches": [
                ""
            ]
        }
    ]
}