Joko: Cash back & automatic coupons

Earn money effortlessly with the Joko browser extension!

什麼是Joko: Cash back & automatic coupons?

Joko: Cash back & automatic coupons是由https://joko.com開發的Chrome擴展程式,該擴展的主要功能是“Earn money effortlessly with the Joko browser extension!”。

擴展截圖

screenshot
screenshot
screenshot
screenshot

下載Joko: Cash back & automatic coupons擴展crx文件

下載Joko: Cash back & automatic coupons擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。

擴展使用說明

                        Save money effortlessly with the Joko browser extension! Join over 2.5 million people who are already using Joko and saving around $150 per year.

Install it for free and let the extension guide you to enjoy all its benefits.

THE BENEFITS OF THE JOKO BROWSER EXTENSION

🛍️ Save on over 3000 brands

We work with all your favorite brands (Walmart, The Body Shop, Levi’s, AliExpress, Ebay...) to offer you the best deals on your everyday purchases.

💰 Earn Automatic Cash Back

On all your purchases from our partners, the extension helps you earn money through cash back. It's simple – we automatically refund a portion of your expenses. This cash back can then be transferred to your bank account or donated to a charity. Getting your purchases partly reimbursed is what cash back is all about!

🤩 Get the Best Coupons

Are you tired of searching for coupons on the internet? When you shop online, the extension will analyze all available discounts and coupons, and automatically apply the best one to your cart. You'll never miss a discount again!

💡 Save your favorite products for later

Through the extension, you can also save any product page and find it later just by clicking on the extension.

HOW DOES IT WORK?

✔ Install the browser extension by clicking "Add to Chrome" on this page. You can verify that it is installed by clicking on the 🧩 icon in your browser.

✔ Create a Joko account or log in to your existing one.

✔ When you shop online, the extension will notify you whenever cash back is available: activate your cash back in just 1 click!

✔ When you reach checkout, the extension will also offer you to check if any coupon could be applied to your cart, just in case you could save even more money.

✔ Your cash back will be automatically credited to your balance upon validation.

Shop as usual on your favorite sites, the extension takes care of the rest!

JOKO IS ALSO A MOBILE APP

Don't forget to download our mobile app to enjoy Joko wherever you go!

Join us today and start saving with every purchase! 💚

---

Questions? You can check out our FAQ: https://joko.zendesk.com/hc/en-us
If you need assistance, don't hesitate to contact our incredible customer service: https://joko.zendesk.com/hc/en-us/requests/new – at Joko, we're always here to help!                    

擴展基本資訊

名稱 Joko: Cash back & automatic coupons Joko: Cash back & automatic coupons
ID jigflhhckdjdefdjmodlkomnmdonfbbn
官方網址 https://chromewebstore.google.com/detail/joko-cash-back-automatic/jigflhhckdjdefdjmodlkomnmdonfbbn
簡介 Earn money effortlessly with the Joko browser extension!
檔案大小 11.88 MB
安裝次數 129,426
目前版本 2.1.9
更新時間 2024-02-12
上架時間 2020-05-17
評分 3.87/5 共 55 次評分
開發者 https://joko.com
電子郵箱 [email protected]
付費類型 free
擴展官網 https://www.joko.com/
說明頁面URL https://joko.zendesk.com/
隱私政策頁面URL https://hellojoko.com/politique-confidentialite
支援的語言 en,fr
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "__MSG_name__",
    "version": "2.1.9",
    "description": "__MSG_description__",
    "default_locale": "en",
    "permissions": [
        "tabs",
        "storage",
        "alarms",
        "https:\/\/www.facebook.com\/v4.0\/dialog\/oauth*",
        "unlimitedStorage"
    ],
    "browser_action": {
        "default_popup": "popup\/index.html",
        "default_title": "Joko"
    },
    "manifest_version": 2,
    "icons": {
        "16": "assets\/logo_16.png",
        "48": "assets\/logo_48.png",
        "128": "assets\/logo_128.png"
    },
    "content_scripts": [
        {
            "js": [
                "contentscript\/static\/js\/bundle.js",
                "sentry.js"
            ],
            "matches": [
                ""
            ]
        }
    ],
    "web_accessible_resources": [
        "assets\/*"
    ],
    "background": {
        "scripts": [
            "sentry.js",
            "background.js",
            "1.js",
            "2.js",
            "3.js",
            "4.js",
            "5.js",
            "6.js",
            "7.js",
            "8.js",
            "9.js",
            "10.js",
            "11.js",
            "12.js",
            "13.js",
            "14.js",
            "15.js",
            "16.js",
            "17.js",
            "18.js",
            "19.js",
            "20.js"
        ],
        "persistent": false
    },
    "content_security_policy": "script-src 'self'; script-src-elem 'self' https:\/\/www.google.com\/recaptcha\/ https:\/\/www.gstatic.com\/recaptcha\/; object-src 'self'",
    "externally_connectable": {
        "matches": [
            "*:\/\/app.joko.com\/*",
            "*:\/\/app.hellojoko.com\/*"
        ]
    }
}