Automa
An extension for automating your browser by connecting blocks
Cos'è Automa?
Automa è un'estensione di Chrome sviluppata da https://automa.site, e la sua funzione principale è "An extension for automating your browser by connecting blocks".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione Automa
Scarica i file di estensione Automa in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.
Istruzioni per l'Uso dell'Estensione
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
Informazioni di Base sull'Estensione
Nome | Automa |
ID | infppggnoaenmfagbfknfkancpbljcca |
URL Ufficiale | https://chromewebstore.google.com/detail/automa/infppggnoaenmfagbfknfkancpbljcca |
Descrizione | An extension for automating your browser by connecting blocks |
Dimensione del File | 2.12 MB |
Conteggio Installazioni | 112,965 |
Versione Corrente | 1.28.27 |
Ultimo Aggiornamento | 2024-02-06 |
Data di Pubblicazione | 2021-11-01 |
Valutazione | 4.59/5 Totale 135 Valutazioni |
Sviluppatore | https://automa.site |
[email protected] | |
Tipo di Pagamento | free |
Sito Web dell'Estensione | https://automa.site/ |
URL della Pagina di Aiuto | https://github.com/automaapp/automa/issues |
URL della Pagina della Politica sulla Privacy | https://www.automa.site/privacy |
Lingue Supportate | 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": [ " |