SharePass

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

What is SharePass?

SharePass is a Chrome extension developed by https://sharepass.com, and its main feature is "Use SharePass extension to send your sensitive data securely in just few clicks, without changing your tabs!".

Extension Screenshots

screenshot
screenshot
screenshot
screenshot

Download SharePass Extension CRX File

Download SharePass extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        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.                    

Extension Basic Information

Name SharePass SharePass
ID hbejbbjkjojenjopiinjjegokobgdcbo
Official URL https://chromewebstore.google.com/detail/sharepass/hbejbbjkjojenjopiinjjegokobgdcbo
Description Use SharePass extension to send your sensitive data securely in just few clicks, without changing your tabs!
File Size 11.74 MB
Installation Count 41
Current Version 1.0.20
Last Updated 2024-02-16
Publish Date 2022-03-16
Rating 5.00/5 Total 2 Ratings
Developer https://sharepass.com
Email [email protected]
Payment Type free
Extension Website https://sharepass.com/
Help Page URL https://sharepass.com/
Privacy Policy Page URL https://sharepass.com/privacy-policy
Supported Languages 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"
    }
}