JoyVault Tab

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

ما هو JoyVault Tab؟

JoyVault Tab هو إضافة Chrome تم تطويرها بواسطة https://joyvault.info، والميزة الرئيسية لها هي "JoyVault Tab gateway to your favorite websites and a treasure trove of JoyVault ecards for every occasion.".

لقطات شاشة التمديد

screenshot
screenshot
screenshot

تحميل ملف CRX للإضافة JoyVault Tab

قم بتنزيل ملفات الامتداد JoyVault Tab بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.

تعليمات استخدام التمديد

                        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                    

معلومات أساسية عن التمديد

الاسم JoyVault Tab JoyVault Tab
ID hoecmflhliaomjcmambbllieaebopann
عنوان URL الرسمي https://chromewebstore.google.com/detail/joyvault-tab/hoecmflhliaomjcmambbllieaebopann
الوصف JoyVault Tab gateway to your favorite websites and a treasure trove of JoyVault ecards for every occasion.
حجم الملف 45.29 KB
عدد التثبيتات 1,016
النسخة الحالية 1.1
آخر تحديث 2023-08-16
تاريخ النشر 2023-06-22
تقييم 4.33/5 مجموع تقييمات 3
المطور https://joyvault.info
البريد الإلكتروني [email protected]
نوع الدفع free
موقع الإضافة https://joyvault.info/
عنوان صفحة المساعدة https://joyvault.info/?pg=5
عنوان صفحة سياسة الخصوصية https://joyvault.info?pg=2
اللغات المدعومة 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"
    ]
}