Military Discount Finder

Find military discounts automatically at over 1,000 popular retailers and services providers

Military Discount Finderคืออะไร?

Military Discount Finder เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://dealaid.org และคุณลักษณะหลักของมันคือ "Find military discounts automatically at over 1,000 popular retailers and services providers"

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

screenshot
screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Military Discount Finder

ดาวน์โหลดไฟล์ส่วนขยาย Military Discount Finder ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

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

                        Easily find military discounts at over one thousand popular online merchants and service providers with Military Discount Finder. 

Whether you're shopping on a specific website or googling for that latest home gadget, our extension will automatically notify you of available military only discounts as you shop online. Simply click on the notification button to see eligibility requirements and claim the discount.

Service status (active duty, reserves, veterans and retirees) eligibility depends on individual store requirements.                    

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

ชื่อ Military Discount Finder Military Discount Finder
ID omkoldhpibcgadnfdlpjehofjdkninal
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/military-discount-finder/omkoldhpibcgadnfdlpjehofjdkninal
คำอธิบาย Find military discounts automatically at over 1,000 popular retailers and services providers
ขนาดไฟล์ 135 KB
จำนวนการติดตั้ง 120
เวอร์ชันปัจจุบัน 1.0.2
อัปเดตครั้งล่าสุด 2019-12-07
วันที่เผยแพร่ 2019-12-05
คะแนน 4.50/5 รวมทั้งหมด 2 คะแนน
ผู้พัฒนา https://dealaid.org
อีเมล [email protected]
ประเภทการชำระเงิน free
เว็บไซต์ส่วนขยาย https://dealaid.org/tools/military-discount-finder/
URL หน้านโยบายความเป็นส่วนตัว https://dealaid.org/privacy
ภาษาที่รองรับ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "author": "DealAid",
    "background": {
        "page": "background.html"
    },
    "browser_action": {
        "default_icon": {
            "18": "images\/18x18-grey.png"
        },
        "default_title": "Military Discount Finder"
    },
    "content_scripts": [
        {
            "all_frames": false,
            "js": [
                "jquery-1.9.1.min.js",
                "ci.content.pack.js",
                "libs\/jquery-no-conflict.js",
                "libs\/handlebars.runtime.min.js",
                "libs\/underscore-min.js",
                "libs\/backbone-min.js",
                "libs\/backbone-no-conflict.js",
                "libs\/underscore-no-conflict.js",
                "shared\/constants.js",
                "shared\/utils.js",
                "content\/style.js",
                "content\/templates.js",
                "content\/slider.js",
                "content\/serp.js",
                "content\/serp-handler.js",
                "content\/content.js"
            ],
            "matches": [
                ""
            ],
            "run_at": "document_start"
        },
        {
            "all_frames": false,
            "js": [
                "ci.browser.helper.js"
            ],
            "matches": [
                ""
            ],
            "run_at": "document_end"
        }
    ],
    "description": "Find military discounts automatically at over 1,000 popular retailers and services providers",
    "homepage_url": "https:\/\/dealaid.org\/tools\/military-discount-finder",
    "icons": {
        "24": "images\/24x24.png",
        "48": "images\/48x48.png",
        "128": "images\/128x128.png"
    },
    "manifest_version": 2,
    "name": "Military Discount Finder",
    "permissions": [
        "tabs",
        "webNavigation",
        "contextMenus",
        "webRequest",
        "storage",
        ""
    ],
    "version": "1.0.2",
    "-ms-preload": {
        "backgroundScript": "backgroundScriptsAPIBridge.js",
        "contentScript": "contentScriptsAPIBridge.js"
    }
}