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 là gì?

Sirenia Web Automation Driver là một tiện ích mở rộng Chrome được phát triển bởi https://sirenia.eu, và tính năng chính của nó là "This extension enables web-pages shown in Chrome to be part of a context synchronisation session with the Sirenia Driver Platform…".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot

Tải xuống tệp CRX của tiện ích mở rộng Sirenia Web Automation Driver

Tải xuống các tệp mở rộng Sirenia Web Automation Driver dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        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.                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên Sirenia Web Automation Driver Sirenia Web Automation Driver
ID lbokehfhhclmidfioacglfeigplbccdj
URL Chính Thức https://chromewebstore.google.com/detail/sirenia-web-automation-dr/lbokehfhhclmidfioacglfeigplbccdj
Mô tả This extension enables web-pages shown in Chrome to be part of a context synchronisation session with the Sirenia Driver Platform…
Kích Thước Tệp 80.47 KB
Số Lần Cài Đặt 53,645
Phiên Bản Hiện Tại 1.36.2
Cập Nhật Lần Cuối 2024-01-25
Ngày Phát Hành 2020-06-18
Đánh Giá 4.00/5 Tổng số 2 Đánh Giá
Nhà Phát Triển https://sirenia.eu
Email [email protected]
Loại Thanh Toán free
Ngôn Ngữ Được Hỗ Trợ 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"
}