AARP Perks

An easy way to get the most out of your AARP membership.

AARP Perks क्या है?

AARP Perks aarp द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "An easy way to get the most out of your AARP membership."।

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

screenshot
screenshot
screenshot
screenshot

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

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

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

                        Wish you could find valuable AARP information, resources, discounts, and other member benefits right when you need them? AARP Perks™ makes it easy. This browser extension for desktop or laptop computers gives you timely reminders when you browse online and visit sites that feature information and products related to AARP offerings. 

Start getting the most out of your AARP membership today. Just click ‘Add to Chrome’ above to quickly install and instantly experience the advantages of AARP Perks. Please note: After it’s installed, you’ll need to log in to your AARP.org account to verify your AARP membership.

Not a member? Sign up in just a few clicks at AARP.org to start enjoying everything AARP membership offers.


-------------------------------------------------

By using this browser extension, you agree to the AARP Terms of Service available at https://www.aarp.org/about-aarp/terms-of-service/ 

If you have any questions or issues installing or using the AARP Perks browser extension, send an email to [email protected].                    

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

नाम AARP Perks AARP Perks
ID cmjclkcjkglbgooclepleooaodgjfhik
आधिकारिक URL https://chromewebstore.google.com/detail/aarp-perks/cmjclkcjkglbgooclepleooaodgjfhik
विवरण An easy way to get the most out of your AARP membership.
फ़ाइल का आकार 1 MB
स्थापना संख्या 50,000
वर्तमान संस्करण 0.0.0.46
अंतिम अपडेट 2023-09-01
प्रकाशन तिथि 2020-10-21
रेटिंग 4.10/5 कुल 10 रेटिंग्स
डेवलपर aarp
ईमेल [email protected]
भुगतान के प्रकार free
एक्सटेंशन वेबसाइट https://www.aarp.org/membership/benefits/perks/install/
सहायता पृष्ठ URL https://help.aarp.org/s/topic/0TO4P000000cOcwWAE/aarp-perks
गोपनीयता नीति पृष्ठ URL https://www.aarp.org/about-aarp/privacy-policy
समर्थित भाषाएँ en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "AARP Perks",
    "description": "An easy way to get the most out of your AARP membership.",
    "version": "0.0.0.46",
    "action": {
        "default_popup": "popup.html",
        "default_title": "AARP Perks"
    },
    "icons": {
        "16": "assets\/logo-16.png",
        "48": "assets\/logo-48.png",
        "128": "assets\/logo-128.png"
    },
    "background": {
        "service_worker": "background.js"
    },
    "content_scripts": [
        {
            "matches": [
                "*:\/\/*\/*"
            ],
            "css": [],
            "js": [
                "content.js",
                "AppMeasurement.js"
            ]
        }
    ],
    "permissions": [
        "storage",
        "scripting",
        "clipboardWrite",
        "tabs"
    ],
    "host_permissions": [
        "*:\/\/*\/*",
        "*:\/\/*.aarp.org\/*",
        "*:\/\/*.aarpinnovationlabs.org\/*"
    ],
    "web_accessible_resources": [
        {
            "resources": [
                "assets\/*"
            ],
            "matches": [
                "*:\/\/*\/*"
            ]
        }
    ],
    "externally_connectable": {
        "matches": [
            "*:\/\/*.aarpinnovationlabs.org\/*",
            "http:\/\/127.0.0.1:3000\/*",
            "https:\/\/*.aarp.org\/*"
        ]
    },
    "content_security_policy": {
        "extension_pages": "script-src 'self'; object-src 'self'"
    }
}