AI TOOLS - Good Helper at Work

Magically tools with AI! Good Helper at Work! Chrome extension of HelloAI.wiki website!

AI TOOLS - Good Helper at Workคืออะไร?

AI TOOLS - Good Helper at Work เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://helloai.wiki และคุณลักษณะหลักของมันคือ "Magically tools with AI! Good Helper at Work! Chrome extension of HelloAI.wiki website!"

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

screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย AI TOOLS - Good Helper at Work

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

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

                        This is a plugin for an AI toolset, which can open the AI toolset interface with one click. It can also be opened through the side panel feature of the Chrome extension. When you encounter problems at work, you can conveniently open it in the browser to quickly access AI services, making your workflow smoother and improving work efficiency.                    

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

ชื่อ AI TOOLS - Good Helper at Work AI TOOLS - Good Helper at Work
ID knhebdhnpiijnonidokgjjadpopmlcpa
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/ai-tools-good-helper-at-w/knhebdhnpiijnonidokgjjadpopmlcpa
คำอธิบาย Magically tools with AI! Good Helper at Work! Chrome extension of HelloAI.wiki website!
ขนาดไฟล์ 13.08 KB
จำนวนการติดตั้ง 167
เวอร์ชันปัจจุบัน 2.0.0
อัปเดตครั้งล่าสุด 2023-07-11
วันที่เผยแพร่ 2023-06-24
คะแนน 5.00/5 รวมทั้งหมด 1 คะแนน
ผู้พัฒนา https://helloai.wiki
อีเมล [email protected]
ประเภทการชำระเงิน free
เว็บไซต์ส่วนขยาย https://helloai.wiki/tools
ภาษาที่รองรับ zh-CN
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "AI TOOLS - Good Helper at Work",
    "version": "2.0.0",
    "description": "Magically tools with AI! Good Helper at Work! Chrome extension of HelloAI.wiki website! ",
    "icons": {
        "108": ".\/img\/logo-108.png"
    },
    "permissions": [
        "sidePanel"
    ],
    "action": {
        "default_icon": {
            "108": ".\/img\/logo-108.png"
        },
        "default_popup": "popup.html"
    },
    "homepage_url": "https:\/\/helloai.wiki",
    "side_panel": {
        "default_path": "sidePanel.html"
    }
}