ByteSeal

ByteSeal's browser extension for password management

What is ByteSeal?

ByteSeal is a Chrome extension developed by Elementik Technologies Pvt. Ltd., and its main feature is "ByteSeal's browser extension for password management".

Extension Screenshots

screenshot
screenshot
screenshot
screenshot
screenshot

Download ByteSeal Extension CRX File

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

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

Extension Basic Information

Name ByteSeal ByteSeal
ID jnjcjmmhcflbomghgnoogkcgolcnkbhe
Official URL https://chromewebstore.google.com/detail/byteseal/jnjcjmmhcflbomghgnoogkcgolcnkbhe
Description ByteSeal's browser extension for password management
File Size 3.49 MB
Installation Count 657
Current Version 2.5.0
Last Updated 2024-02-27
Publish Date 2020-08-18
Rating 4.40/5 Total 5 Ratings
Developer Elementik Technologies Pvt. Ltd.
Email [email protected]
Payment Type free
Extension Website https://www.byteseal.in
Help Page URL https://byteseal.freshdesk.com/support/home
Privacy Policy Page URL https://www.byteseal.in/privacypolicy
Supported Languages 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'"
        ]
    }
}