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開發的Chrome擴展程式,該擴展的主要功能是“Displays Keepa Charts for 13 Amazon marketplaces. Accessible from any Amazon details page.”。
擴展截圖
下載International Keepa Charts擴展crx文件
下載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 |
ID | ncjanpmaebdkjamcdphbfcnedhkofonf |
官方網址 | 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 } |