XLang Web Agent
A Chrome extension that navigates websites automatically to fulfill input instructions.
Apa itu XLang Web Agent?
XLang Web Agent adalah ekstensi Chrome yang dikembangkan oleh xlang-webot, dan fitur utamanya adalah "A Chrome extension that navigates websites automatically to fulfill input instructions.".
Screenshot Ekstensi
Unduh Berkas CRX Ekstensi XLang Web Agent
Unduh file ekstensi XLang Web Agent dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.
Petunjuk Penggunaan Ekstensi
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.
Informasi Dasar Ekstensi
Nama | |
ID | kbeepjbbaglgbhjkgnfeapbfofogblhb |
URL Resmi | https://chromewebstore.google.com/detail/xlang-web-agent/kbeepjbbaglgbhjkgnfeapbfofogblhb |
Deskripsi | A Chrome extension that navigates websites automatically to fulfill input instructions. |
Ukuran File | 5.18 MB |
Jumlah Instalasi | 776 |
Versi Saat Ini | 1.1.4 |
Terakhir Diperbarui | 2023-08-09 |
Tanggal Publikasi | 2023-07-17 |
Penilaian | 5.00/5 Total 1 Penilaian |
Pengembang | xlang-webot |
[email protected] | |
Tipe Pembayaran | free |
Bahasa yang Didukung | 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:\/\/*\/*", " |