XLang Web Agent
A Chrome extension that navigates websites automatically to fulfill input instructions.
Wat is XLang Web Agent?
XLang Web Agent is een Chrome-extensie ontwikkeld door xlang-webot, en de belangrijkste functie is "A Chrome extension that navigates websites automatically to fulfill input instructions.".
Extensie Screenshots
Download het CRX-bestand van de extensie XLang Web Agent
Download XLang Web Agent-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
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.
Basisinformatie over de Extensie
Naam | |
ID | kbeepjbbaglgbhjkgnfeapbfofogblhb |
Officiële URL | https://chromewebstore.google.com/detail/xlang-web-agent/kbeepjbbaglgbhjkgnfeapbfofogblhb |
Beschrijving | A Chrome extension that navigates websites automatically to fulfill input instructions. |
Bestandsgrootte | 5.18 MB |
Aantal Installaties | 776 |
Huidige Versie | 1.1.4 |
Laatst Bijgewerkt | 2023-08-09 |
Publicatiedatum | 2023-07-17 |
Beoordeling | 5.00/5 Totaal 1 Beoordelingen |
Ontwikkelaar | xlang-webot |
[email protected] | |
Betalingswijze | free |
Ondersteunde Talen | 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:\/\/*\/*", " |