VantageCircle

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

O que é VantageCircle?

VantageCircle é uma extensão do Chrome desenvolvida por https://www.vantagecircle.com, e sua principal característica é "Vantage Circle helps you to get Vantage Points across different e-commerce sites.".

Capturas de Tela da Extensão

screenshot
screenshot

Baixar o arquivo CRX da Extensão VantageCircle

Baixe arquivos de extensão VantageCircle no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.

Instruções de Uso da Extensão

                        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!                    

Informações Básicas da Extensão

Nome VantageCircle VantageCircle
ID ndocjjjchbahmbjnnjemcepgmdgcekon
URL Oficial https://chromewebstore.google.com/detail/vantagecircle/ndocjjjchbahmbjnnjemcepgmdgcekon
Descrição Vantage Circle helps you to get Vantage Points across different e-commerce sites.
Tamanho do Arquivo 652 KB
Contagem de Instalações 5,023
Versão Atual 1.4.7
Última Atualização 2020-07-20
Data de Publicação 2019-12-21
Classificação 4.72/5 Total de 58 Avaliações
Desenvolvedor https://www.vantagecircle.com
Email [email protected]
Tipo de Pagamento free
Site da Extensão https://www.vantagecircle.com
URL da Página de Ajuda https://www.vantagecircle.com/chrome-extension-policy/
URL da Página de Política de Privacidade https://app.vantagecircle.com/web/privacy/policy?companyId=355
Idiomas Suportados 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"
    }
}