Automa
An extension for automating your browser by connecting blocks
Co to jest Automa?
Automa to rozszerzenie Chrome opracowane przez https://automa.site, a jego główną funkcją jest „An extension for automating your browser by connecting blocks”.
Zrzuty ekranu rozszerzenia
Pobierz plik CRX rozszerzenia Automa
Pobierz pliki rozszerzeń Automa w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.
Instrukcja Użytkowania Rozszerzenia
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 Podstawowe informacje o rozszerzeniu
| Nazwa | |
| ID | infppggnoaenmfagbfknfkancpbljcca |
| Oficjalny URL | https://chromewebstore.google.com/detail/automa/infppggnoaenmfagbfknfkancpbljcca |
| Opis | An extension for automating your browser by connecting blocks |
| Rozmiar pliku | 2.12 MB |
| Liczba instalacji | 112,965 |
| Aktualna Wersja | 1.28.27 |
| Ostatnia Aktualizacja | 2024-02-06 |
| Data Publikacji | 2021-11-01 |
| Ocena | 4.59/5 Łącznie 135 Oceny |
| Deweloper | https://automa.site |
| [email protected] | |
| Typ Płatności | free |
| Strona Rozszerzenia | https://automa.site/ |
| Adres URL Strony Pomocy | https://github.com/automaapp/automa/issues |
| Adres URL Strony Polityki Prywatności | https://www.automa.site/privacy |
| Obsługiwane Języki | 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": [
" | |