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文件

下载Olympus Cashback & Coupons扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

                        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
}