BearPass

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

Wat is BearPass?

BearPass is een Chrome-extensie ontwikkeld door https://bearpass.ru, en de belangrijkste functie is "Расширение для парольного менеджера BearPass".

Extensie Screenshots

screenshot
screenshot
screenshot

Download het CRX-bestand van de extensie BearPass

Download BearPass-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

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

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

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

Basisinformatie over de Extensie

Naam BearPass BearPass
ID jpomphaalhnecmmafcepaabbjecmjnof
Officiële URL https://chromewebstore.google.com/detail/bearpass/jpomphaalhnecmmafcepaabbjecmjnof
Beschrijving Расширение для парольного менеджера BearPass
Bestandsgrootte 797 KB
Aantal Installaties 340
Huidige Versie 1.8.0
Laatst Bijgewerkt 2023-10-06
Publicatiedatum 2022-04-28
Beoordeling 5.00/5 Totaal 8 Beoordelingen
Ontwikkelaar https://bearpass.ru
E-mail [email protected]
Betalingswijze free
Extensiewebsite https://bearpass.ru/
Ondersteunde Talen 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"
}