Cashback beruby

With the beruby extension we will be able to inform you every time you visit a merchant that will give you cashback on your…

Cashback berubyคืออะไร?

Cashback beruby เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://www.beruby.com และคุณลักษณะหลักของมันคือ "With the beruby extension we will be able to inform you every time you visit a merchant that will give you cashback on your…"

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

screenshot
screenshot
screenshot
screenshot
screenshot
screenshot
screenshot
screenshot

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

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

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

                        With the beruby extension we will be able to inform you every time you visit a merchant that will give you cashback on your purchases.

Beruby has over 1000 agreements with merchants that pay us a commission every time you shop or make a travel booking.  We share this commission with you and we will get the money transferred to you either via a bank transfer or directly into your PayPal Account.

If you have the extension, we will be able to notify you where you can earn cashback when shopping online.  Every time you visit one of our merchants’ websites (or even when you search for them in your favorite search engines), you will get a notification from us informing you on how much money you can earn back.  You only need to activate the extension and we will make sure that all is tracked so that we can give you the money back once the purchase has been confirmed.

As a summary, the extension is free, it will let you know of the over 1000 merchants that are part of beruby and it will pay you money automatically when you shop online at any of our participating merchants.                    

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

ชื่อ Cashback beruby Cashback beruby
ID lldknhffmfbndpbknmcckoelpidapidf
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/cashback-beruby/lldknhffmfbndpbknmcckoelpidapidf
คำอธิบาย With the beruby extension we will be able to inform you every time you visit a merchant that will give you cashback on your…
ขนาดไฟล์ 672 KB
จำนวนการติดตั้ง 8,270
เวอร์ชันปัจจุบัน 2.9
อัปเดตครั้งล่าสุด 2023-04-20
วันที่เผยแพร่ 2021-06-12
คะแนน 4.74/5 รวมทั้งหมด 118 คะแนน
ผู้พัฒนา https://www.beruby.com
อีเมล [email protected]
ประเภทการชำระเงิน free
เว็บไซต์ส่วนขยาย https://beruby.com
URL หน้าช่วยเหลือ https://es.beruby.com/portal/contact
URL หน้านโยบายความเป็นส่วนตัว https://es.beruby.com/web/privacy-policy
ภาษาที่รองรับ en,es,it,pt-BR,pt-PT
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "Cashback beruby",
    "description": "",
    "version": "2.9",
    "icons": {
        "128": "icons\/b_icon_128.png",
        "48": "icons\/b_icon_48.png",
        "32": "icons\/b_icon_32.png",
        "16": "icons\/b_icon_16.png"
    },
    "permissions": [
        "tabs",
        "storage"
    ],
    "host_permissions": [
        ""
    ],
    "action": {
        "default_icon": "icons\/b_icon_32.png",
        "default_title": "Beruby",
        "default_popup": "popup\/popup.html"
    },
    "background": {
        "service_worker": "background.js"
    },
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "content-script.js",
                "jquery-3.2.1.min.js"
            ],
            "css": [
                "custom.css",
                ".\/popup\/icons.css"
            ]
        }
    ],
    "web_accessible_resources": [
        {
            "resources": [
                "icons\/logo_beruby.png",
                "templates\/*",
                "fonts\/Comfortaa-Light.ttf"
            ],
            "matches": [
                ""
            ]
        }
    ],
    "default_locale": "es"
}