AwardWallet
AwardWallet Browser Helper
Cos'è AwardWallet?
AwardWallet è un'estensione di Chrome sviluppata da https://awardwallet.com, e la sua funzione principale è "AwardWallet Browser Helper".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione AwardWallet
Scarica i file di estensione AwardWallet in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.
Istruzioni per l'Uso dell'Estensione
AwardWallet extension enables users to auto-login to some of the loyalty program websites that they've added to https://AwardWallet.com Informazioni di Base sull'Estensione
| Nome | |
| ID | lppkddfmnlpjbojooindbmcokchjgbib |
| URL Ufficiale | https://chromewebstore.google.com/detail/awardwallet/lppkddfmnlpjbojooindbmcokchjgbib |
| Descrizione | AwardWallet Browser Helper |
| Dimensione del File | 35.32 KB |
| Conteggio Installazioni | 71,251 |
| Versione Corrente | 2.37 |
| Ultimo Aggiornamento | 2020-09-02 |
| Data di Pubblicazione | 2020-05-19 |
| Valutazione | 4.24/5 Totale 21 Valutazioni |
| Sviluppatore | https://awardwallet.com |
| [email protected] | |
| Tipo di Pagamento | free |
| Lingue Supportate | 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\/*"
]
}
} | |