Rabatta

Rabatta will automatically find you the best discount coupons when shopping online.

Rabattaคืออะไร?

Rabatta เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://rabatta.app และคุณลักษณะหลักของมันคือ "Rabatta will automatically find you the best discount coupons when shopping online."

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

screenshot
screenshot
screenshot
screenshot

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

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

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

                        Save money with discount codes from Rabatta.

Our application will automatically find you the best vouchers when shopping online.

We automatically finds vouchers for you when you shop online. Install Rabatta, follow the instructions, and find a coupon for the webshop you love shopping at!

Over 500,000 people have already installed our application and saved money with our great offers. Download Rabatta and start saving money!

On almost all webshops, you can find a field where you can enter a code for discounts. But often it can be difficult to find these codes or vouchers that actually work and save you money.

With Rabatta, you no longer have to spend time and effort looking for a coupon and missing out on great deals. We finds coupons for you, and we even test them for you automatically.

🛍 Discount codes that work - for free!
- When you visit a webshop, our extension automatically finds a voucher for the page if there are active.
- It's 100% free to use and install our service - get started today and find a rebate for your favourite webshop.

🏷 New discounts every day
- We are constantly adding new codes for international webshops.
- You get access to all our codes, with over 10,000 discount codes available.
- If you have a coupon you think we need, please email [email protected] or use the contact form on our website.

💸 Make sure you have the lowest price
- Using our extension, you are always sure to shop at the lowest possible price on the webshop.
- We automatically scans the web for coupons and vouchers so you have them at your fingertips when you shop.
- Avoid missing out on important savings by using our extension.

Note:
- This browser extension contains affiliate links that will be opened when interacting with our application on our partnered websites.                    

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

ชื่อ Rabatta Rabatta
ID imoajpmchijilhegjalddomgffnfhfgj
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/rabatta/imoajpmchijilhegjalddomgffnfhfgj
คำอธิบาย Rabatta will automatically find you the best discount coupons when shopping online.
ขนาดไฟล์ 573 KB
จำนวนการติดตั้ง 114,510
เวอร์ชันปัจจุบัน 10.82.1
อัปเดตครั้งล่าสุด 2023-11-10
วันที่เผยแพร่ 2020-12-07
คะแนน 4.41/5 รวมทั้งหมด 41 คะแนน
ผู้พัฒนา https://rabatta.app
อีเมล [email protected]
ประเภทการชำระเงิน free
เว็บไซต์ส่วนขยาย https://rabatta.app/
URL หน้าช่วยเหลือ https://rabatta.app/help
URL หน้านโยบายความเป็นส่วนตัว https://rabatta.app/privacy-policy
ภาษาที่รองรับ de,en,nl,no,da,sv
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "action": {
        "default_title": "Rabatta"
    },
    "web_accessible_resources": [
        {
            "resources": [
                "fonts\/ArticulatCF-DemiBold.otf",
                "fonts\/ArticulatCF-Medium.otf",
                "fonts\/ArticulatCF-Regular.otf"
            ],
            "matches": [
                "*:\/\/*\/*"
            ]
        }
    ],
    "host_permissions": [
        "*:\/\/*\/*"
    ],
    "name": "Rabatta",
    "version": "10.82.1",
    "description": "__MSG_appDesc__",
    "default_locale": "en",
    "icons": {
        "16": "icons\/icon16.png",
        "48": "icons\/icon48.png",
        "128": "icons\/icon128.png"
    },
    "permissions": [
        "tabs",
        "storage"
    ],
    "content_scripts": [
        {
            "run_at": "document_idle",
            "all_frames": false,
            "match_about_blank": true,
            "js": [
                "inject.js"
            ],
            "matches": [
                "*:\/\/*\/*"
            ]
        }
    ],
    "background": {
        "service_worker": "background.js"
    }
}