AARP Perks

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

什麼是AARP Perks?

AARP Perks是由aarp開發的Chrome擴展程式,該擴展的主要功能是“An easy way to get the most out of your AARP membership.”。

擴展截圖

screenshot
screenshot
screenshot
screenshot

下載AARP Perks擴展crx文件

下載AARP Perks擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。

擴展使用說明

                        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
官方網址 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'"
    }
}