GetLemono

Save money when shopping online! Get free discount codes, deals and coupons - Find your favorite stores and best deals with LEMONO!

Τι είναι το GetLemono;

Το GetLemono είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον https://getlemono.com, και η κύρια λειτουργία του είναι "Save money when shopping online! Get free discount codes, deals and coupons - Find your favorite stores and best deals with LEMONO!".

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

screenshot
screenshot
screenshot

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

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

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

                        THE FUTURE OF LOYALTY POINTS AND CASHBACK REWARDS IS HERE

The LEMONO extension shopping tool offers free deals and coupons from as many online stores as possible, helping you save money on your regular shopping needs!
If that isn't enough, you can soon become a LEMONO user for free on getlemono.com to earn cashback rewards earned from your shopping.

Add LEMONO to your browser in seconds and just continue your shopping like you usually do - when it is time to checkout, we scour the internet for the best deals and savings available, and presents it to you in the extension - FOR FREE! 🎉💰
Stay tuned for even more perks (being developed right now) in the future - This is only the beginning!

----------------------------------------------

Disclaimer:
This extension uses Google Analytics to collect extension usage statistics to help improve user experience. If you want to opt-out of Google Analytics tracking, please visit http://tools.google.com/dlpage/gaoptout.                    

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

Όνομα GetLemono GetLemono
ID ckocamjieoopfdiolffoenejgjmbidgc
Επίσημο URL https://chromewebstore.google.com/detail/getlemono/ckocamjieoopfdiolffoenejgjmbidgc
Περιγραφή Save money when shopping online! Get free discount codes, deals and coupons - Find your favorite stores and best deals with LEMONO!
Μέγεθος Αρχείου 986 KB
Αριθμός Εγκαταστάσεων 37
Τρέχουσα Έκδοση 0.0.2
Τελευταία Ενημέρωση 2023-09-19
Ημερομηνία Δημοσίευσης 2023-09-19
Αξιολόγηση 5.00/5 Συνολικά 2 Αξιολογήσεις
Προγραμματιστής https://getlemono.com
Ηλεκτρονικό ταχυδρομείο [email protected]
Τύπος Πληρωμής free
Ιστότοπος Επέκτασης https://getlemono.com/
URL της Σελίδας Πολιτικής Απορρήτου https://getlemono.com/privacy-policy
Υποστηριζόμενες Γλώσσες en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "GetLemono",
    "version": "0.0.2",
    "description": "Save money when shopping online! Get free discount codes, deals and coupons - Find your favorite stores and best deals with LEMONO!",
    "manifest_version": 3,
    "author": "Lemono ApS",
    "icons": {
        "64": "resources\/images\/icons\/64.png",
        "96": "resources\/images\/icons\/96.png",
        "128": "resources\/images\/icons\/128.png",
        "256": "resources\/images\/icons\/256.png",
        "384": "resources\/images\/icons\/384.png",
        "512": "resources\/images\/icons\/512.png"
    },
    "action": {
        "default_popup": "index.html",
        "default_title": "Lemono"
    },
    "background": {
        "service_worker": "resources\/js\/background.js"
    },
    "content_security_policy": {
        "extension_pages": "script-src 'self'; object-src 'self';"
    },
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "resources\/js\/content.js"
            ],
            "run_at": "document_end"
        }
    ],
    "permissions": [
        "tabs",
        "storage",
        ""
    ],
    "host_permissions": [
        ""
    ]
}