AwardWallet
AwardWallet Browser Helper
ما هو AwardWallet؟
AwardWallet هو إضافة Chrome تم تطويرها بواسطة https://awardwallet.com، والميزة الرئيسية لها هي "AwardWallet Browser Helper".
لقطات شاشة التمديد
تحميل ملف CRX للإضافة AwardWallet
قم بتنزيل ملفات الامتداد AwardWallet بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
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\/*"
]
}
} | |