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.
Eメール [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'"
        ]
    }
}