JoyVault Tab

JoyVault Tab gateway to your favorite websites and a treasure trove of JoyVault ecards for every occasion.

Hvad er JoyVault Tab?

JoyVault Tab er en Chrome-udvidelse udviklet af https://joyvault.info, og dens hovedfunktion er "JoyVault Tab gateway to your favorite websites and a treasure trove of JoyVault ecards for every occasion.".

Udvidelsesskærmbilleder

screenshot
screenshot
screenshot

Download JoyVault Tab-udvidelses-CRX-fil

Download JoyVault Tab-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.

Brugsanvisning til Udvidelsen

                        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                    

Grundlæggende oplysninger om udvidelsen

Navn JoyVault Tab JoyVault Tab
ID hoecmflhliaomjcmambbllieaebopann
Officiel URL https://chromewebstore.google.com/detail/joyvault-tab/hoecmflhliaomjcmambbllieaebopann
Beskrivelse JoyVault Tab gateway to your favorite websites and a treasure trove of JoyVault ecards for every occasion.
Filstørrelse 45.29 KB
Antal Installationer 1,016
Nuværende Version 1.1
Senest Opdateret 2023-08-16
Udgivelsesdato 2023-06-22
Bedømmelse 4.33/5 Samlet 3 Bedømmelser
Udvikler https://joyvault.info
E-mail [email protected]
Betalingsmetode free
Udvidelseswebsted https://joyvault.info/
Hjælpeside-URL https://joyvault.info/?pg=5
URL til Fortrolighedspolitik Side https://joyvault.info?pg=2
Understøttede Sprog 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"
    ]
}