Devola: Amazon Wishlist Point Visualization

Add point return labels in Amazon.co.jp Wishlist and Ranking Page.

Hvad er Devola: Amazon Wishlist Point Visualization?

Devola: Amazon Wishlist Point Visualization er en Chrome-udvidelse udviklet af https://damonge.com, og dens hovedfunktion er "Add point return labels in Amazon.co.jp Wishlist and Ranking Page.".

Udvidelsesskærmbilleder

screenshot

Download Devola: Amazon Wishlist Point Visualization-udvidelses-CRX-fil

Download Devola: Amazon Wishlist Point Visualization-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.

Brugsanvisning til Udvidelsen

                        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.                    

Grundlæggende oplysninger om udvidelsen

Navn Devola: Amazon Wishlist Point Visualization Devola: Amazon Wishlist Point Visualization
ID khfjbdbepipkeecalhcpcnhkdfedkcki
Officiel URL https://chromewebstore.google.com/detail/devola-amazon-wishlist-po/khfjbdbepipkeecalhcpcnhkdfedkcki
Beskrivelse Add point return labels in Amazon.co.jp Wishlist and Ranking Page.
Filstørrelse 13.32 KB
Antal Installationer 115
Nuværende Version 1.4.3
Senest Opdateret 2023-04-15
Udgivelsesdato 2020-04-03
Udvikler https://damonge.com
E-mail [email protected]
Betalingsmetode free
Udvidelseswebsted https://github.com/big-mon/amazon-wishlist-pointgetter
Hjælpeside-URL https://github.com/big-mon/amazon-wishlist-pointgetter/issues
Understøttede Sprog 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"
        }
    ]
}