Aiwozo

AI Work Zone Web Automation Extension is an component developed for browser interaction to implement automation on web applications.

Aiwozoคืออะไร?

Aiwozo เป็นส่วนขยายของ Chrome ที่พัฒนาโดย AIwozo และคุณลักษณะหลักของมันคือ "AI Work Zone Web Automation Extension is an component developed for browser interaction to implement automation on web applications."

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

screenshot
screenshot
screenshot

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

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

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

                        Aiwozo Extension is a component developed for browser interaction to implement automation on web applications on Google Chrome. 
Aiwozo is an Intelligent Automation tool rated as a Top 5 RPA tool in the G2 Fall reports 2021 and is also listed as a Major Contender in the recently released Everest Group RPA Platforms PEAK matrix 2021.
The extension supports the latest release of Enterprise edition and the Community edition (available Free to all users). Studio is the low code-no code tool for developing bots that work on all kinds of web, windows, citrix and more applications. In addition; the Discovery tool is used to capture tasks and seamlessly create workflows. Studio and Discovery use the extension to provide auto login, recording and executing of the tasks for web applications.                    

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

ชื่อ Aiwozo Aiwozo
ID mhfpeolfjhoceminlfimoeldmhcfonjb
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/aiwozo/mhfpeolfjhoceminlfimoeldmhcfonjb
คำอธิบาย AI Work Zone Web Automation Extension is an component developed for browser interaction to implement automation on web applications.
ขนาดไฟล์ 25.42 KB
จำนวนการติดตั้ง 91
เวอร์ชันปัจจุบัน 3.0
อัปเดตครั้งล่าสุด 2022-09-15
วันที่เผยแพร่ 2020-05-09
คะแนน 5.00/5 รวมทั้งหมด 4 คะแนน
ผู้พัฒนา AIwozo
อีเมล [email protected]
ประเภทการชำระเงิน free
ภาษาที่รองรับ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Aiwozo",
    "description": "AI Work Zone Web Automation Extension is an component developed for browser interaction to implement automation on web applications.",
    "version": "3.0",
    "icons": {
        "16": "static\/activate_icons\/Aiwozo16.png",
        "32": "static\/activate_icons\/Aiwozo32.png",
        "64": "static\/activate_icons\/Aiwozo64.png",
        "128": "static\/activate_icons\/Aiwozo128.png"
    },
    "background": {
        "scripts": [
            "background.js"
        ]
    },
    "browser_action": {
        "default_icon": {
            "16": "static\/activate_icons\/Aiwozo16.png",
            "32": "static\/activate_icons\/Aiwozo32.png",
            "64": "static\/activate_icons\/Aiwozo64.png",
            "128": "static\/activate_icons\/Aiwozo128.png"
        },
        "default_title": "Artificial Intelligence Work Zone"
    },
    "permissions": [
        "nativeMessaging",
        ""
    ],
    "web_accessible_resources": [
        "css\/general.css",
        "static\/activate_icons\/AIwozo16.png",
        "static\/activate_icons\/AIwozo32.png",
        "static\/activate_icons\/AIwozo64.png",
        "static\/activate_icons\/AIwozo128.png",
        "static\/deactivate_icons\/AIwozo16.png",
        "static\/deactivate_icons\/AIwozo32.png",
        "static\/deactivate_icons\/AIwozo64.png",
        "static\/deactivate_icons\/AIwozo128.png"
    ]
}