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

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

확장 프로그램 사용 설명서

                        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"
            ]
        }
    ]
}