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
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 | |
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 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:\/\/*\/*", " |