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 파일 다운로드

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

확장 프로그램 사용 설명서

                        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
이메일 [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"
    }
}