Refermate Anywhere

Refer and earn commission, or shop and earn cash back. Choose from over 36,000 of your favorite online stores.

Refermate Anywhereคืออะไร?

Refermate Anywhere เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://refermate.com และคุณลักษณะหลักของมันคือ "Refer and earn commission, or shop and earn cash back. Choose from over 36,000 of your favorite online stores."

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

screenshot
screenshot
screenshot
screenshot
screenshot

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

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

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

                        Introducing Refermate Anywhere, the game-changing Chrome extension that not only automatically applies the best coupon codes from over 36,000 stores like Honey Chrome Extension but also revolutionizes your online shopping experience with its powerful referral feature.

🛍️ Access the best coupons, earn cash back, and refer with ease
With Refermate Anywhere, you gain access to an extensive selection of coupons from thousands of stores. Say goodbye to manual code hunting! On top of that, enjoy the highest cash back rates available. But what sets Refermate apart is its unique referral capability. With just one click, you can refer any product or brand you love and start earning commissions for every sale generated.

💯 Why Choose Refermate Anywhere over Honey?
Refermate Anywhere takes your savings and earning potential to new heights. While both extensions provide coupon code automation, Refermate Anywhere goes the extra mile by empowering you to effortlessly refer products to your followers and monetize your recommendations. It's the perfect blend of savings and income generation, all in one streamlined tool.

🔒 Privacy-focused and always free
We understand the importance of privacy, which is why Refermate Anywhere is committed to never collecting or selling your personal data. Rest assured, your information remains confidential. Plus, you can enjoy the full benefits of Refermate Anywhere at absolutely no cost – it's free to use, forever.

📉 Save & get notified (Coming soon!)
Save product pages and get notified whenever the price drops or if new coupons become available.

Upgrade your online shopping experience and tap into the potential of referral earnings with Refermate Anywhere. Join thousands of satisfied users and install the extension from the Google Web Store today.                    

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

ชื่อ Refermate Anywhere Refermate Anywhere
ID dddlhfhjollgmachbmaibnpaepdahgnj
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/refermate-anywhere/dddlhfhjollgmachbmaibnpaepdahgnj
คำอธิบาย Refer and earn commission, or shop and earn cash back. Choose from over 36,000 of your favorite online stores.
ขนาดไฟล์ 4.19 MB
จำนวนการติดตั้ง 873
เวอร์ชันปัจจุบัน 2.0.5
อัปเดตครั้งล่าสุด 2024-01-12
วันที่เผยแพร่ 2020-06-29
คะแนน 5.00/5 รวมทั้งหมด 24 คะแนน
ผู้พัฒนา https://refermate.com
อีเมล [email protected]
ประเภทการชำระเงิน free
เว็บไซต์ส่วนขยาย https://refermate.com/anywhere
URL หน้าช่วยเหลือ https://refermate.com/anywhere
URL หน้านโยบายความเป็นส่วนตัว https://refermate.com/terms
ภาษาที่รองรับ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "description": "Refer and earn commission, or shop and earn cash back. Choose from over 36,000 of your favorite online stores.",
    "version": "2.0.5",
    "manifest_version": 3,
    "name": "Refermate Anywhere",
    "background": {
        "service_worker": "background.bundle.js"
    },
    "action": {
        "default_popup": "popup.html",
        "default_icon": {
            "16": "img\/icon-16.png",
            "32": "img\/icon-32.png",
            "48": "img\/icon-48.png",
            "64": "img\/icon-64.png",
            "128": "img\/icon-16.png"
        }
    },
    "icons": {
        "16": "img\/icon-16.png",
        "32": "img\/icon-32.png",
        "48": "img\/icon-48.png",
        "64": "img\/icon-64.png",
        "128": "img\/icon-128.png"
    },
    "content_scripts": [
        {
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*",
                ""
            ],
            "js": [
                "contentScript.bundle.js"
            ],
            "run_at": "document_end"
        }
    ],
    "web_accessible_resources": [
        {
            "resources": [
                "img\/*.*",
                "fonts\/*.*",
                "injectAutoApply.bundle.js"
            ],
            "matches": [
                ""
            ]
        }
    ],
    "host_permissions": [
        "",
        "http:\/\/*\/*",
        "https:\/\/*\/*"
    ],
    "permissions": [
        "activeTab",
        "tabs",
        "storage",
        "unlimitedStorage",
        "webNavigation"
    ],
    "browser_specific_settings": {
        "gecko": {
            "id": "{7e1afc73-8e24-4fd2-8d30-edf3dc8257e0}"
        }
    }
}