Smarty

Add coupon codes & get cash back when shopping online! By installing, you agree to the terms at joinsmarty.com

Smarty란 무엇입니까?

Smarty은(는) https://joinsmarty.com에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Add coupon codes & get cash back when shopping online! By installing, you agree to the terms at joinsmarty.com"입니다.

확장 프로그램 스크린샷

screenshot
screenshot
screenshot
screenshot
screenshot

Smarty 확장 프로그램 CRX 파일 다운로드

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

확장 프로그램 사용 설명서

                        Stop Searching & Start Saving with Smarty!

Compare prices across the web with Smarty and always get the best price.  Watch as Smarty applies the best coupons at checkout for many of your favorite online retailers.  Automated savings while you shop!

Let your shopping adventure begin.  Never miss out on a good deal again by adding our Smarty browser extension today for free!

By clicking the "Add to Chrome" button and installing the "Smarty" browser extension, you agree to the Smarty Extension Terms & Conditions (https://joinsmarty.com/terms), Privacy Policy (https://joinsmarty.com/privacy-policy), and License Agreement (https://joinsmarty.com/license).

Our contact email: [email protected]

Uninstall instructions for our extension may be found here:  https://joinsmarty.com/uninstall                    

확장 프로그램 기본 정보

이름 Smarty Smarty
ID edjkecefjhobekadlkdkopkggdefpgfp
공식 URL https://chromewebstore.google.com/detail/smarty/edjkecefjhobekadlkdkopkggdefpgfp
설명 Add coupon codes & get cash back when shopping online! By installing, you agree to the terms at joinsmarty.com
파일 크기 3.52 MB
설치 횟수 605,913
현재 버전 8.9.2.4
최근 업데이트 2024-03-01
출시 날짜 2020-07-04
평점 4.17/5 총 102 개의 평점
개발자 https://joinsmarty.com
이메일 [email protected]
결제 유형 free
확장 프로그램 웹 사이트 http://www.joinsmarty.com
도움말 페이지 URL http://www.joinsmarty.com/contact
개인정보 보호 정책 페이지 URL http://www.joinsmarty.com/privacy-policy
지원되는 언어 en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "Smarty",
    "version": "8.9.2.4",
    "description": "Add coupon codes & get cash back when shopping online! By installing, you agree to the terms at joinsmarty.com",
    "author": "Smarty",
    "action": {
        "default_icon": {
            "16": "\/images\/icon16.png",
            "32": "\/images\/icon32.png",
            "48": "\/images\/icon48.png",
            "128": "\/images\/icon128.png"
        },
        "default_title": "Smarty"
    },
    "icons": {
        "16": "\/images\/activate-icon16.png",
        "32": "\/images\/activate-icon32.png",
        "48": "\/images\/activate-icon48.png",
        "128": "\/images\/activate-icon128.png"
    },
    "background": {
        "service_worker": "js\/background.js"
    },
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "exclude_matches": [
                "https:\/\/www.joinsmarty.com\/*"
            ],
            "css": [
                "css\/content.css",
                "css\/sweetalert.min.css"
            ],
            "js": [
                "js\/libs\/jquery-3.4.1.min.js",
                "js\/libs\/mustache.min.js",
                "js\/libs\/sweetalert-dev.min.js",
                "js\/libs\/clipboard.min.js",
                "js\/libs\/md5.js",
                "js\/content_script.js"
            ],
            "run_at": "document_start"
        },
        {
            "matches": [
                "https:\/\/www.joinsmarty.com\/*",
                "https:\/\/*\/*jslander=itsme*"
            ],
            "js": [
                "js\/install.js"
            ]
        },
        {
            "matches": [
                ""
            ],
            "js": [
                "js\/page_utils.js"
            ],
            "all_frames": true,
            "run_at": "document_end"
        }
    ],
    "permissions": [
        "cookies",
        "storage",
        "tabs",
        "unlimitedStorage",
        "webRequest",
        "scripting",
        "alarms"
    ],
    "host_permissions": [
        ""
    ],
    "short_name": "Smarty",
    "web_accessible_resources": [
        {
            "resources": [
                "\/css\/*",
                "\/fonts\/*",
                "\/images\/*",
                "\/js\/*",
                "\/partials\/*",
                "\/popups\/*",
                "\/install\/*"
            ],
            "matches": [
                ""
            ]
        }
    ]
}