Blue Prism 6.9 Browser Extension

This extension provides connectivity between the browser and Blue Prism.

什么是Blue Prism 6.9 Browser Extension?

Blue Prism 6.9 Browser Extension是由blueprismgroup开发的Chrome扩展程序,该扩展的主要功能是“This extension provides connectivity between the browser and Blue Prism.”。

扩展截图

screenshot

下载Blue Prism 6.9 Browser Extension扩展crx文件

下载Blue Prism 6.9 Browser Extension扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

                        INTENDED FOR ENTERPRISE USE ONLY.

This extension 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.9: https://www.blueprism.com                    

扩展基本信息

名称 Blue Prism 6.9 Browser Extension Blue Prism 6.9 Browser Extension
ID apjdloapfacpgloidbikcdcigljkgogg
官方URL https://chromewebstore.google.com/detail/blue-prism-69-browser-ext/apjdloapfacpgloidbikcdcigljkgogg
简介 This extension provides connectivity between the browser and Blue Prism.
文件大小 193 KB
安装次数 5,260
当前版本 2.2.0
更新时间 2022-12-06
上架时间 2020-09-14
开发者 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.9 Browser Extension",
    "description": "This extension provides connectivity between the browser and Blue Prism.",
    "version": "2.2.0.7",
    "version_name": "2.2.0",
    "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_end",
            "all_frames": true
        }
    ]
}