Karma | Online shopping, but better

Shop Smarter: Compare Prices, Get Coupons, Price alerts & Earn Cashback!

Cos'è Karma | Online shopping, but better?

Karma | Online shopping, but better è un'estensione di Chrome sviluppata da https://karmanow.com, e la sua funzione principale è "Shop Smarter: Compare Prices, Get Coupons, Price alerts & Earn Cashback!".

Screenshot dell'Estensione

screenshot
screenshot
screenshot
screenshot
screenshot

Scarica il file CRX dell'estensione Karma | Online shopping, but better

Scarica i file di estensione Karma | Online shopping, but better in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        COUPON CODES WITHOUT LIFTING A FINGER 💅
Leave the searching to us. Our smart AI scans for promo codes and automatically applies the best ones at checkout.

COMPARE PRICES FOR THE BEST DEAL 💰
Discover deals with our price comparison feature. Easily compare prices from multiple stores and make sure you're getting the best price.

KEEP UP WITH ITEM UPDATES 🔔
Save items with just a click and get instant notifications for price drops and restocks, so you never miss out.

SORT YOUR 'WISHES' INTO LISTS 📜
Keep items from all your favorite brands organized in wish lists, making it easier to find them later. Your inner neat freak will thank you!

SCORE CASHBACK AS YOU SHOP 🤑
We'll put money back in your pocket every time you shop with us. Look out for the thousands of stores that support Karma Cash.

----------------------------------------------------

By using the Karma extension, you agree to our Terms & Conditions (https://www.karmanow.com/terms) and Privacy Policy (https://www.karmanow.com/privacy).                    

Informazioni di Base sull'Estensione

Nome Karma | Online shopping, but better Karma | Online shopping, but better
ID emalgedpdlghbkikiaeocoblajamonoh
URL Ufficiale https://chromewebstore.google.com/detail/karma-online-shopping-but/emalgedpdlghbkikiaeocoblajamonoh
Descrizione Shop Smarter: Compare Prices, Get Coupons, Price alerts & Earn Cashback!
Dimensione del File 4.78 MB
Conteggio Installazioni 527,752
Versione Corrente 10.54.0.20999
Ultimo Aggiornamento 2024-02-26
Data di Pubblicazione 2020-07-03
Valutazione 4.63/5 Totale 3784 Valutazioni
Sviluppatore https://karmanow.com
Email [email protected]
Tipo di Pagamento free
Sito Web dell'Estensione https://www.karmanow.com
URL della Pagina di Aiuto https://support.karmanow.com
URL della Pagina della Politica sulla Privacy https://www.karmanow.com/privacy
Lingue Supportate de,en,fr,es
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "version": "10.54.0.20999",
    "name": "__MSG_extName__",
    "short_name": "Karma",
    "description": "__MSG_extDescription__",
    "author": "Karma",
    "action": {
        "default_icon": {
            "19": "img\/logo_prod_supported.png",
            "38": "img\/logo_prod_supported.png"
        },
        "default_title": "__MSG_extDefaultTitle__"
    },
    "icons": {
        "16": "img\/logo_prod_supported.png",
        "48": "img\/logo_prod_supported.png",
        "128": "img\/logo_prod_supported.png"
    },
    "web_accessible_resources": [
        {
            "matches": [
                ""
            ],
            "resources": [
                "fonts\/*.*",
                "img\/*.*",
                "js\/*.*",
                "lottie\/*.*"
            ]
        }
    ],
    "background": {
        "service_worker": "background.worker.js"
    },
    "homepage_url": "https:\/\/www.karmanow.com",
    "externally_connectable": {
        "ids": [
            "*"
        ],
        "matches": [
            "*:\/\/karmanow.com\/*",
            "*:\/\/*.karmanow.com\/*"
        ]
    },
    "permissions": [
        "tabs",
        "scripting",
        "webRequest"
    ],
    "content_scripts": [
        {
            "run_at": "document_start",
            "matches": [
                "https:\/\/*.karmanow.com\/*"
            ],
            "js": [
                "js\/authorizationListener.bundle.js"
            ]
        },
        {
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ],
            "exclude_matches": [
                "*:\/\/*\/*.json",
                "*:\/\/*\/*.pdf",
                "*:\/\/*\/*.jpeg",
                "*:\/\/*\/*.jpg",
                "*:\/\/*\/*.png",
                "*:\/\/*\/*.svg"
            ],
            "js": [
                "js\/shoptagrJQ.bundle.js",
                "js\/shoptagrInterpreter.bundle.js",
                "js\/inject.bundle.js"
            ]
        }
    ],
    "host_permissions": [
        "http:\/\/*\/*",
        "https:\/\/*\/*"
    ],
    "default_locale": "en"
}