AwardWallet
AwardWallet Browser Helper
AwardWalletคืออะไร?
AwardWallet เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://awardwallet.com และคุณลักษณะหลักของมันคือ "AwardWallet Browser Helper"
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย AwardWallet
ดาวน์โหลดไฟล์ส่วนขยาย AwardWallet ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
AwardWallet extension enables users to auto-login to some of the loyalty program websites that they've added to https://AwardWallet.com ข้อมูลพื้นฐานของส่วนขยาย
| ชื่อ | |
| ID | lppkddfmnlpjbojooindbmcokchjgbib |
| URL อย่างเป็นทางการ | https://chromewebstore.google.com/detail/awardwallet/lppkddfmnlpjbojooindbmcokchjgbib |
| คำอธิบาย | AwardWallet Browser Helper |
| ขนาดไฟล์ | 35.32 KB |
| จำนวนการติดตั้ง | 71,251 |
| เวอร์ชันปัจจุบัน | 2.37 |
| อัปเดตครั้งล่าสุด | 2020-09-02 |
| วันที่เผยแพร่ | 2020-05-19 |
| คะแนน | 4.24/5 รวมทั้งหมด 21 คะแนน |
| ผู้พัฒนา | https://awardwallet.com |
| อีเมล | [email protected] |
| ประเภทการชำระเงิน | free |
| ภาษาที่รองรับ | en-US |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"manifest_version": 2,
"name": "AwardWallet",
"author": "AwardWallet LLC",
"version": "2.37",
"description": "AwardWallet Browser Helper",
"homepage_url": "https:\/\/awardwallet.com\/",
"icons": {
"16": "icons\/icon16.png",
"44": "icons\/icon44.png",
"48": "icons\/icon48.png",
"50": "icons\/icon50.png",
"128": "icons\/icon128.png",
"150": "icons\/icon150.png",
"180": "icons\/icon180.png"
},
"content_scripts": [
{
"matches": [
"https:\/\/*.awardwallet.com\/*"
],
"js": [
"src\/content.js"
],
"run_at": "document_idle",
"all_frames": false
}
],
"background": {
"page": "background.html",
"persistent": true
},
"permissions": [
"webRequest",
"https:\/\/awardwallet.com\/*",
"http:\/\/*\/*",
"https:\/\/*\/*",
"tabs"
],
"externally_connectable": {
"matches": [
"https:\/\/*.awardwallet.com\/*"
]
}
} | |