VantageCircle

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

VantageCircleとは何ですか?

VantageCircleはhttps://www.vantagecircle.comによって開発されたChromeの拡張機能で、その主な機能は「Vantage Circle helps you to get Vantage Points across different e-commerce sites.」です。

拡張機能のスクリーンショット

screenshot
screenshot

VantageCircle拡張機能のCRXファイルをダウンロード

VantageCircle拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。

拡張機能の使用方法

                        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!                    

拡張機能の基本情報

名前 VantageCircle VantageCircle
ID ndocjjjchbahmbjnnjemcepgmdgcekon
公式URL https://chromewebstore.google.com/detail/vantagecircle/ndocjjjchbahmbjnnjemcepgmdgcekon
説明 Vantage Circle helps you to get Vantage Points across different e-commerce sites.
ファイルサイズ 652 KB
インストール数 5,023
現在のバージョン 1.4.7
最終更新日 2020-07-20
公開日 2019-12-21
評価 4.72/5 合計 58 レビュー
開発者 https://www.vantagecircle.com
Eメール [email protected]
支払い方法 free
拡張機能のウェブサイト https://www.vantagecircle.com
ヘルプページのURL https://www.vantagecircle.com/chrome-extension-policy/
プライバシーポリシーページのURL https://app.vantagecircle.com/web/privacy/policy?companyId=355
対応言語 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"
    }
}