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 द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Add coupon codes & get cash back when shopping online! By installing, you agree to the terms at joinsmarty.com"।

एक्सटेंशन स्क्रीनशॉट्स

screenshot
screenshot
screenshot
screenshot
screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में Smarty एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ 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": [
                ""
            ]
        }
    ]
}