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

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 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'"
    }
}