FeatherTest - Website Automated Tests
Fast and easy Website Automated Testing and Macros for Google Chrome
Apa itu FeatherTest - Website Automated Tests?
FeatherTest - Website Automated Tests adalah ekstensi Chrome yang dikembangkan oleh https://xaviesteve.com, dan fitur utamanya adalah "Fast and easy Website Automated Testing and Macros for Google Chrome".
Screenshot Ekstensi
Unduh Berkas CRX Ekstensi FeatherTest - Website Automated Tests
Unduh file ekstensi FeatherTest - Website Automated Tests dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.
Petunjuk Penggunaan Ekstensi
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
Informasi Dasar Ekstensi
Nama | FeatherTest - Website Automated Tests |
ID | cpconfnklmionglnfabhmpckegbjdbfe |
URL Resmi | https://chromewebstore.google.com/detail/feathertest-website-autom/cpconfnklmionglnfabhmpckegbjdbfe |
Deskripsi | Fast and easy Website Automated Testing and Macros for Google Chrome |
Ukuran File | 43.4 KB |
Jumlah Instalasi | 280 |
Versi Saat Ini | 1.0.6 |
Terakhir Diperbarui | 2015-12-14 |
Tanggal Publikasi | 2015-12-14 |
Penilaian | 3.80/5 Total 5 Penilaian |
Pengembang | https://xaviesteve.com |
[email protected] | |
Tipe Pembayaran | free |
Situs Ekstensi | http://xaviesteve.com/5302/feathertest-automated-website-testing-extension-google-chrome |
URL Halaman Bantuan | https://github.com/luckyshot/feathertest/issues |
URL Halaman Kebijakan Privasi | https://xaviesteve.com/legal |
Bahasa yang Didukung | 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": [ " |