Shopping Tips

Shopping Tips by BusySquirrels finds you the best discounts so you don't have to!

Shopping Tipsคืออะไร?

Shopping Tips เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://busysquirrels.com และคุณลักษณะหลักของมันคือ "Shopping Tips by BusySquirrels finds you the best discounts so you don't have to!"

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

screenshot

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

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

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

                        BusySquirrels Tips finds you the best discounts so you don't have to! We provide shopping tips (cashback, coupon, credit card rewards, amex offer and more) all in one place for users to save money and time during online shopping. It works on thousands of shopping and travel websites, including Amazon, Walmart, BestBuy, Target, Booking, Airbnb, and many more.                    

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

ชื่อ Shopping Tips Shopping Tips
ID mpjjeolcjagbldlodoiioaojfgpecnlc
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/shopping-tips/mpjjeolcjagbldlodoiioaojfgpecnlc
คำอธิบาย Shopping Tips by BusySquirrels finds you the best discounts so you don't have to!
ขนาดไฟล์ 768 KB
จำนวนการติดตั้ง 25
เวอร์ชันปัจจุบัน 0.16
อัปเดตครั้งล่าสุด 2021-11-23
วันที่เผยแพร่ 2021-04-13
คะแนน 5.00/5 รวมทั้งหมด 12 คะแนน
ผู้พัฒนา https://busysquirrels.com
อีเมล [email protected]
ประเภทการชำระเงิน free
เว็บไซต์ส่วนขยาย https://busysquirrels.com/
URL หน้าช่วยเหลือ https://busysquirrels.com/help-extension
URL หน้านโยบายความเป็นส่วนตัว https://busysquirrels.com/privacy-policy.html
ภาษาที่รองรับ en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Shopping Tips",
    "description": "Shopping Tips by BusySquirrels finds you the best discounts so you don't have to!",
    "version": "0.16",
    "manifest_version": 3,
    "icons": {
        "192": "icons\/logo128.png"
    },
    "action": {
        "default_popup": "index.html",
        "default_icon": {
            "16": "icons\/logo16bw.png",
            "32": "icons\/logo32bw.png",
            "48": "icons\/logo48.png",
            "128": "icons\/logo128.png"
        }
    },
    "web_accessible_resources": [
        {
            "matches": [
                ""
            ],
            "resources": [
                "notification\/main.css",
                "notification\/main.js",
                "notification\/notification.html",
                "notification_script.js"
            ]
        }
    ],
    "permissions": [
        "storage",
        "tabs",
        "scripting",
        "storage"
    ],
    "host_permissions": [
        "http:\/\/*\/*",
        "https:\/\/*\/*"
    ],
    "background": {
        "service_worker": "background.js"
    }
}