IReviews Shopping Assistant

Never miss out on savings again! Compare and track product prices and availability while browsing your favorite stores.

IReviews Shopping Assistantคืออะไร?

IReviews Shopping Assistant เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://ireviews.com/shopping-assistant และคุณลักษณะหลักของมันคือ "Never miss out on savings again! Compare and track product prices and availability while browsing your favorite stores."

ภาพหน้าจอของส่วนขยาย

screenshot
screenshot
screenshot
screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย IReviews Shopping Assistant

ดาวน์โหลดไฟล์ส่วนขยาย IReviews Shopping Assistant ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

                        Receive notifications letting you know when items are back in stock. Get recommendations for cards that help you earn even more savings when purchasing products.                    

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

ชื่อ IReviews Shopping Assistant IReviews Shopping Assistant
ID ppjcaodegfaoikboamajamdiggbalnai
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/ireviews-shopping-assista/ppjcaodegfaoikboamajamdiggbalnai
คำอธิบาย Never miss out on savings again! Compare and track product prices and availability while browsing your favorite stores.
ขนาดไฟล์ 2.41 MB
จำนวนการติดตั้ง 70
เวอร์ชันปัจจุบัน 3.0.10
อัปเดตครั้งล่าสุด 2022-12-03
วันที่เผยแพร่ 2021-07-19
คะแนน 5.00/5 รวมทั้งหมด 3 คะแนน
ผู้พัฒนา https://ireviews.com/shopping-assistant
อีเมล [email protected]
ประเภทการชำระเงิน free
เว็บไซต์ส่วนขยาย https://www.ireviews.com/
URL หน้าช่วยเหลือ https://www.ireviews.com/contact
URL หน้านโยบายความเป็นส่วนตัว https://www.ireviews.com/privacy-policy
ภาษาที่รองรับ en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "background": {
        "service_worker": "background.js",
        "type": "module"
    },
    "name": "IReviews Shopping Assistant",
    "version": "3.0.10",
    "description": "Never miss out on savings again! Compare and track product prices and availability while browsing your favorite stores.",
    "icons": {
        "512": "NewLogo.png"
    },
    "action": {
        "default_popup": "popup.html"
    },
    "permissions": [
        "tabs",
        "storage",
        "scripting",
        "notifications"
    ],
    "host_permissions": [
        "http:\/\/*\/*",
        "https:\/\/*\/*",
        "https:\/\/api.ireviews.com\/*",
        "https:\/\/fonts.googleapis.com\/*"
    ],
    "content_scripts": [
        {
            "run_at": "document_end",
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ],
            "js": [
                ".\/static\/js\/jquery-3.6.0.min.js",
                ".\/static\/js\/chart.min.js",
                "foreground.js",
                "gtag.js"
            ]
        }
    ]
}