International Keepa Charts

Displays Keepa Charts for 13 Amazon marketplaces. Accessible from any Amazon details page.

International Keepa Charts क्या है?

International Keepa Charts https://selleramp.com द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Displays Keepa Charts for 13 Amazon marketplaces. Accessible from any Amazon details page."।

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

screenshot
screenshot
screenshot
screenshot
screenshot

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

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

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

                        The International Keepa Chart extension is a free tool that allows you to easily view the latest Keepa graphs across multiple Amazon marketplaces for any listed product.

To use simply go to any Amazon details page and click on the globe icon in your toolbar. You can change the range of the graph by clicking on the number of days that you would like displayed.

Each marketplace can be activated and deactivated as required in the settings. 

Supported marketplaces are:
United Kingdom (.co.uk), France (.fr), Germany (.de), Spain (.es), Italy (.it), USA (.com), Canada (.ca), Mexico (.com.mx), Brazil (.com.br), Japan (.co.jp), China (.cn), India (.in) and Australia (.com.au).                    

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

नाम International Keepa Charts International Keepa Charts
ID ncjanpmaebdkjamcdphbfcnedhkofonf
आधिकारिक URL https://chromewebstore.google.com/detail/international-keepa-chart/ncjanpmaebdkjamcdphbfcnedhkofonf
विवरण Displays Keepa Charts for 13 Amazon marketplaces. Accessible from any Amazon details page.
फ़ाइल का आकार 732 KB
स्थापना संख्या 8,378
वर्तमान संस्करण 1.1.027
अंतिम अपडेट 2020-11-21
प्रकाशन तिथि 2019-11-05
रेटिंग 4.00/5 कुल 10 रेटिंग्स
डेवलपर https://selleramp.com
ईमेल [email protected]
भुगतान के प्रकार free
गोपनीयता नीति पृष्ठ URL https://selleramp.com/privacy-center/privacy-policy
समर्थित भाषाएँ en-GB
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "International Keepa Charts",
    "version": "1.1.027",
    "description": "Displays Keepa Charts for 13 Amazon marketplaces. Accessible from any Amazon details page.",
    "permissions": [
        "activeTab",
        "declarativeContent",
        "storage",
        "https:\/\/*.selleramp.com\/*"
    ],
    "background": {
        "scripts": [
            "js\/jquery-3.2.1.min.js",
            "js\/marketplaces.js",
            "js\/background.js",
            "js\/options.js"
        ],
        "persistent": false
    },
    "page_action": {
        "default_popup": "popup.html",
        "default_icon": {
            "16": "images\/ikelogo16.png",
            "32": "images\/ikelogo32.png",
            "48": "images\/ikelogo48.png",
            "128": "images\/ikelogo128.png"
        }
    },
    "icons": {
        "16": "images\/ikelogo16.png",
        "32": "images\/ikelogo32.png",
        "48": "images\/ikelogo48.png",
        "128": "images\/ikelogo128.png"
    },
    "options_page": "options.html",
    "manifest_version": 2
}