Endtest - Codeless Automated Testing
Record your Web Tests and add them to your Endtest account.
Vad är Endtest - Codeless Automated Testing?
Endtest - Codeless Automated Testing är en Chrome-tillägg utvecklad av https://endtest.io, och dess huvudfunktion är "Record your Web Tests and add them to your Endtest account.".
Tilläggsskärmbilder
Ladda ner Endtest - Codeless Automated Testing-förlängningens CRX-fil
Ladda ner Endtest - Codeless Automated Testing-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.
Användarmanual för Tillägg
The Endtest extension allows you to record Web Tests directly in your Chrome browser and add them into your Endtest account. It can identify elements by ID, Name, XPaths and CSS Selectors. The extension can also handle complex scenarios, which involve iframes and multiple tabs. Tutorial: https://app.endtest.io/guides/docs/how-to-create-web-tests/
Grundläggande Information om Tillägg
Namn | Endtest - Codeless Automated Testing |
ID | jbdgfkeimppmnfemmgfafiomihlibdfa |
Officiell webbadress | https://chromewebstore.google.com/detail/endtest-codeless-automate/jbdgfkeimppmnfemmgfafiomihlibdfa |
Beskrivning | Record your Web Tests and add them to your Endtest account. |
Filstorlek | 148 KB |
Antal Installationer | 2,163 |
Aktuell Version | 0.0.1.4 |
Senast Uppdaterad | 2023-11-17 |
Publiceringsdatum | 2020-06-02 |
Betyg | 4.58/5 Totalt 12 Betyg |
Utvecklare | https://endtest.io |
E-post | [email protected] |
Betalningssätt | free |
URL till Sekretesspolicy Sidan | https://endtest.io/privacy |
Stödda Språk | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "Endtest - Codeless Automated Testing", "short_name": "Endtest", "author": "Endtest", "homepage_url": "https:\/\/endtest.io", "description": "Record your Web Tests and add them to your Endtest account.", "version": "0.0.1.4", "icons": { "16": "icon_new.png", "48": "icon_new.png", "128": "icon_new.png" }, "background": { "service_worker": "background.js" }, "permissions": [ "activeTab", "cookies", "storage", "webNavigation" ], "host_permissions": [ "*:\/\/*\/*" ], "content_scripts": [ { "all_frames": true, "match_origin_as_fallback": true, "matches": [ " |