International Keepa Charts

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

International Keepa Chartsคืออะไร?

International Keepa Charts เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://selleramp.com และคุณลักษณะหลักของมันคือ "Displays Keepa Charts for 13 Amazon marketplaces. Accessible from any Amazon details page."

ภาพหน้าจอของส่วนขยาย

screenshot
screenshot
screenshot
screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย International Keepa Charts

ดาวน์โหลดไฟล์ส่วนขยาย International Keepa Charts ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

                        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
}