Cashback service LetyShops

Get cashback for shopping online with LetyShops!

Cashback service LetyShopsคืออะไร?

Cashback service LetyShops เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://letyshops.com และคุณลักษณะหลักของมันคือ "Get cashback for shopping online with LetyShops!"

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

screenshot
screenshot
screenshot
screenshot
screenshot
screenshot
screenshot
screenshot
screenshot
screenshot

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

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

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

                        Browser extension LetyShops will remind you of the possibility to receive cashback whilst shopping. When you visit the shop, the plugin will remind you to activate the cashback so that you do not miss it.

Pay attention to the extension icon in the upper right corner of your browser. If the icon is green, the cashback is activated. Make your purchases and it will be credited to your account. If the «coin» is red, it's okay — reload the page and activate the cashback in the extension. You can check the status of the balance directly in the extension or in the Personal account of the service.

We care about our customers. For ease of convenience with the service, we have developed a tool with useful functionality:

All shops are at your fingertips. No need to go to the website LetyShops. Activate the cashback in 1 click directly on the website of the shop.

Receive notifications about the crediting of funds to your account, change of the cashback status and other changes of the service. All notifications are saved and available in the corresponding tab of the plugin.

Be the first to learn about the most profitable promos, sales and discounts of shops. Get even more benefits and pleasure from shopping with LetyShops cashback service.

Refer LetyShops to your friend and each of you will receive a bonus for that. The more friends you invite, the more you earn.

Already more than 1 000 000 people use the extension LetyShops. Try it!                    

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

ชื่อ Cashback service LetyShops Cashback service LetyShops
ID lphicbbhfmllgmomkkhjfkpbdlncafbn
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/cashback-service-letyshop/lphicbbhfmllgmomkkhjfkpbdlncafbn
คำอธิบาย Get cashback for shopping online with LetyShops!
ขนาดไฟล์ 1.04 MB
จำนวนการติดตั้ง 1,437,220
เวอร์ชันปัจจุบัน 4.4.2
อัปเดตครั้งล่าสุด 2024-01-30
วันที่เผยแพร่ 2020-07-02
คะแนน 4.71/5 รวมทั้งหมด 13361 คะแนน
ผู้พัฒนา https://letyshops.com
อีเมล [email protected]
ประเภทการชำระเงิน free
เว็บไซต์ส่วนขยาย https://letyshops.com/extension
URL หน้าช่วยเหลือ https://help.letyshops.com/hc/sections/360000147845
URL หน้านโยบายความเป็นส่วนตัว https://letyshops.com/confidential
ภาษาที่รองรับ de,en,fr,es,it,pl,ru,uk
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "__MSG_mainName__",
    "version": "4.4.2",
    "description": "__MSG_mainDescription__",
    "homepage_url": "https:\/\/letyshops.com",
    "manifest_version": 2,
    "default_locale": "en",
    "permissions": [
        "tabs",
        "webRequest",
        "storage",
        "",
        "notifications"
    ],
    "web_accessible_resources": [
        "images\/btn\/*.png"
    ],
    "content_scripts": [
        {
            "all_frames": false,
            "css": [
                "content\/styles.css"
            ],
            "js": [],
            "matches": [
                ""
            ],
            "exclude_matches": [
                "*:\/\/paypal.com\/*",
                "*:\/\/*.paypal.com\/*"
            ],
            "run_at": "document_start"
        },
        {
            "all_frames": false,
            "js": [
                "content\/runtime.js",
                "content\/polyfills.js",
                "content\/main.js"
            ],
            "matches": [
                ""
            ],
            "exclude_matches": [
                "*:\/\/paypal.com\/*",
                "*:\/\/*.paypal.com\/*"
            ],
            "run_at": "document_end"
        }
    ],
    "background": {
        "scripts": [
            "background\/runtime.js",
            "background\/main.js"
        ]
    },
    "options_ui": {
        "page": "options\/options.html",
        "open_in_tab": false
    },
    "browser_action": {
        "default_icon": "images\/btn\/logo18.png",
        "default_title": "\u041a\u044d\u0448\u0431\u044d\u043a-\u0441\u0435\u0440\u0432\u0438\u0441 LetyShops",
        "default_popup": "popup\/popup.html"
    },
    "icons": {
        "24": "images\/tool\/logo24.png",
        "48": "images\/tool\/logo48.png",
        "128": "images\/tool\/logo128.png"
    }
}