Card Guru

Never forget a gift card again.

Card Guru क्या है?

Card Guru damareanthonythomas द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Never forget a gift card again."।

एक्सटेंशन स्क्रीनशॉट्स

screenshot
screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में Card Guru एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ 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"
            ]
        }
    ]
}