Karma | Online shopping, but better

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

Karma | Online shopping, but better란 무엇입니까?

Karma | Online shopping, but better은(는) https://karmanow.com에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Shop Smarter: Compare Prices, Get Coupons, Price alerts & Earn Cashback!"입니다.

확장 프로그램 스크린샷

screenshot
screenshot
screenshot
screenshot
screenshot

Karma | Online shopping, but better 확장 프로그램 CRX 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        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).                    

확장 프로그램 기본 정보

이름 Karma | Online shopping, but better Karma | Online shopping, but better
ID emalgedpdlghbkikiaeocoblajamonoh
공식 URL https://chromewebstore.google.com/detail/karma-online-shopping-but/emalgedpdlghbkikiaeocoblajamonoh
설명 Shop Smarter: Compare Prices, Get Coupons, Price alerts & Earn Cashback!
파일 크기 4.78 MB
설치 횟수 527,752
현재 버전 10.54.0.20999
최근 업데이트 2024-02-26
출시 날짜 2020-07-03
평점 4.63/5 총 3784 개의 평점
개발자 https://karmanow.com
이메일 [email protected]
결제 유형 free
확장 프로그램 웹 사이트 https://www.karmanow.com
도움말 페이지 URL https://support.karmanow.com
개인정보 보호 정책 페이지 URL https://www.karmanow.com/privacy
지원되는 언어 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"
}