Passly

Passly

Cos'è Passly?

Passly è un'estensione di Chrome sviluppata da Kaseya, e la sua funzione principale è "Passly".

Screenshot dell'Estensione

screenshot

Scarica il file CRX dell'estensione Passly

Scarica i file di estensione Passly in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        The Passly Browser extension will allow users of Passly to access their SSO Applications as well as their Password Vaults.


Comments? Bugs? Issues? Please create a ticket with our support team

https://helpdesk.kaseya.com/hc/en-gb/requests/new?ticket_form_id=360000070272                    

Informazioni di Base sull'Estensione

Nome Passly Passly
ID majfinlljhjkdhdnakejmmjfinhfemhl
URL Ufficiale https://chromewebstore.google.com/detail/passly/majfinlljhjkdhdnakejmmjfinhfemhl
Descrizione Passly
Dimensione del File 1.56 MB
Conteggio Installazioni 4,321
Versione Corrente 7.4.8
Ultimo Aggiornamento 2023-12-11
Data di Pubblicazione 2020-04-01
Valutazione 4.75/5 Totale 8 Valutazioni
Sviluppatore Kaseya
Email [email protected]
Tipo di Pagamento free
Sito Web dell'Estensione https://www.idagent.com/passly
URL della Pagina di Aiuto https://support.idagent.com/hc/en-us/categories/360000829978-Passly
URL della Pagina della Politica sulla Privacy https://www.kaseya.com/legal/kaseya-privacy-statement
Lingue Supportate en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "Passly",
    "description": "Passly",
    "version": "7.4.8",
    "action": {
        "default_icon": "icon48.png",
        "default_popup": "popup.html"
    },
    "background": {
        "service_worker": "js\/backgroundPage.js",
        "type": "module"
    },
    "content_security_policy": {
        "extension_pages": "script-src 'self'; object-src 'self'; worker-src 'self'"
    },
    "web_accessible_resources": [
        {
            "resources": [
                "css\/*",
                "assets\/*"
            ],
            "matches": [
                ""
            ]
        }
    ],
    "content_scripts": [
        {
            "match_about_blank": true,
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ],
            "run_at": "document_end",
            "js": [
                "js\/contentScript.js"
            ],
            "css": []
        }
    ],
    "externally_connectable": {
        "matches": [
            "https:\/\/localhost:3000\/*",
            "https:\/\/localhost:44300\/*",
            "https:\/\/*.my.authanvil.com\/*",
            "https:\/\/*.qa.authanvil.com\/*",
            "https:\/\/*.dev.authanvil.com\/*",
            "https:\/\/*.my.authanvil.eu\/*",
            "https:\/\/*.staging.authanvil.com\/*",
            "https:\/\/*.support.authanvil.com\/*",
            "https:\/\/*.my.passly.com\/*",
            "https:\/\/*.qa.passly.com\/*",
            "https:\/\/*.dev.passly.com\/*",
            "https:\/\/*.my.passly.eu\/*",
            "https:\/\/*.staging.passly.com\/*",
            "https:\/\/*.support.passly.com\/*"
        ]
    },
    "icons": {
        "16": "icon16.png",
        "48": "icon48.png",
        "128": "icon128.png"
    },
    "key": "MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAjQ5u19rFd6ROKEwq3oJ92CI\/kIz2fC2pvqWtJ+mrvXshclCY5SVhFDdNygXq33zg3bJ9Lkyv9jmiDhxIj8NvnCC3fCLgVBKybKBqcT1b8PmEeJTenUEO2VgoWQKXWNDoFYMGdhdMMPOSkWdKKpQjX1VSp3+SYmpvAnXRQe6a+AVR5M6F7nHbzqxWN9MMOnatd6FMfbK0Wd50i7\/EFtzeNeMcZ56KyPvcV7uzg1jgDKp+WPt8TF8lYm3jMRQlcBsNhKDiCzC6Az+cHQy2xbuPj7rOkTMGCRj7n1Jb7wyKDEeP36daO2bZYM6kuAevJQXG\/NBiYXxhb5C\/ZomASXzvkQIDAQAB",
    "permissions": [
        "tabs",
        "activeTab",
        "webNavigation",
        "webRequest",
        "storage",
        "alarms",
        "cookies",
        "scripting"
    ],
    "host_permissions": [
        ""
    ]
}