ByteSeal

ByteSeal's browser extension for password management

ByteSealคืออะไร?

ByteSeal เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Elementik Technologies Pvt. Ltd. และคุณลักษณะหลักของมันคือ "ByteSeal's browser extension for password management"

ภาพหน้าจอของส่วนขยาย

screenshot
screenshot
screenshot
screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย ByteSeal

ดาวน์โหลดไฟล์ส่วนขยาย 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'"
        ]
    }
}