JoyVault Tab
JoyVault Tab gateway to your favorite websites and a treasure trove of JoyVault ecards for every occasion.
What is JoyVault Tab?
JoyVault Tab is a Chrome extension developed by https://joyvault.info, and its main feature is "JoyVault Tab gateway to your favorite websites and a treasure trove of JoyVault ecards for every occasion.".
Extension Screenshots
Download JoyVault Tab Extension CRX File
Download JoyVault Tab 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
Presenting JoyVault Tab, an incredible tab extension that revolutionizes your browsing experience into a personalized and delightful journey. With this extension, you can personalize your new tab page with a wide range of vibrant ecards and heartfelt greetings for any occasion imaginable. By clicking "Add to chrome", I accept and agree to installing the "JoyVault" tab extension and setting Chrome New Tab search to JoyVault provided by the service and the Terms of Use at https://joyvault.info/?pg=3 and Privacy Policy at https://joyvault.info/?pg=2
Extension Basic Information
Name | JoyVault Tab |
ID | hoecmflhliaomjcmambbllieaebopann |
Official URL | https://chromewebstore.google.com/detail/joyvault-tab/hoecmflhliaomjcmambbllieaebopann |
Description | JoyVault Tab gateway to your favorite websites and a treasure trove of JoyVault ecards for every occasion. |
File Size | 45.29 KB |
Installation Count | 1,016 |
Current Version | 1.1 |
Last Updated | 2023-08-16 |
Publish Date | 2023-06-22 |
Rating | 4.33/5 Total 3 Ratings |
Developer | https://joyvault.info |
[email protected] | |
Payment Type | free |
Extension Website | https://joyvault.info/ |
Help Page URL | https://joyvault.info/?pg=5 |
Privacy Policy Page URL | https://joyvault.info?pg=2 |
Supported Languages | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "JoyVault Tab", "description": "JoyVault Tab gateway to your favorite websites and a treasure trove of JoyVault ecards for every occasion.", "version": "1.1", "manifest_version": 3, "chrome_url_overrides": { "newtab": "index.html" }, "icons": { "128": "icon_128.png" }, "background": { "service_worker": "background.js" }, "permissions": [ "storage" ] } |