SharePass

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

Что такое SharePass?

SharePass - это расширение Chrome, разработанное https://sharepass.com, и его основная функция - "Use SharePass extension to send your sensitive data securely in just few clicks, without changing your tabs!".

Снимки экрана расширения

screenshot
screenshot
screenshot
screenshot

Скачать файл CRX расширения SharePass

Скачайте файлы расширений 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
Электронная почта [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"
    }
}