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 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        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": [
        ""
    ]
}