AARP Perks
An easy way to get the most out of your AARP membership.
AARP Perksคืออะไร?
AARP Perks เป็นส่วนขยายของ Chrome ที่พัฒนาโดย aarp และคุณลักษณะหลักของมันคือ "An easy way to get the most out of your AARP membership."
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย AARP Perks
ดาวน์โหลดไฟล์ส่วนขยาย 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 |
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'" } } |