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 مع الأصدقاء لتثبيت الامتدادات بسهولة.

تعليمات استخدام التمديد

                        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"
}