Estate Card

Exclusively for Estate Card cardholders. Be notified when property tax rewards are available and maximize the rewards you can earn!

Estate Cardคืออะไร?

Estate Card เป็นส่วนขยายของ Chrome ที่พัฒนาโดย municiplecards และคุณลักษณะหลักของมันคือ "Exclusively for Estate Card cardholders. Be notified when property tax rewards are available and maximize the rewards you can earn!"

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

screenshot
screenshot
screenshot
screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Estate Card

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

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

                        With the Estate Card browser extension installed, you will always be notified when rewards are available! 

The Estate Card browser extension is available for Chrome, Firefox and Safari browsers and integrates with Google and Bing search engines. The extension will alert you when a reward is available and show you how much reward you will earn. Simply download the browser extension, log in and start earning.

NEVER MISS OUT ON A REWARD AGAIN!
With the Estate Card browser extension, you will never miss out on earning a reward! The extension alerts you when reward is available and displays the reward amount on the top of the webpage.

SEE A SNAPSHOT OF YOUR ACCOUNT!
See your past transactions and how much reward you have earned.

EARN REWARDS WHEN YOU SHOP!
Earn rewards when you shop at 2,500+ participating stores including well-known names and big box stores.

SAVE MONEY AND MAXIMIZE REWARDS WHEN YOU SHOP!
Search deals, stores, and products directly from the extension. Your search results will include reward amounts! Get the best price while earning the greatest reward!

Note that you must be an Estate Card cardholder to use this extension. If you don't have an Estate Card, you can get one at MyEstateCard.com.                    

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

ชื่อ Estate Card Estate Card
ID ohdgefnkpndekjclgdecoaemooiimlab
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/estate-card/ohdgefnkpndekjclgdecoaemooiimlab
คำอธิบาย Exclusively for Estate Card cardholders. Be notified when property tax rewards are available and maximize the rewards you can earn!
ขนาดไฟล์ 1.52 MB
จำนวนการติดตั้ง 44
เวอร์ชันปัจจุบัน 4.0.6
อัปเดตครั้งล่าสุด 2024-02-05
วันที่เผยแพร่ 2019-12-25
คะแนน 5.00/5 รวมทั้งหมด 2 คะแนน
ผู้พัฒนา municiplecards
อีเมล [email protected]
ประเภทการชำระเงิน free
เว็บไซต์ส่วนขยาย http://www.myestatecard.com
URL หน้านโยบายความเป็นส่วนตัว https://www.myestatecard.com/help/cardrewardsprivacy
ภาษาที่รองรับ en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Estate Card",
    "version": "4.0.6",
    "description": "Exclusively for Estate Card cardholders. Be notified when property tax rewards are available and maximize the rewards you can earn!",
    "homepage_url": "https:\/\/www.myestatecard.com\/",
    "manifest_version": 3,
    "background": {
        "service_worker": "serviceworker.js"
    },
    "permissions": [
        "tabs",
        "webRequest",
        "storage"
    ],
    "host_permissions": [
        "*:\/\/*\/*"
    ],
    "action": {
        "default_icon": {
            "16": "icons\/mc_icon16.png",
            "24": "icons\/mc_icon24.png",
            "32": "icons\/mc_icon32.png"
        },
        "default_popup": "popup.html"
    },
    "content_scripts": [
        {
            "matches": [
                "*:\/\/*.myestatecardlocal.com\/*",
                "*:\/\/*.myestatecard.com\/*"
            ],
            "js": [
                "js\/contentscript.js"
            ]
        },
        {
            "matches": [
                "*:\/\/*\/*"
            ],
            "js": [
                "js\/slider.js"
            ]
        },
        {
            "matches": [
                "*:\/\/search.yahoo.com\/*",
                "*:\/\/www.bing.com\/*",
                "*:\/\/*.google.com\/*"
            ],
            "js": [
                "js\/serp.js"
            ]
        }
    ],
    "icons": {
        "16": "icons\/mc_icon16.png",
        "48": "icons\/mc_icon48.png",
        "128": "icons\/mc_icon128.png"
    },
    "options_page": "options.html"
}