Olympus Cashback & Coupons

Cashback on 40K stores, Compare prices across the web, track discounts, and apply coupons on the go!

Olympus Cashback & Coupons란 무엇입니까?

Olympus Cashback & Coupons은(는) https://joinolympus.com에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Cashback on 40K stores, Compare prices across the web, track discounts, and apply coupons on the go!"입니다.

확장 프로그램 스크린샷

screenshot
screenshot

Olympus Cashback & Coupons 확장 프로그램 CRX 파일 다운로드

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

확장 프로그램 사용 설명서

                        If there's a better price, we'll find it!

Olympus is a completely FREE browser extension that offers cashbacks on more than 50,000 stores, intelligently understands products you're browsing, let's you compare prices across the web, automatically find and apply coupons and track discount, on the go!


✔ Biggest coupon inventory
Tens of thousands of daily updated coupons are available on most popular stores such as Amazon, eBay, Homedepot, NewEgg and more!

✔ Pay only the lowest price
Never bother again paying more than necessary.

✔ Free
The service is free of charge and will remain free forever.

✔ Save your time
With Olympus, you don't have to search the web for coupons and offers, we'll display the best offers and alternatives on the go as you're browsing.

✔ Coupons
Find coupons and deals for more than 90,000 online shops worldwide!

✔ Safe
We do not collect any personal information.                    

확장 프로그램 기본 정보

이름 Olympus Cashback & Coupons Olympus Cashback & Coupons
ID ojdnngkclpkpfpemkfcchempmnomejdh
공식 URL https://chrome.google.com/webstore/detail/olympus-cashback-coupons/ojdnngkclpkpfpemkfcchempmnomejdh
설명 Cashback on 40K stores, Compare prices across the web, track discounts, and apply coupons on the go!
파일 크기 1.09 MB
설치 횟수 68
현재 버전 2.2
최근 업데이트 2019-10-12
출시 날짜 2019-10-12
평점 4.95/5 총 20 개의 평점
개발자 https://joinolympus.com
이메일 [email protected]
결제 유형 free
개인정보 보호 정책 페이지 URL https://seotify.com/terms-and-conditions.html
지원되는 언어 en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Olympus Cashback & Coupons",
    "version": "2.2",
    "description": "Cashback on 40K stores, Compare prices across the web, track discounts, and apply coupons on the go!",
    "permissions": [
        "tabs",
        "activeTab",
        "storage",
        "webNavigation",
        "https:\/\/seotify.com\/",
        "https:\/\/joinolympus.com\/",
        "http:\/\/seotify.com:3001\/",
        "https:\/\/*.seotify.com\/v1\/",
        "http:\/\/*.seotify.com\/*",
        "http:\/\/api.seotify.com:3001\/olympus",
        "https:\/\/*\/*",
        "http:\/\/*\/*"
    ],
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "assets\/jquery-3.3.1.min.js",
                "content.js",
                "popup.js",
                "alert.js"
            ],
            "run_at": "document_start",
            "css": [
                "font-awesome.min.css"
            ]
        },
        {
            "matches": [
                ""
            ],
            "all_frames": true,
            "js": [
                "assets\/jquery-3.3.1.min.js",
                "iframeTab.js"
            ]
        }
    ],
    "web_accessible_resources": [
        "alert.html",
        "contentscript.js"
    ],
    "background": {
        "scripts": [
            "background.js",
            "assets\/jquery-3.3.1.min.js"
        ],
        "persistent": true
    },
    "browser_action": {
        "default_title": "Olympus",
        "default_popup": "popup.html"
    },
    "icons": {
        "16": "img\/icons\/olympus-logo-active-16.png",
        "48": "img\/icons\/olympus-logo-active-48.png",
        "128": "img\/icons\/olympus-logo-active-128.png"
    },
    "manifest_version": 2
}