Ask Jarvis

Learn faster with this trusty AI Research Assistant.

Ask Jarvisคืออะไร?

Ask Jarvis เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://askjarvis.ai และคุณลักษณะหลักของมันคือ "Learn faster with this trusty AI Research Assistant."

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

screenshot
screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Ask Jarvis

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

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

                                            

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

ชื่อ Ask Jarvis Ask Jarvis
ID epmjnoajehdombhjonaoifmhbkkflnli
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/empty-title/epmjnoajehdombhjonaoifmhbkkflnli
คำอธิบาย Learn faster with this trusty AI Research Assistant.
ขนาดไฟล์ 12.58 MB
จำนวนการติดตั้ง 226
เวอร์ชันปัจจุบัน 3.25
อัปเดตครั้งล่าสุด 2024-02-02
วันที่เผยแพร่ 2020-06-25
คะแนน 5.00/5 รวมทั้งหมด 5 คะแนน
ผู้พัฒนา https://askjarvis.ai
อีเมล [email protected]
ประเภทการชำระเงิน free
เว็บไซต์ส่วนขยาย https://welcome.askjarvis.ai
URL หน้าช่วยเหลือ https://welcome.askjarvis.ai
URL หน้านโยบายความเป็นส่วนตัว https://welcome.askjarvis.ai?page_id=3
ภาษาที่รองรับ
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Ask Jarvis",
    "description": "Learn faster with this trusty AI Research Assistant.",
    "version": "3.25",
    "icons": {
        "16": "assets\/icons\/jarvis16.png",
        "48": "assets\/icons\/jarvis48.png",
        "128": "assets\/icons\/jarvis128.png"
    },
    "action": {
        "default_popup": "popup.html"
    },
    "background": {
        "service_worker": "assets\/background.201a5f9c.js"
    },
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "contentscript-loader-content.1dc877d8.js"
            ],
            "run_at": "document_start",
            "css": [
                "assets\/content.4d46636b.css"
            ]
        },
        {
            "matches": [
                ""
            ],
            "js": [
                "content-dev.js"
            ]
        }
    ],
    "web_accessible_resources": [
        {
            "matches": [
                ""
            ],
            "resources": [
                "assets\/*"
            ]
        },
        {
            "matches": [
                ""
            ],
            "resources": [
                "assets\/content.1dc877d8.js"
            ],
            "use_dynamic_url": true
        }
    ],
    "manifest_version": 3
}