JoyVault Tab

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

Apa itu JoyVault Tab?

JoyVault Tab adalah ekstensi Chrome yang dikembangkan oleh https://joyvault.info, dan fitur utamanya adalah "JoyVault Tab gateway to your favorite websites and a treasure trove of JoyVault ecards for every occasion.".

Screenshot Ekstensi

screenshot
screenshot
screenshot

Unduh Berkas CRX Ekstensi JoyVault Tab

Unduh file ekstensi JoyVault Tab dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.

Petunjuk Penggunaan Ekstensi

                        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                    

Informasi Dasar Ekstensi

Nama JoyVault Tab JoyVault Tab
ID hoecmflhliaomjcmambbllieaebopann
URL Resmi https://chromewebstore.google.com/detail/joyvault-tab/hoecmflhliaomjcmambbllieaebopann
Deskripsi JoyVault Tab gateway to your favorite websites and a treasure trove of JoyVault ecards for every occasion.
Ukuran File 45.29 KB
Jumlah Instalasi 1,016
Versi Saat Ini 1.1
Terakhir Diperbarui 2023-08-16
Tanggal Publikasi 2023-06-22
Penilaian 4.33/5 Total 3 Penilaian
Pengembang https://joyvault.info
Email [email protected]
Tipe Pembayaran free
Situs Ekstensi https://joyvault.info/
URL Halaman Bantuan https://joyvault.info/?pg=5
URL Halaman Kebijakan Privasi https://joyvault.info?pg=2
Bahasa yang Didukung 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"
    ]
}