Cashback Service - SecretDiscounter.com

Cashback Service SecretDiscounter - Get cashback on your purchases!

Cashback Service - SecretDiscounter.comคืออะไร?

Cashback Service - SecretDiscounter.com เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://secretdiscounter.com และคุณลักษณะหลักของมันคือ "Cashback Service SecretDiscounter - Get cashback on your purchases!"

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

screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Cashback Service - SecretDiscounter.com

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

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

                        SecretDiscounter.com is the world's most advanced CashBack Service. Only here you can return money from purchases in online stores, offline stores (in-store cash back), boutiques, restaurants, beauty salons, etc. in one place. Also, there are always more than 30,000 free coupons and promo codes, in conjunction with cash back giving you maximum savings on online purchases.

Over 4500 stores, free parcel tracking, goods with cashback, loyalty accumulative system, money for inviting a friend and much more. We work around the world!

With the SecretDiscounter browser extension you no longer need to go to our service to activate cash back – do it right in the pop-up window in your browser. Also, our cashback reminder will tell you that this store has cash back if you found the store in search engines (works for Google & Bing).

Find out about the best deals, offers, discounts and sales of stores first. Save even more with SecretDiscounter cash back service.

Share affiliate link to the Secret Discounter with your friends and earn 15% of each cash back (the friend’s cashback amount will not decrease, we pay your reward out of our own funds).

We will be happy to answer all questions and hear your opinion about the product by [email protected].

P.S. After installing the plug-in, in the upper right corner of the browser you will see an icon with our logo – click on it and be able to sign up or login.

P.S.S. The same service you can find at Retailmenot, Ebates, Topcashback, Quidco, BeFrugal, Extrabux, Shopathome, MrRebates, Panda Cashback, ActiveJunky, Dubli, LeMoney and other services, but only Secret Discounter offers all in one.                    

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

ชื่อ Cashback Service - SecretDiscounter.com Cashback Service - SecretDiscounter.com
ID mcolhhemfacpoaghjidhliecpianpnjn
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/cashback-service-secretdi/mcolhhemfacpoaghjidhliecpianpnjn
คำอธิบาย Cashback Service SecretDiscounter - Get cashback on your purchases!
ขนาดไฟล์ 84.37 KB
จำนวนการติดตั้ง 2,018
เวอร์ชันปัจจุบัน 2.25
อัปเดตครั้งล่าสุด 2020-06-05
วันที่เผยแพร่ 2020-06-05
คะแนน 4.56/5 รวมทั้งหมด 9 คะแนน
ผู้พัฒนา https://secretdiscounter.com
อีเมล [email protected]
ประเภทการชำระเงิน free
เว็บไซต์ส่วนขยาย https://secretdiscounter.com/plugin
URL หน้าช่วยเหลือ https://secretdiscounter.com/faq
URL หน้านโยบายความเป็นส่วนตัว https://secretdiscounter.com/privacy-policy
ภาษาที่รองรับ en,ru
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "__MSG_extName__",
    "version": "2.25",
    "default_locale": "ru",
    "description": "__MSG_extDescription__",
    "icons": {
        "24": "assets\/img\/logo24.png",
        "48": "assets\/img\/logo48.png",
        "128": "assets\/img\/logo128.png"
    },
    "browser_action": {
        "default_icon": "assets\/img\/logo48.png",
        "default_title": "__MSG_extName__",
        "default_popup": "popup.html"
    },
    "background": {
        "scripts": [
            "js\/background.js"
        ]
    },
    "content_scripts": [
        {
            "all_frames": false,
            "css": [
                "assets\/css\/content.css"
            ],
            "js": [
                "js\/vendor\/jquery.min.js",
                "js\/vendor\/purify.min.js",
                "js\/common\/utils.js",
                "js\/common\/config.js",
                "js\/common\/icons.js",
                "js\/common\/templates.js",
                "js\/common\/storage.js",
                "js\/common\/storage_manage.js",
                "js\/common\/search.js",
                "js\/common\/stores.js",
                "js\/common\/translate.js",
                "js\/common\/language.js",
                "js\/content.js"
            ],
            "run_at": "document_start",
            "matches": [
                ""
            ]
        }
    ],
    "homepage_url": "https:\/\/secretdiscounter.com",
    "permissions": [
        "tabs",
        "clipboardWrite",
        "notifications",
        "storage",
        ""
    ]
}