Shoppe Helper

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

Vad är Shoppe Helper?

Shoppe Helper är en Chrome-tillägg utvecklad av bryce, och dess huvudfunktion är "Helps online shoppers find new stores if the site they want to visit is down.".

Tilläggsskärmbilder

screenshot
screenshot

Ladda ner Shoppe Helper-förlängningens CRX-fil

Ladda ner Shoppe Helper-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.

Användarmanual för Tillägg

                        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.                    

Grundläggande Information om Tillägg

Namn Shoppe Helper Shoppe Helper
ID icpgdfcojdahkgjhobbpndpmgajejaco
Officiell webbadress https://chromewebstore.google.com/detail/shoppe-helper/icpgdfcojdahkgjhobbpndpmgajejaco
Beskrivning Helps online shoppers find new stores if the site they want to visit is down.
Filstorlek 19.99 KB
Antal Installationer 20,000
Aktuell Version 1.0
Senast Uppdaterad 2024-02-03
Publiceringsdatum 2022-04-11
Betyg 5.00/5 Totalt 1 Betyg
Utvecklare bryce
E-post [email protected]
Betalningssätt free
Tilläggswebbplats https://shoppehelper.com/
Hjälpsida URL https://shoppehelper.com/?a=about
URL till Sekretesspolicy Sidan https://foreststarttabs.com?a=privacy
Stödda Språk 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:\/\/*\/*"
    ]
}