Devola: Amazon Wishlist Point Visualization
Add point return labels in Amazon.co.jp Wishlist and Ranking Page.
Devola: Amazon Wishlist Point Visualizationとは何ですか?
Devola: Amazon Wishlist Point Visualizationはhttps://damonge.comによって開発されたChromeの拡張機能で、その主な機能は「Add point return labels in Amazon.co.jp Wishlist and Ranking Page.」です。
拡張機能のスクリーンショット
Devola: Amazon Wishlist Point Visualization拡張機能のCRXファイルをダウンロード
Devola: Amazon Wishlist Point Visualization拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
                        When browsing the wish list or ranking page, the points that can be earned are also displayed.
Only Amazon.co.jp is supported, not Amazon.com etc.                     拡張機能の基本情報
| 名前 |   |  
| ID | khfjbdbepipkeecalhcpcnhkdfedkcki | 
| 公式URL | https://chromewebstore.google.com/detail/devola-amazon-wishlist-po/khfjbdbepipkeecalhcpcnhkdfedkcki | 
| 説明 | Add point return labels in Amazon.co.jp Wishlist and Ranking Page. | 
| ファイルサイズ | 13.32 KB | 
| インストール数 | 115 | 
| 現在のバージョン | 1.4.3 | 
| 最終更新日 | 2023-04-15 | 
| 公開日 | 2020-04-03 | 
| 開発者 | https://damonge.com | 
| Eメール | [email protected] | 
| 支払い方法 | free | 
| 拡張機能のウェブサイト | https://github.com/big-mon/amazon-wishlist-pointgetter | 
| ヘルプページのURL | https://github.com/big-mon/amazon-wishlist-pointgetter/issues | 
| 対応言語 | en,ja | 
| manifest.json | |
 {
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "Devola: Amazon Wishlist Point Visualization",
    "short_name": "Devola",
    "version": "1.4.3",
    "description": "__MSG_appDesc__",
    "default_locale": "ja",
    "icons": {
        "16": "images\/icon16.png",
        "48": "images\/icon48.png",
        "128": "images\/icon128.png"
    },
    "content_scripts": [
        {
            "matches": [
                "https:\/\/www.amazon.co.jp\/*\/wishlist\/*",
                "https:\/\/www.amazon.co.jp\/portal-migration\/bestsellers\/*",
                "https:\/\/www.amazon.co.jp\/gp\/bestsellers\/*",
                "https:\/\/www.amazon.co.jp\/gp\/new-releases\/*",
                "https:\/\/www.amazon.co.jp\/gp\/movers-and-shakers\/*"
            ],
            "css": [],
            "js": [
                "js\/index.js"
            ],
            "run_at": "document_end"
        }
    ]
}  |  |