Mastercard Gold
Mastercard Gold
Mastercard Goldคืออะไร?
Mastercard Gold เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://goldfordel.no และคุณลักษณะหลักของมันคือ "Mastercard Gold"
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Mastercard Gold
ดาวน์โหลดไฟล์ส่วนขยาย Mastercard Gold ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
Mastercard Gold Fordel er et fordelsprogram for deg som har et Mastercard Gold kredittkort. Du får opptil 25 % cashback i mer enn 100 nettbutikker.
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | Mastercard Gold |
ID | mpiplkjednaomgemnhnhhhcmicebkmbb |
URL อย่างเป็นทางการ | https://chromewebstore.google.com/detail/mastercard-gold/mpiplkjednaomgemnhnhhhcmicebkmbb |
คำอธิบาย | Mastercard Gold |
ขนาดไฟล์ | 268 KB |
จำนวนการติดตั้ง | 79 |
เวอร์ชันปัจจุบัน | 3.4.1 |
อัปเดตครั้งล่าสุด | 2020-12-29 |
วันที่เผยแพร่ | 2020-04-16 |
ผู้พัฒนา | https://goldfordel.no |
อีเมล | [email protected] |
ประเภทการชำระเงิน | free |
URL หน้านโยบายความเป็นส่วนตัว | https://aterbaring.santanderconsumer.se/templatePages.jxp?mnemonicsType=POLICY |
ภาษาที่รองรับ | no |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Mastercard Gold", "version": "3.4.1", "manifest_version": 2, "description": "Mastercard Gold", "background": { "scripts": [ "background.js" ] }, "permissions": [ "activeTabs", "storage", "webNavigation", "https:\/\/*.com\/*", "https:\/\/*.se\/*", "https:\/\/*.no\/*", "https:\/\/*.dk\/*", "notifications" ], "content_scripts": [ { "matches": [ "https:\/\/*.com\/*", "https:\/\/*.se\/*", "https:\/\/*.no\/*", "https:\/\/*.dk\/*" ], "js": [ "main.js" ], "all_frames": false } ], "web_accessible_resources": [ "images\/*.png", "*.css" ], "browser_action": { "default_icon": { "32": "images\/icon32.png", "48": "images\/icon48.png", "100": "images\/icon100.png", "128": "images\/icon128.png", "256": "images\/icon128.png" }, "default_title": "Mastercard Gold" } } |