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 กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย 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.                    

ข้อมูลพื้นฐานของส่วนขยาย

ชื่อ 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:\/\/*\/*"
    ]
}