Parrot QA
The easiest way to bug test your website.
Vad är Parrot QA?
Parrot QA är en Chrome-tillägg utvecklad av https://parrotqa.com, och dess huvudfunktion är "The easiest way to bug test your website.".
Tilläggsskärmbilder
Ladda ner Parrot QA-förlängningens CRX-fil
Ladda ner Parrot QA-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
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!
Grundläggande Information om Tillägg
Namn | Parrot QA |
ID | kdojkebabiibblliplglbjoloifpjnlf |
Officiell webbadress | https://chromewebstore.google.com/detail/parrot-qa/kdojkebabiibblliplglbjoloifpjnlf |
Beskrivning | The easiest way to bug test your website. |
Filstorlek | 137 KB |
Antal Installationer | 67 |
Aktuell Version | 2.0 |
Senast Uppdaterad | 2019-02-01 |
Publiceringsdatum | 2019-01-31 |
Betyg | 3.00/5 Totalt 2 Betyg |
Utvecklare | https://parrotqa.com |
Betalningssätt | free |
Tilläggswebbplats | https://www.parrotqa.com |
Stödda Språk | 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": [ " |