automa
v1.28.27

通过连接块来自动浏览器的扩展程序。
自动填充表单,执行重复任务,进行屏幕截图或刮擦网站数据 - 选择是您的。您甚至可以安排自动化执行何时!
![]() Chrome网络商店 | ![]() Firefox附加组件 |
浏览自动市场,您可以在其中与他人共享和下载工作流程。去市场»
Automa Chrome扩展构建器(简称Automa CEB)允许您根据自动工作流产生独立的Chrome扩展。转到文档»
在运行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目录并选择它。about:debugging#/runtime/this-firefox 。automa/build目录,然后选择manifest.json文件。 感谢所有提交问题,提出建议并通常使这个更好的项目的人。
根据GNU Affero通用公共许可证(AGPL)或Automa商业许可证,该存储库中的源代码均具有不同的许可。
有关详细信息,请参见License.txt。