ID.me Shop: Exclusive Community Discounts

Let the ID.me Shop browser extension find exclusive Military, Nurse, Teacher, Responder discounts and more while you shop.

ID.me Shop: Exclusive Community Discountsคืออะไร?

ID.me Shop: Exclusive Community Discounts เป็นส่วนขยายของ Chrome ที่พัฒนาโดย ID.me และคุณลักษณะหลักของมันคือ "Let the ID.me Shop browser extension find exclusive Military, Nurse, Teacher, Responder discounts and more while you shop."

ภาพหน้าจอของส่วนขยาย

screenshot
screenshot
screenshot
screenshot
screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย ID.me Shop: Exclusive Community Discounts

ดาวน์โหลดไฟล์ส่วนขยาย ID.me Shop: Exclusive Community Discounts ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

                        Stop overpaying when you shop online. Let the ID.me Shop browser extension find exclusive Military, Nurse, Teacher, Responder discounts and more while you shop.

Add ID.me Shop to your browser in seconds. We’ll let you know when Community discounts and cash back are available to you while you shop. 
 
Find hundreds of Military, Nurse, Teacher, Responder, Medical provider, Student, and Government discounts.

ID.me Shop will automatically let you know when a community discount is available on a website you’re visiting, so that you can get the discounts that you deserve.
 
Earn cash back
Any ID.me member can earn cash back at qualifying stores. The browser extension will automatically let you know when cash back is available. Just one click and you can earn cash back on your purchase.                    

ข้อมูลพื้นฐานของส่วนขยาย

ชื่อ ID.me Shop: Exclusive Community Discounts ID.me Shop: Exclusive Community Discounts
ID iifmmpcbkkjplbamhfohikljoogdbadp
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/idme-shop-exclusive-commu/iifmmpcbkkjplbamhfohikljoogdbadp
คำอธิบาย Let the ID.me Shop browser extension find exclusive Military, Nurse, Teacher, Responder discounts and more while you shop.
ขนาดไฟล์ 255 KB
จำนวนการติดตั้ง 80,310
เวอร์ชันปัจจุบัน 1.1.0
อัปเดตครั้งล่าสุด 2024-02-22
วันที่เผยแพร่ 2023-05-06
คะแนน 4.00/5 รวมทั้งหมด 10 คะแนน
ผู้พัฒนา ID.me
อีเมล [email protected]
ประเภทการชำระเงิน free
เว็บไซต์ส่วนขยาย https://shop.id.me/?&utm_campaign=chrome-web-store&utm_source=browser-extension
URL หน้าช่วยเหลือ https://help.id.me/hc/articles/13064926186263
URL หน้านโยบายความเป็นส่วนตัว https://www.id.me/privacy
ภาษาที่รองรับ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "__MSG_extension_name__",
    "version": "1.1.0",
    "manifest_version": 3,
    "description": "__MSG_extension_description__",
    "default_locale": "en",
    "host_permissions": [
        ""
    ],
    "permissions": [
        "background",
        "cookies",
        "webRequest",
        "storage"
    ],
    "minimum_chrome_version": "92",
    "background": {
        "service_worker": "background.js",
        "type": "module"
    },
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "import-content.js"
            ],
            "css": [
                "assets\/css\/base.css"
            ],
            "run_at": "document_end"
        }
    ],
    "content_security_policy": {
        "extension_pages": "script-src 'self'; object-src 'self'"
    },
    "action": {
        "default_popup": "popup.html"
    },
    "icons": {
        "16": "assets\/images\/toolbar-icon-16.png",
        "32": "assets\/images\/toolbar-icon-32.png",
        "48": "assets\/images\/toolbar-icon-48.png",
        "128": "assets\/images\/toolbar-icon-128.png"
    },
    "web_accessible_resources": [
        {
            "resources": [
                "assets\/fonts\/*",
                "assets\/css\/*",
                "assets\/images\/*",
                "content.js"
            ],
            "matches": [
                ""
            ],
            "use_dynamic_url": true
        }
    ]
}