SharePass

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

什麼是SharePass?

SharePass是由https://sharepass.com開發的Chrome擴展程式,該擴展的主要功能是“Use SharePass extension to send your sensitive data securely in just few clicks, without changing your tabs!”。

擴展截圖

screenshot
screenshot
screenshot
screenshot

下載SharePass擴展crx文件

下載SharePass擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。

擴展使用說明

                        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.                    

擴展基本資訊

名稱 SharePass SharePass
ID hbejbbjkjojenjopiinjjegokobgdcbo
官方網址 https://chromewebstore.google.com/detail/sharepass/hbejbbjkjojenjopiinjjegokobgdcbo
簡介 Use SharePass extension to send your sensitive data securely in just few clicks, without changing your tabs!
檔案大小 11.74 MB
安裝次數 41
目前版本 1.0.20
更新時間 2024-02-16
上架時間 2022-03-16
評分 5.00/5 共 2 次評分
開發者 https://sharepass.com
電子郵箱 [email protected]
付費類型 free
擴展官網 https://sharepass.com/
說明頁面URL https://sharepass.com/
隱私政策頁面URL https://sharepass.com/privacy-policy
支援的語言 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"
    }
}