Automa
An extension for automating your browser by connecting blocks
Wat is Automa?
Automa is een Chrome-extensie ontwikkeld door https://automa.site, en de belangrijkste functie is "An extension for automating your browser by connecting blocks".
Extensie Screenshots
Download het CRX-bestand van de extensie Automa
Download Automa-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
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 Basisinformatie over de Extensie
| Naam | |
| ID | infppggnoaenmfagbfknfkancpbljcca |
| Officiële URL | https://chromewebstore.google.com/detail/automa/infppggnoaenmfagbfknfkancpbljcca |
| Beschrijving | An extension for automating your browser by connecting blocks |
| Bestandsgrootte | 2.12 MB |
| Aantal Installaties | 112,965 |
| Huidige Versie | 1.28.27 |
| Laatst Bijgewerkt | 2024-02-06 |
| Publicatiedatum | 2021-11-01 |
| Beoordeling | 4.59/5 Totaal 135 Beoordelingen |
| Ontwikkelaar | https://automa.site |
| [email protected] | |
| Betalingswijze | free |
| Extensiewebsite | https://automa.site/ |
| Help Pagina-URL | https://github.com/automaapp/automa/issues |
| URL van de Privacybeleid Pagina | https://www.automa.site/privacy |
| Ondersteunde Talen | 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": [
" | |