JoyVault Tab
JoyVault Tab gateway to your favorite websites and a treasure trove of JoyVault ecards for every occasion.
Was ist JoyVault Tab?
JoyVault Tab ist eine Chrome-Erweiterung, die von https://joyvault.info entwickelt wurde, und ihr Hauptmerkmal ist "JoyVault Tab gateway to your favorite websites and a treasure trove of JoyVault ecards for every occasion.".
Erweiterungsscreenshots
JoyVault Tab-Erweiterungs-CRX-Datei herunterladen
Laden Sie JoyVault Tab-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.
Anleitung zur Verwendung der Erweiterung
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
Grundlegende Informationen zur Erweiterung
Name | JoyVault Tab |
ID | hoecmflhliaomjcmambbllieaebopann |
Offizielle URL | https://chromewebstore.google.com/detail/joyvault-tab/hoecmflhliaomjcmambbllieaebopann |
Beschreibung | JoyVault Tab gateway to your favorite websites and a treasure trove of JoyVault ecards for every occasion. |
Dateigröße | 45.29 KB |
Installationsanzahl | 1,016 |
Aktuelle Version | 1.1 |
Letztes Update | 2023-08-16 |
Veröffentlichungsdatum | 2023-06-22 |
Bewertung | 4.33/5 Insgesamt 3 Bewertungen |
Entwickler | https://joyvault.info |
[email protected] | |
Zahlungsart | free |
Erweiterungswebsite | https://joyvault.info/ |
Hilfeseite URL | https://joyvault.info/?pg=5 |
URL der Datenschutzrichtlinien-Seite | https://joyvault.info?pg=2 |
Unterstützte Sprachen | 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" ] } |