Minty: A fresh way to shop

I save you money by finding working coupons while you shop, and lots more.

Τι είναι το Minty: A fresh way to shop;

Το Minty: A fresh way to shop είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον Minty.com, και η κύρια λειτουργία του είναι "I save you money by finding working coupons while you shop, and lots more.".

Στιγμιότυπα Επέκτασης

screenshot
screenshot
screenshot
screenshot
screenshot
screenshot

Λήψη αρχείου CRX της επέκτασης Minty: A fresh way to shop

Λήψη αρχείων επέκτασης Minty: A fresh way to shop σε μορφή crx, εγκατάσταση των επεκτάσεων Chrome μη αυτόματα στον περιηγητή ή κοινοποίηση των αρχείων crx με φίλους για εύκολη εγκατάσταση των επεκτάσεων Chrome.

Οδηγίες Χρήσης της Επέκτασης

                        Hi, I’m Minty! I’m not your average sloth. I protect your data while I help you discover new brands and get great deals for trying new products. I also have you covered with promos from the most popular stores.

I’m so easy to use and I’m free!

Download me and pin me to your browser’s toolbar.
Shop like normal or use my search feature to discover new brands. I’m working behind the scenes looking for deals.
Click Apply when you get to the cart and save!

I promise I’ll respect your privacy. I'll make sure your personally identifiable data stays private, safe, and secure. TrustArc has awarded me the TRUSTe Privacy Certificate so you can be sure I'm being straight with you. I'm built so that I can share great promo codes without sharing your personal information with anyone.

So what are you waiting for? Let’s shop!

~ Minty

Want to never miss an offer? Sign up free to receive verified offers from your favorite brands partnered with SafeOpt at SafeOpt.com.                    

Βασικές Πληροφορίες Επέκτασης

Όνομα Minty: A fresh way to shop Minty: A fresh way to shop
ID jmcncjkfphjgagdkedfdbnieeghapbpd
Επίσημο URL https://chromewebstore.google.com/detail/minty-a-fresh-way-to-shop/jmcncjkfphjgagdkedfdbnieeghapbpd
Περιγραφή I save you money by finding working coupons while you shop, and lots more.
Μέγεθος Αρχείου 2.48 MB
Αριθμός Εγκαταστάσεων 5,145
Τρέχουσα Έκδοση 3.2.3
Τελευταία Ενημέρωση 2022-05-12
Ημερομηνία Δημοσίευσης 2020-07-04
Αξιολόγηση 4.42/5 Συνολικά 12 Αξιολογήσεις
Προγραμματιστής Minty.com
Ηλεκτρονικό ταχυδρομείο [email protected]
Τύπος Πληρωμής free
Ιστότοπος Επέκτασης https://www.minty.com/
Διεύθυνση URL της Σελίδας Βοήθειας https://www.minty.com/
URL της Σελίδας Πολιτικής Απορρήτου https://www.minty.com/privacy
Υποστηριζόμενες Γλώσσες en,ar
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "__MSG_appName__",
    "description": "__MSG_appDesc__",
    "default_locale": "en",
    "version": "3.2.3",
    "icons": {
        "16": "images\/icon16.png",
        "48": "images\/icon48.png",
        "128": "images\/icon128.png"
    },
    "manifest_version": 2,
    "background": {
        "scripts": [
            "background.js"
        ]
    },
    "browser_action": {
        "default_icon": "images\/16-favfade.png",
        "default_popup": "ui\/dashboard\/index.html"
    },
    "permissions": [
        "tabs",
        "webRequest",
        "storage",
        "alarms",
        "",
        "https:\/\/*.minty.com\/*"
    ],
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "thirdparty\/jquery-3.5.1.min.js",
                "inject_bar.js"
            ],
            "run_at": "document_end"
        }
    ],
    "web_accessible_resources": [
        "widgets_injected.html",
        "images\/16-favfade.png",
        "ui\/dashboard\/profile-dashboard.html"
    ],
    "content_security_policy": "script-src 'self' 'unsafe-eval'; object-src 'self'"
}