Amazon WishList Point
Add a function to display points on the Amazon wish list
Cos'è Amazon WishList Point?
Amazon WishList Point è un'estensione di Chrome sviluppata da https://fuquna.ga, e la sua funzione principale è "Add a function to display points on the Amazon wish list".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione Amazon WishList Point
Scarica i file di estensione Amazon WishList Point 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
amazon.co.jpのウィッシュリストに、商品を購入した際に付与されるAmazonポイントの表記を追加します。
通常ウィッシュリスト上の商品表示にはAmazonポイントが表示されないため各商品の個別ページを開いて確認する必要がありますが、本拡張を使うことでウィッシュリスト上で一覧表示のまま確認できます。 Informazioni di Base sull'Estensione
| Nome | |
| ID | mffnibnldlmhmagdjiihbmjffpdmjlmn |
| URL Ufficiale | https://chromewebstore.google.com/detail/amazon-wishlist-point/mffnibnldlmhmagdjiihbmjffpdmjlmn |
| Descrizione | Add a function to display points on the Amazon wish list |
| Dimensione del File | 12.15 KB |
| Conteggio Installazioni | 750 |
| Versione Corrente | 1.4.1 |
| Ultimo Aggiornamento | 2023-02-21 |
| Data di Pubblicazione | 2018-08-10 |
| Valutazione | 5.00/5 Totale 3 Valutazioni |
| Sviluppatore | https://fuquna.ga |
| [email protected] | |
| Tipo di Pagamento | free |
| Lingue Supportate | ja |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"manifest_version": 3,
"name": "Amazon WishList Point",
"version": "1.4.1",
"description": "Add a function to display points on the Amazon wish list",
"content_scripts": [
{
"matches": [
"https:\/\/www.amazon.co.jp\/*\/wishlist\/*"
],
"js": [
"content_script.js"
]
}
],
"icons": {
"128": "ap128.png"
}
} | |