Blue Prism Browser Extension

This extension provides connectivity between the browser and Blue Prism.

Was ist Blue Prism Browser Extension?

Blue Prism Browser Extension ist eine Chrome-Erweiterung, die von blueprismgroup entwickelt wurde, und ihr Hauptmerkmal ist "This extension provides connectivity between the browser and Blue Prism.".

Erweiterungsscreenshots

screenshot

Blue Prism Browser Extension-Erweiterungs-CRX-Datei herunterladen

Laden Sie Blue Prism Browser Extension-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.

Anleitung zur Verwendung der Erweiterung

                        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.5 or later: https://www.blueprism.com                    

Grundlegende Informationen zur Erweiterung

Name Blue Prism Browser Extension Blue Prism Browser Extension
ID nadpbbdaaifbaebnniobcfpiifbfokij
Offizielle URL https://chromewebstore.google.com/detail/blue-prism-browser-extens/nadpbbdaaifbaebnniobcfpiifbfokij
Beschreibung This extension provides connectivity between the browser and Blue Prism.
Dateigröße 187 KB
Installationsanzahl 11,750
Aktuelle Version 2.1.0
Letztes Update 2022-12-07
Veröffentlichungsdatum 2020-05-27
Bewertung 1.00/5 Insgesamt 1 Bewertungen
Entwickler blueprismgroup
E-Mail [email protected]
Zahlungsart free
Erweiterungswebsite https://www.blueprism.com
Hilfeseite URL https://www.blueprism.com/support/
URL der Datenschutzrichtlinien-Seite https://www.blueprism.com/privacy-policy
Unterstützte Sprachen en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "author": "Blue Prism Ltd",
    "manifest_version": 2,
    "name": "Blue Prism Browser Extension",
    "description": "This extension provides connectivity between the browser and Blue Prism.",
    "version": "2.1.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",
        ""
    ],
    "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
        }
    ]
}