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
公式URL 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
Eメール [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"
    }
}