Honey: Automatic Coupons & Rewards

Save money and earn rewards when you shop online.

Honey: Automatic Coupons & Rewardsคืออะไร?

Honey: Automatic Coupons & Rewards เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://www.joinhoney.com และคุณลักษณะหลักของมันคือ "Save money and earn rewards when you shop online."

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

screenshot
screenshot
screenshot
screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Honey: Automatic Coupons & Rewards

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

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

                        Join Honey, America’s #1 Shopping Tool.* Our 17M+ members find an average of $126/year in savings!  
 
Add Honey to your browser in seconds and shop like normal. We’ll pop up and do the work for you. 
 
🪄 Find great deals on 30,000+ sites 
With one click, Honey will automatically look for and apply digital coupons and promo codes it finds to your cart. We’ll help you score the lowest price at some of your favorite brands.  
 
🎉 Load up on Cash Back - it adds up fast**  
You could earn Cash Back at your favorite stores and on must-have items at Finish Line, Lowe’s, Macy’s, Sephora, Udemy, and more! Be on the look out for chances to earn even more rewards with Double Cash Back and other exclusive offers. 
 
💯 Know the best time to buy 
Add items to your Droplist and Honey will track the price. We'll email you if we detect a price drop, so you don't miss a deal. 
 
✅ Compare Amazon sellers easily 
We compare sellers for you – even factoring in their shipping cost and your Prime status. Use our tracking and price history tools for more chances to save.  
 
😍 Honey is part of the PayPal family 
Shop confidently online with automatic coupon searches and cash back.  
 
Want more deals? Access Honey on your iPhone and iPad too.  
 
----------------------------------------------  
 
*Based on an independent survey of 1000 US Online Coupon Shoppers.  
**Cash redemption requires an account with PayPal account in good standing. Terms and exclusions apply.  
 
By using the Honey browser extension, you agree to Honey’s terms and conditions. (https://www.joinhoney.com/terms)  
 
Disclaimer:  
This extension uses Google Analytics to collect extension usage statistics to help improve user experience. If you want to opt-out of Google Analytics tracking, please visit http://tools.google.com/dlpage/gaoptout or you can set up a filter in Adblock Plus or similar ad blocker tools like AdBlock, uBlock or Adblock Pro.                    

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

ชื่อ Honey: Automatic Coupons & Rewards Honey: Automatic Coupons & Rewards
ID bmnlcjabgnpnenekpadlanbbkooimhnj
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/honey-automatic-coupons-r/bmnlcjabgnpnenekpadlanbbkooimhnj
คำอธิบาย Save money and earn rewards when you shop online.
ขนาดไฟล์ 6.2 MB
จำนวนการติดตั้ง 21,000,000
เวอร์ชันปัจจุบัน 16.5.2
อัปเดตครั้งล่าสุด 2024-02-16
วันที่เผยแพร่ 2020-06-30
คะแนน 4.82/5 รวมทั้งหมด 169023 คะแนน
ผู้พัฒนา https://www.joinhoney.com
อีเมล [email protected]
ประเภทการชำระเงิน free
เว็บไซต์ส่วนขยาย https://www.joinhoney.com
URL หน้าช่วยเหลือ http://help.joinhoney.com
URL หน้านโยบายความเป็นส่วนตัว https://www.joinhoney.com/privacy
ภาษาที่รองรับ de,en,en-GB,en-US,fr,nl,es,it,pt-BR
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "__MSG_Honey_Title__",
    "version": "16.5.2",
    "description": "__MSG_Automatically_find_and_apply_coupon_codes_when_you_shop_online__",
    "default_locale": "en",
    "content_security_policy": {
        "extension_pages": "script-src 'self'; object-src 'self';",
        "isolated_world": "script-src 'self'; object-src 'self';"
    },
    "background": {
        "service_worker": "h0.js"
    },
    "content_scripts": [
        {
            "js": [
                "h1-check.js"
            ],
            "run_at": "document_end",
            "match_about_blank": false,
            "all_frames": false,
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ]
        }
    ],
    "web_accessible_resources": [
        {
            "resources": [
                "checkoutPaypal\/*",
                "extensionMixinScripts\/*",
                "images\/*",
                "offscreen\/*",
                "paypal\/*",
                "proxies\/*"
            ],
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ]
        }
    ],
    "permissions": [
        "alarms",
        "cookies",
        "storage",
        "unlimitedStorage",
        "scripting",
        "webRequest",
        "offscreen"
    ],
    "host_permissions": [
        "http:\/\/*\/*",
        "https:\/\/*\/*"
    ],
    "icons": {
        "16": "icons\/honey-logo-16.png",
        "48": "icons\/honey-logo-48.png",
        "128": "icons\/honey-logo-128.png"
    },
    "action": {
        "default_title": "PayPal Honey",
        "default_icon": {
            "16": "icons\/default-16.png",
            "19": "icons\/default-19.png",
            "32": "icons\/default-32.png",
            "38": "icons\/default-38.png"
        },
        "default_popup": "popover\/popover.html"
    }
}