Automa
An extension for automating your browser by connecting blocks
Was ist Automa?
Automa ist eine Chrome-Erweiterung, die von https://automa.site entwickelt wurde, und ihr Hauptmerkmal ist "An extension for automating your browser by connecting blocks".
Erweiterungsscreenshots
Automa-Erweiterungs-CRX-Datei herunterladen
Laden Sie Automa-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.
Anleitung zur Verwendung der Erweiterung
From auto-fill forms, doing a repetitive task, taking a screenshot, to scraping data of the website, it's up to you what you want to do with this extension. And you also can schedule when the automation will execute. If you have a question or want to report a bug, feel free to open an issue in automa GitHub repository. GitHub: https://github.com/AutomaApp/automa
Grundlegende Informationen zur Erweiterung
Name | Automa |
ID | infppggnoaenmfagbfknfkancpbljcca |
Offizielle URL | https://chromewebstore.google.com/detail/automa/infppggnoaenmfagbfknfkancpbljcca |
Beschreibung | An extension for automating your browser by connecting blocks |
Dateigröße | 2.12 MB |
Installationsanzahl | 112,965 |
Aktuelle Version | 1.28.27 |
Letztes Update | 2024-02-06 |
Veröffentlichungsdatum | 2021-11-01 |
Bewertung | 4.59/5 Insgesamt 135 Bewertungen |
Entwickler | https://automa.site |
[email protected] | |
Zahlungsart | free |
Erweiterungswebsite | https://automa.site/ |
Hilfeseite URL | https://github.com/automaapp/automa/issues |
URL der Datenschutzrichtlinien-Seite | https://www.automa.site/privacy |
Unterstützte Sprachen | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "description": "An extension for automating your browser by connecting blocks", "version": "1.28.27", "manifest_version": 2, "name": "Automa", "browser_action": { "default_popup": "popup.html", "default_icon": "icon-128.png" }, "background": { "scripts": [ "background.bundle.js" ] }, "icons": { "128": "icon-128.png" }, "commands": { "open-dashboard": { "suggested_key": { "default": "Alt+A", "mac": "Alt+A" }, "description": "Open the dashboard" }, "element-picker": { "suggested_key": { "default": "Alt+P", "mac": "Alt+P" }, "description": "Open element picker" } }, "content_scripts": [ { "matches": [ " |