ByteSeal

ByteSeal's browser extension for password management

什么是ByteSeal?

ByteSeal是由Elementik Technologies Pvt. Ltd.开发的Chrome扩展程序,该扩展的主要功能是“ByteSeal's browser extension for password management”。

扩展截图

screenshot
screenshot
screenshot
screenshot
screenshot

下载ByteSeal扩展crx文件

下载ByteSeal扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

                        Byteseal - is a password manager that locks passwords in a secure vault.                    

扩展基本信息

名称 ByteSeal ByteSeal
ID jnjcjmmhcflbomghgnoogkcgolcnkbhe
官方URL https://chromewebstore.google.com/detail/byteseal/jnjcjmmhcflbomghgnoogkcgolcnkbhe
简介 ByteSeal's browser extension for password management
文件大小 3.49 MB
安装次数 657
当前版本 2.5.0
更新时间 2024-02-27
上架时间 2020-08-18
评分 4.40/5 共5次评分
开发者 Elementik Technologies Pvt. Ltd.
电子邮箱 [email protected]
付费类型 free
扩展官网 https://www.byteseal.in
帮助页面URL https://byteseal.freshdesk.com/support/home
隐私政策页面URL https://www.byteseal.in/privacypolicy
支持的语言 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "description": "ByteSeal's browser extension for password management",
    "version": "2.5.0",
    "manifest_version": 3,
    "name": "ByteSeal",
    "options_page": "options.html",
    "background": {
        "service_worker": "background.bundle.js"
    },
    "action": {
        "default_popup": "popup.html",
        "default_icon": "icon-34.png"
    },
    "icons": {
        "128": "icon-128.png"
    },
    "permissions": [
        "unlimitedStorage",
        "tabs",
        "activeTab",
        "scripting",
        "storage"
    ],
    "content_scripts": [
        {
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*",
                ""
            ],
            "js": [
                "contentScript.bundle.js"
            ],
            "css": [
                "content.styles.css"
            ]
        }
    ],
    "web_accessible_resources": [
        {
            "resources": [
                "*.png",
                "*.svg",
                "content.styles.css",
                "icon-128.png",
                "icon-34.png",
                "logo.svg",
                "input-append.svg",
                "full.png.png",
                "inject.js",
                "assets\/img\/brand\/logo.svg",
                "assets\/fonts\/*.ttf"
            ],
            "matches": [
                ""
            ]
        }
    ],
    "content_security_policy": {
        "script_src": [
            "'self'",
            "'unsafe-eval'",
            "'unsafe-inline'"
        ],
        "object_src": [
            "'self'"
        ]
    }
}