Card Guru

Never forget a gift card again.

什么是Card Guru?

Card Guru是由damareanthonythomas开发的Chrome扩展程序,该扩展的主要功能是“Never forget a gift card again.”。

扩展截图

screenshot
screenshot

下载Card Guru扩展crx文件

下载Card Guru扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

                        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                    

扩展基本信息

名称 Card Guru Card Guru
ID lmnbngompndgokkilhnbaghjilmcapjf
官方URL https://chromewebstore.google.com/detail/card-guru/lmnbngompndgokkilhnbaghjilmcapjf
简介 Never forget a gift card again.
文件大小 215 KB
安装次数 9
当前版本 0.0.1
更新时间 2021-01-02
上架时间 2021-01-02
评分 5.00/5 共3次评分
开发者 damareanthonythomas
电子邮箱 [email protected]
付费类型 free
隐私政策页面URL https://cardguru.app.tiapps.tk/privacy/index.html
支持的语言 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"
            ]
        }
    ]
}