JoyVault Tab
JoyVault Tab gateway to your favorite websites and a treasure trove of JoyVault ecards for every occasion.
Cos'è JoyVault Tab?
JoyVault Tab è un'estensione di Chrome sviluppata da https://joyvault.info, e la sua funzione principale è "JoyVault Tab gateway to your favorite websites and a treasure trove of JoyVault ecards for every occasion.".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione JoyVault Tab
Scarica i file di estensione JoyVault Tab in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.
Istruzioni per l'Uso dell'Estensione
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 Informazioni di Base sull'Estensione
| Nome | |
| ID | hoecmflhliaomjcmambbllieaebopann |
| URL Ufficiale | https://chromewebstore.google.com/detail/joyvault-tab/hoecmflhliaomjcmambbllieaebopann |
| Descrizione | JoyVault Tab gateway to your favorite websites and a treasure trove of JoyVault ecards for every occasion. |
| Dimensione del File | 45.29 KB |
| Conteggio Installazioni | 1,016 |
| Versione Corrente | 1.1 |
| Ultimo Aggiornamento | 2023-08-16 |
| Data di Pubblicazione | 2023-06-22 |
| Valutazione | 4.33/5 Totale 3 Valutazioni |
| Sviluppatore | https://joyvault.info |
| [email protected] | |
| Tipo di Pagamento | free |
| Sito Web dell'Estensione | https://joyvault.info/ |
| URL della Pagina di Aiuto | https://joyvault.info/?pg=5 |
| URL della Pagina della Politica sulla Privacy | https://joyvault.info?pg=2 |
| Lingue Supportate | 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"
]
} | |