Promo Code Rewards

Shop with the Promo Code Rewards extension for cash back and automatic coupons at over 10,000 stores.

Promo Code Rewardsคืออะไร?

Promo Code Rewards เป็นส่วนขยายของ Chrome ที่พัฒนาโดย promocoderewards.com และคุณลักษณะหลักของมันคือ "Shop with the Promo Code Rewards extension for cash back and automatic coupons at over 10,000 stores."

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

screenshot
screenshot
screenshot
screenshot
screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Promo Code Rewards

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

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

                        Shop with the Promo Code Rewards extension for cash back and automatic coupons at over 10,000 stores.
Cash back and promo codes at over 10,000 major retailers.

Why us? 
 - Automatic coupon codes
 - Earn cash back 
 - Our codes work! We have a full-time code-testing team 

Promo Code & Cash Back Overview: 
We automatically applies really good promo codes and cash back when you shop online. Simply add our extension to Chrome, and we'll provide promo codes and cash back at check-out. 

We support over 10,000 stores, and we have a full-time team finding the best working promo codes available. This means you'll save more and get a cash 

How do I redeem my cash back? 

Cashback rewards can be redeemed for cash. It typically takes 8-12 weeks for cash back to go from pending to available for redemption. This is mainly due to merchants wanting to ensure the order is fulfilled and not returned. Occasionally the use of a promo code can negate cash back earnings.                    

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

ชื่อ Promo Code Rewards Promo Code Rewards
ID gnpgfdfodkidafphgieopcjncienmcdh
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/promo-code-rewards/gnpgfdfodkidafphgieopcjncienmcdh
คำอธิบาย Shop with the Promo Code Rewards extension for cash back and automatic coupons at over 10,000 stores.
ขนาดไฟล์ 9.62 MB
จำนวนการติดตั้ง 45
เวอร์ชันปัจจุบัน 0.3.13
อัปเดตครั้งล่าสุด 2022-08-10
วันที่เผยแพร่ 2021-12-06
คะแนน 5.00/5 รวมทั้งหมด 2 คะแนน
ผู้พัฒนา promocoderewards.com
อีเมล [email protected]
ประเภทการชำระเงิน free
เว็บไซต์ส่วนขยาย https://www.promocoderewards.com
URL หน้าช่วยเหลือ https://www.promocoderewards.com/contact
URL หน้านโยบายความเป็นส่วนตัว https://www.promocoderewards.com/privacy
ภาษาที่รองรับ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "__MSG_EXTENSION_NAME__",
    "version": "0.3.13",
    "description": "__MSG_EXTENSION_DESCRIPTION__",
    "author": "Mikhail Koviazin ",
    "icons": {
        "16": "assets\/icons\/active\/16.png",
        "32": "assets\/icons\/active\/32.png",
        "48": "assets\/icons\/active\/48.png",
        "64": "assets\/icons\/active\/64.png",
        "128": "assets\/icons\/active\/128.png"
    },
    "permissions": [
        "storage",
        "cookies",
        "tabs",
        "webRequest",
        "webNavigation",
        "*:\/\/*\/*"
    ],
    "background": {
        "scripts": [
            "js\/background.js"
        ],
        "persistent": true
    },
    "browser_action": {
        "default_icon": {
            "16": "assets\/icons\/inactive\/16.png",
            "32": "assets\/icons\/inactive\/32.png",
            "48": "assets\/icons\/inactive\/48.png",
            "64": "assets\/icons\/inactive\/64.png",
            "128": "assets\/icons\/inactive\/128.png"
        },
        "default_title": "__MSG_EXTENSION_NAME__",
        "default_popup": "popup\/popup.html"
    },
    "content_scripts": [
        {
            "matches": [
                "*:\/\/*\/*"
            ],
            "js": [
                "js\/content.js"
            ],
            "run_at": "document_start"
        }
    ],
    "web_accessible_resources": [
        "\/js\/content.js",
        "\/stores\/*",
        "\/assets\/sounds\/*",
        "\/assets\/icons\/*"
    ],
    "default_locale": "en",
    "content_security_policy": "script-src 'self' 'unsafe-eval' 'sha256-B951I+23GHVGyMAmk5LF5sIZsxpYxpsYVb5H48DXghg=' https:\/\/d3itvsmwj0r86k.cloudfront.net\/ https:\/\/api.promocoderewards.com; object-src 'self'; connect-src https:\/\/d3itvsmwj0r86k.cloudfront.net\/ https:\/\/api.promocoderewards.com https:\/\/apis.fatcoupon.com\/ https:\/\/api.promocoderewards.com\/;"
}