BearPass

Расширение для парольного менеджера BearPass

What is BearPass?

BearPass is a Chrome extension developed by https://bearpass.ru, and its main feature is "Расширение для парольного менеджера BearPass".

Extension Screenshots

screenshot
screenshot
screenshot

Download BearPass Extension CRX File

Download BearPass 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

                        BearPass - это программное обеспечение класса PMS (Password Management System) или, проще говоря, корпоративный менеджер паролей.

Программа предназначена для централизованного хранения и организации доступа к паролям для систем и сервисов, используемых компанией или организацией.

Расширение упрощает доступ к паролям и позволяет получать их буквально в один клик, автоматически заполняя формы авторизации.                    

Extension Basic Information

Name BearPass BearPass
ID jpomphaalhnecmmafcepaabbjecmjnof
Official URL https://chromewebstore.google.com/detail/bearpass/jpomphaalhnecmmafcepaabbjecmjnof
Description Расширение для парольного менеджера BearPass
File Size 797 KB
Installation Count 340
Current Version 1.8.0
Last Updated 2023-10-06
Publish Date 2022-04-28
Rating 5.00/5 Total 8 Ratings
Developer https://bearpass.ru
Email [email protected]
Payment Type free
Extension Website https://bearpass.ru/
Supported Languages ru
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "BearPass",
    "description": "\u0420\u0430\u0441\u0448\u0438\u0440\u0435\u043d\u0438\u0435 \u0434\u043b\u044f \u043f\u0430\u0440\u043e\u043b\u044c\u043d\u043e\u0433\u043e \u043c\u0435\u043d\u0435\u0434\u0436\u0435\u0440\u0430 BearPass",
    "version": "1.8.0",
    "background": {
        "service_worker": "\/background.js"
    },
    "action": {
        "default_popup": "popup.html"
    },
    "permissions": [
        "storage",
        "unlimitedStorage",
        "activeTab",
        "contextMenus",
        "tabs",
        "clipboardWrite"
    ],
    "icons": {
        "16": "16.png",
        "48": "48.png",
        "128": "128.png"
    },
    "content_security_policy": {
        "extension_pages": "default-src 'self'; script-src 'self'; connect-src * 'unsafe-inline'; style-src 'self' 'unsafe-inline'; img-src data: 'self' 'unsafe-eval'; frame-ancestors 'none'"
    },
    "content_scripts": [
        {
            "all_frames": true,
            "js": [
                "\/content.js"
            ],
            "matches": [
                ""
            ],
            "run_at": "document_idle"
        }
    ],
    "options_page": "options.html"
}