Automa
An extension for automating your browser by connecting blocks
Automaとは何ですか?
Automaはhttps://automa.siteによって開発されたChromeの拡張機能で、その主な機能は「An extension for automating your browser by connecting blocks」です。
拡張機能のスクリーンショット
Automa拡張機能のCRXファイルをダウンロード
Automa拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
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 拡張機能の基本情報
| 名前 | |
| ID | infppggnoaenmfagbfknfkancpbljcca |
| 公式URL | https://chromewebstore.google.com/detail/automa/infppggnoaenmfagbfknfkancpbljcca |
| 説明 | An extension for automating your browser by connecting blocks |
| ファイルサイズ | 2.12 MB |
| インストール数 | 112,965 |
| 現在のバージョン | 1.28.27 |
| 最終更新日 | 2024-02-06 |
| 公開日 | 2021-11-01 |
| 評価 | 4.59/5 合計 135 レビュー |
| 開発者 | https://automa.site |
| Eメール | [email protected] |
| 支払い方法 | free |
| 拡張機能のウェブサイト | https://automa.site/ |
| ヘルプページのURL | https://github.com/automaapp/automa/issues |
| プライバシーポリシーページのURL | https://www.automa.site/privacy |
| 対応言語 | 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": [
" | |