VantageCircle

Vantage Circle helps you to get Vantage Points across different e-commerce sites.

What is VantageCircle?

VantageCircle is a Chrome extension developed by https://www.vantagecircle.com, and its main feature is "Vantage Circle helps you to get Vantage Points across different e-commerce sites.".

Extension Screenshots

screenshot
screenshot

Download VantageCircle Extension CRX File

Download VantageCircle extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        Vantage Circle’s Chrome Extension allows the users to view the best corporate deals and discounts whenever they visit any of our partner websites like Amazon, Flipkart and more. It helps them earn cashbacks on almost every transaction as Vantage Points.  

The users can redeem these points as gifts cards and again use them for shopping  

About Vantage Points:  

Vantage Points is the loyalty reward program offered by Vantage Circle on every online shopping transaction that are exclusive to the corporate users of our platform!  1 Vantage Point = 1 Rupee.   

How it works?   

1. On visiting our partner websites, our chrome extension will alert the user if any deals or discounts are available. 
2. The users can then activate the deals by clicking on the browser and it again redirect them to the product page or the website. 
3. The users have to ensure that their cart is empty and continue shopping normally. 
4. Once they have successfully placed the order, Vantage Points will be automatically added to their Vantage Circle account within 72 hours after the product is delivered and they’ll also receive a confirmatory e-mail. 
5. The users can then view their collected points and other account details just by clicking on our extension giving them a seamless experience while shopping and saving money at the same time.

Keep shopping and enjoy Saving while Spending!                    

Extension Basic Information

Name VantageCircle VantageCircle
ID ndocjjjchbahmbjnnjemcepgmdgcekon
Official URL https://chromewebstore.google.com/detail/vantagecircle/ndocjjjchbahmbjnnjemcepgmdgcekon
Description Vantage Circle helps you to get Vantage Points across different e-commerce sites.
File Size 652 KB
Installation Count 5,023
Current Version 1.4.7
Last Updated 2020-07-20
Publish Date 2019-12-21
Rating 4.72/5 Total 58 Ratings
Developer https://www.vantagecircle.com
Email [email protected]
Payment Type free
Extension Website https://www.vantagecircle.com
Help Page URL https://www.vantagecircle.com/chrome-extension-policy/
Privacy Policy Page URL https://app.vantagecircle.com/web/privacy/policy?companyId=355
Supported Languages en
manifest.json
{
    "author": "Pallab Kakoty @VantageCircle",
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "VantageCircle",
    "short_name": "VCShopping",
    "version": "1.4.7",
    "description": "Vantage Circle helps you to get Vantage Points across different e-commerce sites.",
    "homepage_url": "https:\/\/chrome.google.com\/webstore\/detail\/vantagecircle\/ndocjjjchbahmbjnnjemcepgmdgcekon?hl=sw",
    "manifest_version": 2,
    "content_security_policy": "script-src 'self' https:\/\/ssl.google-analytics.com https:\/\/www.google-analytics.com; object-src 'self'",
    "icons": {
        "16": "images\/icon-vc2\/icon_16.png",
        "48": "images\/icon-vc2\/icon_48.png",
        "128": "images\/icon-vc2\/icon_128.png"
    },
    "permissions": [
        "activeTab",
        "cookies",
        "tabs",
        "notifications",
        "storage",
        ""
    ],
    "background": {
        "scripts": [
            "js\/jquery.min.js",
            "background1.js",
            "js\/algoliaHelper.js",
            "js\/iconAnimator.js"
        ],
        "persistent": true
    },
    "browser_action": {
        "default_popup": "popup.html",
        "default_title": "VantageCircle"
    }
}