Card Guru

Never forget a gift card again.

O que é Card Guru?

Card Guru é uma extensão do Chrome desenvolvida por damareanthonythomas, e sua principal característica é "Never forget a gift card again.".

Capturas de Tela da Extensão

screenshot
screenshot

Baixar o arquivo CRX da Extensão Card Guru

Baixe arquivos de extensão Card Guru 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

                        Card Guru helps you track your Gift cards that you receive from all the shoppings made and helps you save them at one place so you don't miss on the exciting offers that can bring a smile to your every purchase. 

This is how it works.
1. Download & Install our app from Apple App Store and Goolge Play Store.
2. Just when you win/buy or find a gift card add it to the app and you can capture all its details just using are card scan.
3. Once you have the card you may very well use it just like you would do with a normal one and its with you forever as 
we know
"you take your phone everywhere you go !"
4. With the Digitised version of your gift card stored on the app.
5. Our extension will be reminding you of using this card when you are accessing a website of the card provider.
6. So that you just purchase the best one with a surprise smile.
7. Our mission is "to add a smile to your shopping experience".

Happy Shopping 
Team Card Guru                    

Informações Básicas da Extensão

Nome Card Guru Card Guru
ID lmnbngompndgokkilhnbaghjilmcapjf
URL Oficial https://chromewebstore.google.com/detail/card-guru/lmnbngompndgokkilhnbaghjilmcapjf
Descrição Never forget a gift card again.
Tamanho do Arquivo 215 KB
Contagem de Instalações 9
Versão Atual 0.0.1
Última Atualização 2021-01-02
Data de Publicação 2021-01-02
Classificação 5.00/5 Total de 3 Avaliações
Desenvolvedor damareanthonythomas
Email [email protected]
Tipo de Pagamento free
URL da Página de Política de Privacidade https://cardguru.app.tiapps.tk/privacy/index.html
Idiomas Suportados en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Card Guru",
    "version": "0.0.1",
    "manifest_version": 2,
    "description": "Never forget a gift card again.",
    "icons": {
        "16": "icons\/icon16.png",
        "48": "icons\/icon48.png",
        "128": "icons\/icon128.png"
    },
    "default_locale": "en",
    "background": {
        "scripts": [
            "src\/bg\/background.js"
        ],
        "persistent": true
    },
    "browser_action": {
        "default_icon": "icons\/icon128.png",
        "default_title": "browser action demo",
        "default_popup": "src\/browser_action\/pop-signIn.html"
    },
    "permissions": [
        "notifications",
        "tabs",
        "storage",
        "https:\/\/*\/* ",
        "http:\/\/*\/* "
    ],
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "css": [
                "src\/inject\/inject.css"
            ]
        },
        {
            "matches": [
                ""
            ],
            "js": [
                "src\/inject\/inject.js"
            ]
        }
    ]
}