CSE Magellan Browser Extension

This is the CSE Password SSO Plugin for Magellan.

Τι είναι το CSE Magellan Browser Extension;

Το CSE Magellan Browser Extension είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον CSEDevelopment, και η κύρια λειτουργία του είναι "This is the CSE Password SSO Plugin for Magellan.".

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

screenshot

Λήψη αρχείου CRX της επέκτασης CSE Magellan Browser Extension

Λήψη αρχείων επέκτασης CSE Magellan Browser Extension σε μορφή crx, εγκατάσταση των επεκτάσεων Chrome μη αυτόματα στον περιηγητή ή κοινοποίηση των αρχείων crx με φίλους για εύκολη εγκατάσταση των επεκτάσεων Chrome.

Οδηγίες Χρήσης της Επέκτασης

                        The CSE Magellan Browser Extension works with the CSE Magellan Portal, CSE Desktop Application and CSE Magellan WebDAV to provide Single Sign On to web applications and extend the functionality of the CSE Software Suite.                    

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

Όνομα CSE Magellan Browser Extension CSE Magellan Browser Extension
ID dhpakmahcjnimdcdkohedncjcngofbni
Επίσημο URL https://chrome.google.com/webstore/detail/cse-magellan-browser-exte/dhpakmahcjnimdcdkohedncjcngofbni
Περιγραφή This is the CSE Password SSO Plugin for Magellan.
Μέγεθος Αρχείου 310 KB
Αριθμός Εγκαταστάσεων 5,423
Τρέχουσα Έκδοση 1.0.17
Τελευταία Ενημέρωση 2021-03-16
Ημερομηνία Δημοσίευσης 2019-02-15
Αξιολόγηση 3.67/5 Συνολικά 3 Αξιολογήσεις
Προγραμματιστής CSEDevelopment
Ηλεκτρονικό ταχυδρομείο [email protected]
Τύπος Πληρωμής free
Υποστηριζόμενες Γλώσσες en-GB
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "key": "MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAq3czvTfuOXhAAag\/imITdqc\/a+C919Blz7cQoW7Lxngt\/BGgp\/duzfbh5K1T8QM7FxDTuVis8syWXaRcbFzSpONF46BJa8b4NFClj1xL\/fYn4XgDRAQ0YmCfY8x3Rsoh45deJ+EVuzFUFqMdQoPg4msMl6K+TH9x2yJLuaswl0c2lnIwwxYEPKIRX78W2dHOwPWAHOLMclordp4nbnPRQr3pGBDywHmwsbIPOOi+VF4r8oa3gYo\/c3fKeqKidw6n0pw8eFFXpF63BzGBbjsXgCCQoidDsR1A9zuV8gCONFZLNcUyf\/+U05nmnS9FcY5jNoVA312EcwxCKqHEppLRAQIDAQAB",
    "manifest_version": 2,
    "name": "CSE Magellan Browser Extension",
    "short_name": "CSETDExt",
    "description": "This is the CSE Password SSO Plugin for Magellan.",
    "version": "1.0.17",
    "offline_enabled": false,
    "options_page": "options\/options.html",
    "homepage_url": "http:\/\/cse-trinidad.co.uk",
    "icons": {
        "128": "icons\/128.png",
        "16": "icons\/16.png",
        "48": "icons\/48.png"
    },
    "permissions": [
        "http:\/\/*\/*",
        "https:\/\/*\/*",
        "tabs",
        "cookies",
        "webRequest",
        "webRequestBlocking",
        "nativeMessaging"
    ],
    "background": {
        "scripts": [
            "all\/brand-common.js",
            "all\/brand-chrome.js",
            "background\/brand-common.js",
            "all\/common.js",
            "background\/common.js",
            "all\/chrome-common.js",
            "background\/jquery-1.11.1.min.js",
            "background\/jquery.signalR-2.2.0.min.js",
            "background\/background.js",
            "background\/MagellanDesktopBackground.js",
            "background\/webDavBackground.js"
        ]
    },
    "browser_action": {
        "default_icon": {
            "19": "icons\/19disabled.png",
            "38": "icons\/38disabled.png"
        },
        "default_popup": "popover\/icon-menu.html"
    },
    "content_security_policy": "script-src 'self' 'unsafe-eval'; object-src 'self'",
    "content_scripts": [
        {
            "all_frames": true,
            "js": [
                "all\/brand-common.js",
                "all\/brand-chrome.js",
                "content\/brand-common.js",
                "all\/common.js",
                "content\/common.js",
                "all\/chrome-common.js",
                "content\/trinidad-start.js"
            ],
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ],
            "run_at": "document_start"
        },
        {
            "all_frames": true,
            "js": [
                "content\/MagellanAppDelay.js"
            ],
            "matches": [
                "*:\/\/*.magellanportal.co.uk\/trinidad\/appdelay*"
            ],
            "run_at": "document_start"
        },
        {
            "all_frames": true,
            "js": [
                "content\/trinidad-end.js",
                "content\/formfill.js"
            ],
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ],
            "run_at": "document_end"
        },
        {
            "all_frames": true,
            "js": [
                "content\/trinidad-idle.js"
            ],
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ],
            "run_at": "document_idle"
        }
    ],
    "externally_connectable": {
        "matches": [
            "https:\/\/*.magellanportal.co.uk\/*"
        ]
    }
}