ByteSeal

ByteSeal's browser extension for password management

ByteSeal क्या है?

ByteSeal Elementik Technologies Pvt. Ltd. द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "ByteSeal's browser extension for password management"।

एक्सटेंशन स्क्रीनशॉट्स

screenshot
screenshot
screenshot
screenshot
screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में ByteSeal एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।

एक्सटेंशन उपयोग निर्देश

                        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'"
        ]
    }
}