FoundersCard Chrome Extension

Easily discover, access, and redeem your member benefits while surfing the web.

FoundersCard Chrome Extension क्या है?

FoundersCard Chrome Extension https://founderscard.com द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Easily discover, access, and redeem your member benefits while surfing the web."।

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

screenshot
screenshot

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

crx प्रारूप में FoundersCard Chrome Extension एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।

एक्सटेंशन उपयोग निर्देश

                        This extension offers FoundersCard members an easy way to discover, access, and redeem their member benefits while surfing the web.

When a member visits the website of a FoundersCard partner, a pop-up will appear to notify the member that he/she has a FoundersCard benefit. The member will then be able to easily navigate to the FoundersCard benefit redemption page to activate their exclusive benefit.

Additionally, this extension identifies FoundersCard partners in Google search results so members can navigate to the relevant FoundersCard benefit page to redeem their benefit directly from Google search results.                    

एक्सटेंशन की मूल जानकारी

नाम FoundersCard Chrome Extension FoundersCard Chrome Extension
ID kamiaabbnpncbobdiblhfogafnoefkae
आधिकारिक URL https://chromewebstore.google.com/detail/founderscard-chrome-exten/kamiaabbnpncbobdiblhfogafnoefkae
विवरण Easily discover, access, and redeem your member benefits while surfing the web.
फ़ाइल का आकार 102 KB
स्थापना संख्या 26,394
वर्तमान संस्करण 1.2.3
अंतिम अपडेट 2022-03-14
प्रकाशन तिथि 2020-04-30
रेटिंग 4.22/5 कुल 18 रेटिंग्स
डेवलपर https://founderscard.com
ईमेल [email protected]
भुगतान के प्रकार free
समर्थित भाषाएँ en-US
manifest.json
{
    "background": {
        "scripts": [
            "background.js"
        ]
    },
    "content_scripts": [
        {
            "js": [
                "jquery-1.8.3.min.js",
                "contentscript.js"
            ],
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ]
        }
    ],
    "description": "Easily discover, access, and redeem your member benefits while surfing the web.",
    "icons": {
        "128": "icon_128.png",
        "16": "icon_16.png",
        "48": "icon_48.png"
    },
    "key": "MIGfMA0GCSqGSIb3DQEBAQUAA4GNADCBiQKBgQC9HXXZoN4d26p0Vo5aBGeXlImMVkZF3\/uwEYwDzEEZYB7F1UXKvcidNYTfqO\/cynJ+ytFpImTnRm+cQPMaMmKR2t1VKSJlgBrVyhCdGQq\/MEZQ6N\/lYm5A+JHDM5Fs8T3BvfxOso8pzJ6uTiIZBzCVT2e5FBtBfG+xjOsXDAMGlQIDAQAB",
    "manifest_version": 2,
    "name": "FoundersCard Chrome Extension",
    "permissions": [
        "https:\/\/founderscard.com\/extension\/benefits"
    ],
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "version": "1.2.3",
    "web_accessible_resources": [
        "*"
    ]
}