Piper: Web Automation Toolkit
Web automation toolkit
O que é Piper: Web Automation Toolkit?
Piper: Web Automation Toolkit é uma extensão do Chrome desenvolvida por Suyambu, e sua principal característica é "Web automation toolkit".
Capturas de Tela da Extensão
Baixar o arquivo CRX da Extensão Piper: Web Automation Toolkit
Baixe arquivos de extensão Piper: Web Automation Toolkit no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.
Instruções de Uso da Extensão
Piper is a web automation tool that allows you to automate any task on the web. It's similar to selenium automation. But with a drag and drop programmable interface.You do not have know programming to use Piper, every block explain itself. What can you automate? Pretty much you can automate anything on the web, if you see something that repeat alot of times on your browser, you can use Piper to do it for you. Piper is faster than any human, so your automation will be compete much faster. After you created a script on Piper you can create a shortcut for your script and run the automation with just one tap. Piper features: - Drag and drop programmable interface - Create shortcut for each script - Import and export your Piper script (you can write once and share the script to a new device) - Flexible programming language
Informações Básicas da Extensão
Nome | Piper: Web Automation Toolkit |
ID | oenkglediihajpaagnbjidpijklnjbcf |
URL Oficial | https://chromewebstore.google.com/detail/piper-web-automation-tool/oenkglediihajpaagnbjidpijklnjbcf |
Descrição | Web automation toolkit |
Tamanho do Arquivo | 63.89 KB |
Contagem de Instalações | 139 |
Versão Atual | 1.1.2 |
Última Atualização | 2023-05-23 |
Data de Publicação | 2022-06-08 |
Classificação | 5.00/5 Total de 1 Avaliações |
Desenvolvedor | Suyambu |
[email protected] | |
Tipo de Pagamento | free |
Site da Extensão | https://www.suyambu.net/piper |
URL da Página de Política de Privacidade | https://www.suyambu.net/privacy |
Idiomas Suportados | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "Piper: Web Automation Toolkit", "version": "1.1.2", "permissions": [ "storage", "scripting", "downloads", "declarativeNetRequest", "debugger", "notifications" ], "declarative_net_request": { "rule_resources": [ { "id": "mobile_user_agent_rule", "enabled": false, "path": "rules\/mobile_user_agent_rule.json" }, { "id": "desktop_user_agent_rule", "enabled": false, "path": "rules\/desktop_user_agent_rule.json" } ] }, "host_permissions": [ " |