Shoppe Helper

Helps online shoppers find new stores if the site they want to visit is down.

ما هو Shoppe Helper؟

Shoppe Helper هو إضافة Chrome تم تطويرها بواسطة bryce، والميزة الرئيسية لها هي "Helps online shoppers find new stores if the site they want to visit is down.".

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

screenshot
screenshot

تحميل ملف CRX للإضافة Shoppe Helper

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

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

                        Shoppe Helper now supports a new function that helps users continue their journy online. With the core focus of helping people who are shopping online. If a website is no longer available we help you continue an easy and quick search to find an alternative website.                    

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

الاسم Shoppe Helper Shoppe Helper
ID icpgdfcojdahkgjhobbpndpmgajejaco
عنوان URL الرسمي https://chromewebstore.google.com/detail/shoppe-helper/icpgdfcojdahkgjhobbpndpmgajejaco
الوصف Helps online shoppers find new stores if the site they want to visit is down.
حجم الملف 19.99 KB
عدد التثبيتات 20,000
النسخة الحالية 1.0
آخر تحديث 2024-02-03
تاريخ النشر 2022-04-11
تقييم 5.00/5 مجموع تقييمات 1
المطور bryce
البريد الإلكتروني [email protected]
نوع الدفع free
موقع الإضافة https://shoppehelper.com/
عنوان صفحة المساعدة https://shoppehelper.com/?a=about
عنوان صفحة سياسة الخصوصية https://foreststarttabs.com?a=privacy
اللغات المدعومة en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "author": "Hendrick R.",
    "name": "Shoppe Helper",
    "short_name": "Shop Help",
    "homepage_url": "https:\/\/shoppehelper.com",
    "description": "Helps online shoppers find new stores if the site they want to visit is down.",
    "version": "1.0",
    "manifest_version": 3,
    "background": {
        "service_worker": "background.js"
    },
    "icons": {
        "128": "logo-128.png"
    },
    "permissions": [
        "webNavigation"
    ],
    "host_permissions": [
        "http:\/\/*\/*",
        "https:\/\/*\/*"
    ]
}