XLang Web Agent
A Chrome extension that navigates websites automatically to fulfill input instructions.
Cos'è XLang Web Agent?
XLang Web Agent è un'estensione di Chrome sviluppata da xlang-webot, e la sua funzione principale è "A Chrome extension that navigates websites automatically to fulfill input instructions.".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione XLang Web Agent
Scarica i file di estensione XLang Web Agent 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
This extension is XLang Web Agent which can navigate websites automatically to fulfill input instructions. It can interact with XLang Chat interface and execute tasks on the web or extract information from websites for users.
Informazioni di Base sull'Estensione
Nome | |
ID | kbeepjbbaglgbhjkgnfeapbfofogblhb |
URL Ufficiale | https://chromewebstore.google.com/detail/xlang-web-agent/kbeepjbbaglgbhjkgnfeapbfofogblhb |
Descrizione | A Chrome extension that navigates websites automatically to fulfill input instructions. |
Dimensione del File | 5.18 MB |
Conteggio Installazioni | 776 |
Versione Corrente | 1.1.4 |
Ultimo Aggiornamento | 2023-08-09 |
Data di Pubblicazione | 2023-07-17 |
Valutazione | 5.00/5 Totale 1 Valutazioni |
Sviluppatore | xlang-webot |
[email protected] | |
Tipo di Pagamento | free |
Lingue Supportate | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "description": "A Chrome extension that navigates websites automatically to fulfill input instructions.", "version": "1.1.4", "manifest_version": 3, "name": "XLang Web Agent", "options_page": "options.html", "background": { "service_worker": "background.bundle.js" }, "permissions": [ "tabs", "activeTab", "storage", "clipboardWrite", "debugger", "management", "cookies" ], "host_permissions": [ "*:\/\/localhost\/*", "*:\/\/chat.xlang.ai\/*" ], "action": { "default_popup": "popup.html", "default_icon": "icon-34.png" }, "icons": { "128": "icon-128.png" }, "content_scripts": [ { "matches": [ "http:\/\/*\/*", "https:\/\/*\/*", " |