Programming Browser: Web Automation Toolkit
Web automation toolkit
Cos'è Programming Browser: Web Automation Toolkit?
Programming Browser: Web Automation Toolkit è un'estensione di Chrome sviluppata da Programming Browser, e la sua funzione principale è "Web automation toolkit".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione Programming Browser: Web Automation Toolkit
Scarica i file di estensione Programming Browser: Web Automation Toolkit in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.
Istruzioni per l'Uso dell'Estensione
Programming Browser 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 Programming Browser, 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 Programming Browser to do it for you. Programming Browser is faster than any human, so your automation will be compete much faster. After you created a script on Programming Browser you can create a shortcut for your script and run the automation with just one tap. Features: - Drag and drop programmable interface - Create shortcut for each script - Import and export your Programming Browser script (you can write once and share the script to a new device) - Flexible programming language
Informazioni di Base sull'Estensione
Nome | Programming Browser: Web Automation Toolkit |
ID | ackgnkgcabnnbkgledgggmojocblemic |
URL Ufficiale | https://chromewebstore.google.com/detail/programming-browser-web-a/ackgnkgcabnnbkgledgggmojocblemic |
Descrizione | Web automation toolkit |
Dimensione del File | 61.11 KB |
Conteggio Installazioni | 86 |
Versione Corrente | 1.0.22 |
Ultimo Aggiornamento | 2022-07-01 |
Data di Pubblicazione | 2022-06-28 |
Sviluppatore | Programming Browser |
[email protected] | |
Tipo di Pagamento | free |
Sito Web dell'Estensione | https://www.programmingbrowser.com |
URL della Pagina della Politica sulla Privacy | https://www.programmingbrowser.com/privacy |
Lingue Supportate | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "Programming Browser: Web Automation Toolkit", "version": "1.0.22", "permissions": [ "storage", "tabs", "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": [ " |