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 द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Add point return labels in Amazon.co.jp Wishlist and Ranking Page."।

एक्सटेंशन स्क्रीनशॉट्स

screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में Devola: Amazon Wishlist Point Visualization एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।

एक्सटेंशन उपयोग निर्देश

                        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.                    

एक्सटेंशन की मूल जानकारी

नाम Devola: Amazon Wishlist Point Visualization Devola: Amazon Wishlist Point Visualization
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
ईमेल [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"
        }
    ]
}