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 द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Cashback on 40K stores, Compare prices across the web, track discounts, and apply coupons on the go!"।

एक्सटेंशन स्क्रीनशॉट्स

screenshot
screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में Olympus Cashback & Coupons एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ 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
}