Parrot QA
The easiest way to bug test your website.
Apa itu Parrot QA?
Parrot QA adalah ekstensi Chrome yang dikembangkan oleh https://parrotqa.com, dan fitur utamanya adalah "The easiest way to bug test your website.".
Screenshot Ekstensi
Unduh Berkas CRX Ekstensi Parrot QA
Unduh file ekstensi Parrot QA 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
Simply record yourself using your website, and we'll turn that into a test that we can run whenever you want. Check out ParrotQA.com to learn more!
Informasi Dasar Ekstensi
Nama | Parrot QA |
ID | kdojkebabiibblliplglbjoloifpjnlf |
URL Resmi | https://chromewebstore.google.com/detail/parrot-qa/kdojkebabiibblliplglbjoloifpjnlf |
Deskripsi | The easiest way to bug test your website. |
Ukuran File | 137 KB |
Jumlah Instalasi | 67 |
Versi Saat Ini | 2.0 |
Terakhir Diperbarui | 2019-02-01 |
Tanggal Publikasi | 2019-01-31 |
Penilaian | 3.00/5 Total 2 Penilaian |
Pengembang | https://parrotqa.com |
Tipe Pembayaran | free |
Situs Ekstensi | https://www.parrotqa.com |
Bahasa yang Didukung | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Parrot QA", "short_name": "QAmcorder", "version": "2.0", "description": "The easiest way to bug test your website.", "permissions": [ "storage", "tabs", "http:\/\/*\/*", "https:\/\/*\/*", "webNavigation" ], "background": { "scripts": [ "scripts\/eventPage.js" ], "persistent": false }, "content_security_policy": "script-src 'self' 'unsafe-eval' https:\/\/ssl.google-analytics.com; object-src 'self'", "content_scripts": [ { "matches": [ " |