FeatherTest - Website Automated Tests
Fast and easy Website Automated Testing and Macros for Google Chrome
Co je FeatherTest - Website Automated Tests?
FeatherTest - Website Automated Tests je rozšíření Chrome vyvinuté https://xaviesteve.com, a jeho hlavní funkcí je „Fast and easy Website Automated Testing and Macros for Google Chrome“.
Snímky obrazovky rozšíření
Stáhnout soubor CRX rozšíření FeatherTest - Website Automated Tests
Stáhněte si soubory rozšíření FeatherTest - Website Automated Tests ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.
Pokyny pro Použití Rozšíření
FeatherTest is a free, open source Google Chrome extension to serve as a quick way to build simple tests and automate processes, you can also use it to register accounts or fill forms with data. It is really flexible, you can use any JavaScript and jQuery code to write your tests, doesn't need any server setup and once the test is written anyone in the team can run them from their browsers. Documentation and examples: http://xaviesteve.com/5302/feathertest-automated-website-testing-extension-google-chrome Source code: https://github.com/luckyshot/feathertest
Základní Informace o Rozšíření
Název | FeatherTest - Website Automated Tests |
ID | cpconfnklmionglnfabhmpckegbjdbfe |
Oficiální URL | https://chromewebstore.google.com/detail/feathertest-website-autom/cpconfnklmionglnfabhmpckegbjdbfe |
Popis | Fast and easy Website Automated Testing and Macros for Google Chrome |
Velikost souboru | 43.4 KB |
Počet instalací | 280 |
Aktuální Verze | 1.0.6 |
Poslední Aktualizace | 2015-12-14 |
Datum Vydání | 2015-12-14 |
Hodnocení | 3.80/5 Celkem 5 Hodnocení |
Vývojář | https://xaviesteve.com |
[email protected] | |
Typ Platby | free |
Webové stránky Rozšíření | http://xaviesteve.com/5302/feathertest-automated-website-testing-extension-google-chrome |
URL Stránky Nápovědy | https://github.com/luckyshot/feathertest/issues |
URL Stránky Zásad Ochrany Soukromí | https://xaviesteve.com/legal |
Podporované Jazyky | en |
manifest.json | |
{ "version": "1.0.6", "short_name": "FeatherTest", "name": "FeatherTest - Website Automated Tests", "description": "Fast and easy Website Automated Testing and Macros for Google Chrome", "permissions": [ "tabs", "storage", "http:\/\/*\/*", "https:\/\/*\/*" ], "content_scripts": [ { "matches": [ " |