OfferAdder

Add all offers to all your credit cards quickly!

OfferAdderคืออะไร?

OfferAdder เป็นส่วนขยายของ Chrome ที่พัฒนาโดย JonLuca และคุณลักษณะหลักของมันคือ "Add all offers to all your credit cards quickly!"

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

screenshot

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

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

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

                        Add all the Amex Offers to your account with the click of one button!

Clicking on the icon in the chrome extension will take you to your offers page, and then clicking it again will add all the offers to your account.                    

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

ชื่อ OfferAdder OfferAdder
ID fnkdinpfaifdabidnjcdgnkhfaeibbnp
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/offeradder/fnkdinpfaifdabidnjcdgnkhfaeibbnp
คำอธิบาย Add all offers to all your credit cards quickly!
ขนาดไฟล์ 70.81 KB
จำนวนการติดตั้ง 381
เวอร์ชันปัจจุบัน 3.1
อัปเดตครั้งล่าสุด 2021-12-15
วันที่เผยแพร่ 2019-10-07
คะแนน 3.57/5 รวมทั้งหมด 7 คะแนน
ผู้พัฒนา JonLuca
อีเมล [email protected]
ประเภทการชำระเงิน free
เว็บไซต์ส่วนขยาย https://github.com/jonluca/AddToAmex
URL หน้าช่วยเหลือ https://github.com/jonluca/AddToAmex
URL หน้านโยบายความเป็นส่วนตัว https://github.com/jonluca/RideShare-Trip-Stats/blob/master/PRIVACY.md
ภาษาที่รองรับ en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "OfferAdder",
    "description": "Add all offers to all your credit cards quickly!",
    "version": "3.1",
    "background": {
        "service_worker": "js\/background.js"
    },
    "permissions": [
        "activeTab",
        "scripting"
    ],
    "action": {
        "default_icon": "images\/icon.png"
    },
    "icons": {
        "64": "images\/icon64.png",
        "32": "images\/icon32.png",
        "38": "images\/icon.png",
        "128": "images\/icon128.png"
    },
    "homepage_url": "https:\/\/jonlu.ca"
}