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.".
Снимки экрана расширения
Скачать файл CRX расширения Shoppe Helper
Скачайте файлы расширений Shoppe Helper в формате crx, установите расширения Chrome вручную в браузере или поделитесь файлами crx с друзьями, чтобы легко установить расширения Chrome.
Инструкции по использованию расширения
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. Основная информация о расширении
| Название | |
| 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:\/\/*\/*"
]
} | |