Owloops
Owloops extension for exporting Owloops tests from DevTools recorder and AI browser automation.
Qu'est-ce que Owloops ?
Owloops est une extension Chrome développée par https://owloops.com, et sa fonction principale est "Owloops extension for exporting Owloops tests from DevTools recorder and AI browser automation.".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension Owloops
Téléchargez les fichiers d'extension Owloops au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.
Instructions d'Utilisation de l'Extension
This extension allows you to export recordings from Chrome DevTools Recorder as Owloops tests quickly. It comes with the Replay feature, which allows users to easily sync the recordings to the Owloops platform and replay them. Owloops AI simplifies browser automation and exploratory testing by interpreting user instructions and executing actions such as clicks and text input, leveraging advanced models like GPT-4 for understanding and processing tasks.
Informations de Base sur l'Extension
Nom | Owloops |
ID | kojnjjbhkfcpjhppocjocdkjkbbkhimh |
URL Officiel | https://chromewebstore.google.com/detail/owloops/kojnjjbhkfcpjhppocjocdkjkbbkhimh |
Description | Owloops extension for exporting Owloops tests from DevTools recorder and AI browser automation. |
Taille du Fichier | 1.78 MB |
Nombre d'Installations | 154 |
Version Actuelle | 0.3.0 |
Dernière Mise à Jour | 2024-02-22 |
Date de Publication | 2022-12-15 |
Évaluation | 5.00/5 Total 1 Évaluations |
Développeur | https://owloops.com |
[email protected] | |
Type de Paiement | free |
Site Web de l'Extension | https://www.owloops.com |
URL de la Page de Politique de Confidentialité | https://www.owloops.com/privacy-policy.html |
Langues Prises en Charge | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "description": "Owloops extension for exporting Owloops tests from DevTools recorder and AI browser automation.", "version": "0.3.0", "manifest_version": 3, "name": "Owloops", "options_page": "options.html", "background": { "service_worker": "background.bundle.js" }, "permissions": [ "tabs", "activeTab", "storage", "clipboardWrite", "debugger", "management" ], "action": { "default_popup": "popup.html", "default_icon": "icon_32.png", "default_title": "Owloops Chrome Extention" }, "minimum_chrome_version": "112.0.5569.0", "icons": { "16": "icon_16.png", "32": "icon_32.png", "48": "icon_48.png", "128": "icon_128.png" }, "content_scripts": [ { "matches": [ "http:\/\/*\/*", "https:\/\/*\/*", " |