Shoppe Helper

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

Shoppe Helper क्या है?

Shoppe Helper bryce द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Helps online shoppers find new stores if the site they want to visit is down."।

एक्सटेंशन स्क्रीनशॉट्स

screenshot
screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में Shoppe Helper एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ 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/
सहायता पृष्ठ URL https://shoppehelper.com/?a=about
गोपनीयता नीति पृष्ठ URL 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:\/\/*\/*"
    ]
}