Blue Prism Extension 6.5 - 6.10 Manifest V3

This extension provides connectivity between the browser and Blue Prism.

Τι είναι το Blue Prism Extension 6.5 - 6.10 Manifest V3;

Το Blue Prism Extension 6.5 - 6.10 Manifest V3 είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον blueprismgroup, και η κύρια λειτουργία του είναι "This extension provides connectivity between the browser and Blue Prism.".

Στιγμιότυπα Επέκτασης

screenshot

Λήψη αρχείου CRX της επέκτασης Blue Prism Extension 6.5 - 6.10 Manifest V3

Λήψη αρχείων επέκτασης Blue Prism Extension 6.5 - 6.10 Manifest V3 σε μορφή 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.5- 6.10: https://www.blueprism.com                    

Βασικές Πληροφορίες Επέκτασης

Όνομα Blue Prism Extension 6.5 - 6.10 Manifest V3 Blue Prism Extension 6.5 - 6.10 Manifest V3
ID klbaonekdddbnllienjepielnkjmhjdo
Επίσημο URL https://chromewebstore.google.com/detail/blue-prism-extension-65-6/klbaonekdddbnllienjepielnkjmhjdo
Περιγραφή This extension provides connectivity between the browser and Blue Prism.
Μέγεθος Αρχείου 192 KB
Αριθμός Εγκαταστάσεων 1,564
Τρέχουσα Έκδοση 1.0.0
Τελευταία Ενημέρωση 2023-01-30
Ημερομηνία Δημοσίευσης 2023-01-30
Προγραμματιστής 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": 3,
    "name": "Blue Prism Extension 6.5 - 6.10 Manifest V3",
    "description": "This extension provides connectivity between the browser and Blue Prism.",
    "version": "2.0.0.1",
    "version_name": "1.0.0",
    "icons": {
        "16": "icons\/BluePrism_16x16.png",
        "32": "icons\/BluePrism_32x32.png",
        "48": "icons\/BluePrism_48x48.png",
        "128": "icons\/BluePrism_128x128.png"
    },
    "permissions": [
        "webNavigation",
        "nativeMessaging",
        "storage",
        "scripting"
    ],
    "host_permissions": [
        ""
    ],
    "background": {
        "service_worker": "background.js"
    },
    "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
        }
    ]
}