GetLemono

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

GetLemonoとは何ですか?

GetLemonoはhttps://getlemono.comによって開発されたChromeの拡張機能で、その主な機能は「Save money when shopping online! Get free discount codes, deals and coupons - Find your favorite stores and best deals with LEMONO!」です。

拡張機能のスクリーンショット

screenshot
screenshot
screenshot

GetLemono拡張機能のCRXファイルをダウンロード

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
Eメール [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": [
        ""
    ]
}