ByteSeal

ByteSeal's browser extension for password management

Cos'è ByteSeal?

ByteSeal è un'estensione di Chrome sviluppata da Elementik Technologies Pvt. Ltd., e la sua funzione principale è "ByteSeal's browser extension for password management".

Screenshot dell'Estensione

screenshot
screenshot
screenshot
screenshot
screenshot

Scarica il file CRX dell'estensione ByteSeal

Scarica i file di estensione ByteSeal in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

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

Informazioni di Base sull'Estensione

Nome ByteSeal ByteSeal
ID jnjcjmmhcflbomghgnoogkcgolcnkbhe
URL Ufficiale https://chromewebstore.google.com/detail/byteseal/jnjcjmmhcflbomghgnoogkcgolcnkbhe
Descrizione ByteSeal's browser extension for password management
Dimensione del File 3.49 MB
Conteggio Installazioni 657
Versione Corrente 2.5.0
Ultimo Aggiornamento 2024-02-27
Data di Pubblicazione 2020-08-18
Valutazione 4.40/5 Totale 5 Valutazioni
Sviluppatore Elementik Technologies Pvt. Ltd.
Email [email protected]
Tipo di Pagamento free
Sito Web dell'Estensione https://www.byteseal.in
URL della Pagina di Aiuto https://byteseal.freshdesk.com/support/home
URL della Pagina della Politica sulla Privacy https://www.byteseal.in/privacypolicy
Lingue Supportate 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'"
        ]
    }
}