Genji - AI Browser Assistant

Automate the browser using a visual AI assistant

Genji - AI Browser Assistantคืออะไร?

Genji - AI Browser Assistant เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://genji.app และคุณลักษณะหลักของมันคือ "Automate the browser using a visual AI assistant"

ภาพหน้าจอของส่วนขยาย

screenshot
screenshot
screenshot
screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Genji - AI Browser Assistant

ดาวน์โหลดไฟล์ส่วนขยาย Genji - AI Browser Assistant ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

                        Meet Genji, your browser sidekick. Genji uses AI to automate your everyday tasks on Chrome. This means that you can delegate tasks to him while you work on something else or simply grab a coffee.

The possibilities are endless with Genji. He can complete your personal tasks like online shopping or making reservations. If your really want to test his powers, use him professionally to find leads on LinkedIn, send status updates to your boss, or research your competitors and write an analysis document. 

How does this work? You simply type your task in plain language, and Genji uses his ninja skills to deduce the next browser action repeatedly until your task is complete. You can even give him multiple tasks at the same time, so you literally have an army of helpful ninjas at your service. 

Pretty soon, he’ll be able to schedule tasks and accept voice commands from you as well. 

Revolutionize your browsing with Genji, the ultimate AI assistant for your Chrome browser. Whether you're a professional looking to automate repetitive tasks, a student needing to streamline research, or anyone else who spends significant time on the web, Genji is designed make you 10x more productive on your browser.

The safety and privacy of your data are our top priority. Genji employs advanced security protocols to ensure your data remains protected and encrypted while you enjoy the convenience of automated browsing.

Learn more at https://www.genji.app. 

Download this extension to get started for free today!                    

ข้อมูลพื้นฐานของส่วนขยาย

ชื่อ Genji - AI Browser Assistant Genji - AI Browser Assistant
ID jgoncjpgeegjhdecejnfnpjnfmhohgdf
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/genji-ai-browser-assistan/jgoncjpgeegjhdecejnfnpjnfmhohgdf
คำอธิบาย Automate the browser using a visual AI assistant
ขนาดไฟล์ 377 KB
จำนวนการติดตั้ง 208
เวอร์ชันปัจจุบัน 1.0.3
อัปเดตครั้งล่าสุด 2024-01-14
วันที่เผยแพร่ 2023-12-11
คะแนน 4.88/5 รวมทั้งหมด 8 คะแนน
ผู้พัฒนา https://genji.app
อีเมล [email protected]
ประเภทการชำระเงิน free
เว็บไซต์ส่วนขยาย https://www.genji.app/
URL หน้าช่วยเหลือ https://www.genji.app/
URL หน้านโยบายความเป็นส่วนตัว https://docs.google.com/document/d/1FktaV3kwhENlYXNWEcd090SLsk5FIQhSCpeV17Pv3KY/edit?usp=sharing
ภาษาที่รองรับ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "Genji - AI Browser Assistant",
    "version": "1.0.3",
    "description": "Automate the browser using a visual AI assistant",
    "author": "Genji",
    "icons": {
        "16": "icons\/icon16.png",
        "48": "icons\/icon48.png",
        "128": "icons\/icon128.png"
    },
    "content_security_policy": {
        "extension_pages": "default-src 'self'"
    },
    "action": {
        "default_popup": "src\/popup.html"
    },
    "permissions": [
        "tabs",
        "storage"
    ],
    "background": {
        "service_worker": "src\/background_scripts\/background.js",
        "type": "module"
    },
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "src\/content_scripts\/content.js",
                "src\/content_scripts\/assistant.js"
            ]
        }
    ],
    "web_accessible_resources": [
        {
            "resources": [
                "style.css",
                "imgs\/*"
            ],
            "matches": [
                ""
            ]
        }
    ]
}