Sirenia Web Automation Driver

This extension enables web-pages shown in Chrome to be part of a context synchronisation session with the Sirenia Driver Platform…

Sirenia Web Automation Driverคืออะไร?

Sirenia Web Automation Driver เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://sirenia.eu และคุณลักษณะหลักของมันคือ "This extension enables web-pages shown in Chrome to be part of a context synchronisation session with the Sirenia Driver Platform…"

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

screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Sirenia Web Automation Driver

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

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

                        This extension enables web-pages shown in Chrome to be part of a context synchronisation session with the Sirenia Driver Platform (Manatee). It is a requirement that you have the Driver Platform installed in order for the extension to activate.                    

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

ชื่อ Sirenia Web Automation Driver Sirenia Web Automation Driver
ID lbokehfhhclmidfioacglfeigplbccdj
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/sirenia-web-automation-dr/lbokehfhhclmidfioacglfeigplbccdj
คำอธิบาย This extension enables web-pages shown in Chrome to be part of a context synchronisation session with the Sirenia Driver Platform…
ขนาดไฟล์ 80.47 KB
จำนวนการติดตั้ง 53,645
เวอร์ชันปัจจุบัน 1.36.2
อัปเดตครั้งล่าสุด 2024-01-25
วันที่เผยแพร่ 2020-06-18
คะแนน 4.00/5 รวมทั้งหมด 2 คะแนน
ผู้พัฒนา https://sirenia.eu
อีเมล [email protected]
ประเภทการชำระเงิน free
ภาษาที่รองรับ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Sirenia Web Automation Driver",
    "description": "",
    "version": "1.36.2",
    "background": {
        "scripts": [
            "background.js"
        ]
    },
    "content_scripts": [
        {
            "matches": [
                "*:\/\/*\/*"
            ],
            "js": [
                "puppeteer.js"
            ]
        }
    ],
    "icons": {
        "16": "icons\/icon16.png",
        "48": "icons\/icon48.png",
        "128": "icons\/icon128.png"
    },
    "browser_action": {
        "default_icon": "icons\/inactive.png"
    },
    "permissions": [
        "",
        "tabs",
        "nativeMessaging"
    ],
    "options_page": "options.html"
}