Blue Prism 6.10.4 Browser Extension

This extension provides connectivity between the browser and Blue Prism.

Blue Prism 6.10.4 Browser Extensionคืออะไร?

Blue Prism 6.10.4 Browser Extension เป็นส่วนขยายของ Chrome ที่พัฒนาโดย blueprismgroup และคุณลักษณะหลักของมันคือ "This extension provides connectivity between the browser and Blue Prism."

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

screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Blue Prism 6.10.4 Browser Extension

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

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

                        INTENDED FOR ENTERPRISE USE ONLY.

This allows users of the Blue Prism software to automate and interact with websites using Google Chrome.
To use this extension, users also need Blue Prism 6.10.4: https://www.blueprism.com                    

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

ชื่อ Blue Prism 6.10.4 Browser Extension Blue Prism 6.10.4 Browser Extension
ID gccehjhjelnjpcpfodkdhkcgpalkihdc
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/blue-prism-6104-browser-e/gccehjhjelnjpcpfodkdhkcgpalkihdc
คำอธิบาย This extension provides connectivity between the browser and Blue Prism.
ขนาดไฟล์ 189 KB
จำนวนการติดตั้ง 12,772
เวอร์ชันปัจจุบัน 6.10.4.1036
อัปเดตครั้งล่าสุด 2022-12-06
วันที่เผยแพร่ 2022-02-08
ผู้พัฒนา blueprismgroup
อีเมล [email protected]
ประเภทการชำระเงิน free
เว็บไซต์ส่วนขยาย https://www.blueprism.com
URL หน้าช่วยเหลือ https://www.blueprism.com/Support
URL หน้านโยบายความเป็นส่วนตัว https://www.blueprism.com/privacy-policy
ภาษาที่รองรับ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "author": "Blue Prism Ltd",
    "manifest_version": 2,
    "name": "Blue Prism 6.10.4 Browser Extension",
    "description": "This extension provides connectivity between the browser and Blue Prism.",
    "version": "6.10.4.1036",
    "version_name": "6.10.4.1036",
    "icons": {
        "16": "icons\/BluePrism_16x16.png",
        "32": "icons\/BluePrism_32x32.png",
        "48": "icons\/BluePrism_48x48.png",
        "128": "icons\/BluePrism_128x128.png"
    },
    "browser_action": {
        "default_icon": {
            "16": "icons\/BluePrism_16x16.png",
            "32": "icons\/BluePrism_32x32.png",
            "48": "icons\/BluePrism_48x48.png",
            "128": "icons\/BluePrism_128x128.png"
        }
    },
    "permissions": [
        "tabs",
        "webNavigation",
        ""
    ],
    "background": {
        "scripts": [
            "background.js"
        ],
        "persistent": true
    },
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "crypto-js\/crypto-js.js",
                "crypto-js\/core.js",
                "crypto-js\/x64-core.js",
                "crypto-js\/lib-typedarrays.js",
                "crypto-js\/enc-base64.js",
                "crypto-js\/enc-hex.js",
                "crypto-js\/enc-latin1.js",
                "crypto-js\/enc-utf8.js",
                "crypto-js\/enc-utf16.js",
                "crypto-js\/md5.js",
                "crypto-js\/evpkdf.js",
                "crypto-js\/cipher-core.js",
                "crypto-js\/sha256.js",
                "crypto-js\/aes.js",
                "crypto-js\/pad-ansix923.js",
                "crypto-js\/pad-iso10126.js",
                "crypto-js\/pad-iso97971.js",
                "crypto-js\/pad-nopadding.js",
                "crypto-js\/pad-pkcs7.js",
                "crypto-js\/pad-zeropadding.js",
                "Cryptography\/HashAlgorithm.js",
                "Cryptography\/SymmetricAlgorithm.js",
                "Cryptography\/CryptographyProvider.js",
                "main.js"
            ],
            "run_at": "document_idle",
            "all_frames": true
        }
    ]
}