Discountly

Secure Your Shopping Experience with Discountly: Uncover Savings, Stay Safe!

Τι είναι το Discountly;

Το Discountly είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον programmersfromadelaide, και η κύρια λειτουργία του είναι "Secure Your Shopping Experience with Discountly: Uncover Savings, Stay Safe!".

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

screenshot
screenshot
screenshot
screenshot

Λήψη αρχείου CRX της επέκτασης Discountly

Λήψη αρχείων επέκτασης Discountly σε μορφή crx, εγκατάσταση των επεκτάσεων Chrome μη αυτόματα στον περιηγητή ή κοινοποίηση των αρχείων crx με φίλους για εύκολη εγκατάσταση των επεκτάσεων Chrome.

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

                        Discountly, an innovative Chrome extension powered by AI, revolutionizes your online shopping experience. Its intelligent search algorithm automatically scours the web for related products, providing you with a curated selection of discounted items directly within your browser. Say goodbye to tedious price comparisons and welcome effortless savings.

Save valuable time and hard-earned money as Discountly quietly and securely analyzes your online shopping and instantly compares prices across various e-commerce websites. When a better deal is found, Discountly discreetly notifies you, ensuring you never miss out on savings. No more frustrating tabs or overwhelming price comparisons – Discountly conveniently presents a consolidated list of discounted alternatives alongside the product you're viewing, granting you a comprehensive overview of available deals.

Designed with user-friendliness in mind, Discountly seamlessly integrates into your browsing routine. Its intuitive interface allows you to toggle the extension on and off effortlessly, giving you control over when to access its money-saving capabilities. Worried about privacy? Rest easy knowing Discountly operates locally on your device, ensuring the safeguarding of your personal information.

Don't let high prices hinder your dream purchases. Embrace the power of Discountly and shop with confidence, knowing you'll always secure the best possible price. Install Discountly today and enjoy effortless savings every time you embark on your online shopping journey.                    

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

Όνομα Discountly Discountly
ID gnocblmhdddbhhdijfdnloldcbnhhign
Επίσημο URL https://chromewebstore.google.com/detail/discountly/gnocblmhdddbhhdijfdnloldcbnhhign
Περιγραφή Secure Your Shopping Experience with Discountly: Uncover Savings, Stay Safe!
Μέγεθος Αρχείου 447 KB
Αριθμός Εγκαταστάσεων 61
Τρέχουσα Έκδοση 0.0.4
Τελευταία Ενημέρωση 2023-07-19
Ημερομηνία Δημοσίευσης 2023-06-20
Αξιολόγηση 5.00/5 Συνολικά 2 Αξιολογήσεις
Προγραμματιστής programmersfromadelaide
Ηλεκτρονικό ταχυδρομείο [email protected]
Τύπος Πληρωμής free
Ιστότοπος Επέκτασης https://www.discountly.com.au/
Υποστηριζόμενες Γλώσσες en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "Discountly",
    "version": "0.0.4",
    "description": "Secure Your Shopping Experience with Discountly: Uncover Savings, Stay Safe!",
    "options_page": "src\/options\/index.html",
    "background": {
        "service_worker": "src\/background\/index.js",
        "type": "module"
    },
    "action": {
        "default_popup": "src\/popup\/index.html",
        "default_icon": "discountlyIcon.png"
    },
    "icons": {
        "512": "discountlyIcon.png"
    },
    "content_scripts": [
        {
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*",
                ""
            ],
            "js": [
                "src\/content\/index.js"
            ],
            "css": []
        }
    ],
    "web_accessible_resources": [
        {
            "resources": [
                "assets\/js\/*.js",
                "assets\/css\/*.css",
                "discountlyIcon.png",
                "src\/inject\/index.js"
            ],
            "matches": [
                "*:\/\/*\/*"
            ]
        }
    ],
    "permissions": [
        "storage"
    ]
}