SharePass

Use SharePass extension to send your sensitive data securely in just few clicks, without changing your tabs!

Cos'è SharePass?

SharePass è un'estensione di Chrome sviluppata da https://sharepass.com, e la sua funzione principale è "Use SharePass extension to send your sensitive data securely in just few clicks, without changing your tabs!".

Screenshot dell'Estensione

screenshot
screenshot
screenshot
screenshot

Scarica il file CRX dell'estensione SharePass

Scarica i file di estensione SharePass 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

                        SharePass is an online digital solution for confidential information sharing. For users, it allows transferring confidential data safely without leaving a digital trail. For companies, it allows secure communication, credentials protection and overall improvement of cybersecurity.                    

Informazioni di Base sull'Estensione

Nome SharePass SharePass
ID hbejbbjkjojenjopiinjjegokobgdcbo
URL Ufficiale https://chromewebstore.google.com/detail/sharepass/hbejbbjkjojenjopiinjjegokobgdcbo
Descrizione Use SharePass extension to send your sensitive data securely in just few clicks, without changing your tabs!
Dimensione del File 11.74 MB
Conteggio Installazioni 41
Versione Corrente 1.0.20
Ultimo Aggiornamento 2024-02-16
Data di Pubblicazione 2022-03-16
Valutazione 5.00/5 Totale 2 Valutazioni
Sviluppatore https://sharepass.com
Email [email protected]
Tipo di Pagamento free
Sito Web dell'Estensione https://sharepass.com/
URL della Pagina di Aiuto https://sharepass.com/
URL della Pagina della Politica sulla Privacy https://sharepass.com/privacy-policy
Lingue Supportate en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "action": {
        "default_popup": "index.html",
        "default_title": "Don't risk it, sharepass it!"
    },
    "manifest_version": 3,
    "name": "SharePass",
    "description": "Use SharePass extension to send your sensitive data securely in just few clicks, without changing your tabs!",
    "version": "1.0.20",
    "permissions": [
        "contextMenus",
        "tabs",
        "storage",
        "scripting"
    ],
    "host_permissions": [
        ""
    ],
    "content_security_policy": {
        "extension_pages": "script-src 'self'; object-src 'self'"
    },
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "exclude_matches": [
                "*:\/\/*\/_\/chrome\/newtab*"
            ],
            "all_frames": true,
            "js": [
                "extension\/js\/config.js",
                "extension\/js\/jquery.js",
                "extension\/js\/sjcl.js",
                "extension\/js\/content.js"
            ],
            "css": [
                "extension\/css\/styles.css",
                "extension\/css\/loader.css"
            ]
        }
    ],
    "background": {
        "service_worker": "extension\/js\/background.js"
    },
    "minimum_chrome_version": "93",
    "icons": {
        "16": "extension\/images\/logo16.png",
        "48": "extension\/images\/logo48.png",
        "128": "extension\/images\/logo128.png"
    }
}