automa
v1.28.27

ブロックを接続してブラウザを自動化するための拡張機能。
オートフィルフォーム、繰り返しタスクを実行したり、スクリーンショットを撮影したり、Webサイトのデータをこすります。選択肢はあなたのものです。自動化がいつ実行されるかをスケジュールすることもできます!
![]() クロムウェブストア | ![]() Firefoxアドオン |
ワークフローを他の人と共有してダウンロードできるAutoma Marketplaceを閲覧してください。市場に行く»
Automa Chrome Extension Builder(略してAutoma CEB)を使用すると、Automaワークフローに基づいてスタンドアロンのクロム拡張機能を生成できます。ドキュメントに移動»
yarn devまたはyarn buildスクリプトを実行する前に、 src/utilsディレクトリでgetPassKey.jsファイルを作成する必要があります。ファイル内の書き込み
export default function ( ) {
return 'anything-you-want' ;
} # Install dependencies
yarn install
# Compiles and hot-reloads for development for the chrome browser
yarn dev
# Compiles and minifies for production for the chrome browser
yarn build
# Create a zip file from the build folder
yarn build:zip
# Compiles and hot-reloads for development for the firefox browser
yarn dev:firefox
# Compiles and minifies for production for the firefox browser
yarn build:firefox
# Lints and fixes files
yarn lintautoma/build Directoryを参照して選択します。about:debugging#/runtime/this-firefoxに移動します。automa/build Directoryを参照して、 manifest.jsonファイルを選択します。 問題を提出し、提案をし、一般的にこれをより良いプロジェクトにするのに役立ったすべての人に感謝します。
このリポジトリのソースコードは、GNU Affero General Public License(AGPL)またはAutoma Commercialライセンスの下でさまざまにライセンスされています。
詳細については、license.txtを参照してください。