カートボックス獲得率UP!価格差お知らせ by LC
Amazonセラーセントラル上で販売している商品の価格と対象商品のカートボックス価格に誤差がある場合販売価格に色を付けてお知らせする機能。
¿Qué es カートボックス獲得率UP!価格差お知らせ by LC?
カートボックス獲得率UP!価格差お知らせ by LC es una extensión de Chrome desarrollada por 51flya.com, y su función principal es "Amazonセラーセントラル上で販売している商品の価格と対象商品のカートボックス価格に誤差がある場合販売価格に色を付けてお知らせする機能。".
Capturas de Pantalla de la Extensión
Descargar Archivo CRX de la Extensión カートボックス獲得率UP!価格差お知らせ by LC
Descarga archivos de extensión カートボックス獲得率UP!価格差お知らせ by LC en formato crx, instala manualmente las extensiones de Chrome en el navegador o comparte los archivos crx con amigos para instalar fácilmente las extensiones de Chrome.
Instrucciones de Uso de la Extensión
Amazonセラーセントラル上で販売している商品の価格と対象商品のカートボックス価格に誤差がある場合販売価格に色を付けてお知らせする機能 Amazonで売り上げを上げるためには仕入をしてFBAへ納品しただけでは思うように売り上げを伸ばすことはできません。 カートボックスを獲得することが大切です。 こちらの機能を使うためににはIDが必要です。 お問い合わせは以下のHPのお問い合わせフォームからお願いします。 http://land-create.net/
Información Básica de la Extensión
Nombre | カートボックス獲得率UP!価格差お知らせ by LC |
ID | oecanaofdbihkioldeekecipabohjpih |
URL Oficial | https://chromewebstore.google.com/detail/%E3%82%AB%E3%83%BC%E3%83%88%E3%83%9C%E3%83%83%E3%82%AF%E3%82%B9%E7%8D%B2%E5%BE%97%E7%8E%87up%EF%BC%81%E4%BE%A1%E6%A0%BC%E5%B7%AE%E3%81%8A%E7%9F%A5%E3%82%89%E3%81%9B-by-l/oecanaofdbihkioldeekecipabohjpih |
Descripción | Amazonセラーセントラル上で販売している商品の価格と対象商品のカートボックス価格に誤差がある場合販売価格に色を付けてお知らせする機能。 |
Tamaño del Archivo | 103 KB |
Cantidad de Instalaciones | 45 |
Versión Actual | 1.0.25 |
Última Actualización | 2017-05-11 |
Fecha de Publicación | 2017-05-11 |
Desarrollador | 51flya.com |
Correo electrónico | [email protected] |
Tipo de Pago | free |
URL de la Página de Política de Privacidad | http://51flya.com/privacy |
Idiomas Soportados | ja |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "\u30ab\u30fc\u30c8\u30dc\u30c3\u30af\u30b9\u7372\u5f97\u7387UP\uff01\u4fa1\u683c\u5dee\u304a\u77e5\u3089\u305b by LC", "version": "1.0.25", "manifest_version": 2, "permissions": [ "https:\/\/sellercentral-japan.amazon.com\/*", "http:\/\/user.51flya.com\/*", "https:\/\/*\/*", "http:\/\/*\/*" ], "browser_action": { "default_icon": "img\/LandCreat64.png", "default_title": "\u30ab\u30fc\u30c8\u30dc\u30c3\u30af\u30b9\u7372\u5f97\u7387UP\uff01\u4fa1\u683c\u5dee\u304a\u77e5\u3089\u305b by LC", "default_popup": "html\/popup.html" }, "description": "Amazon\u30bb\u30e9\u30fc\u30bb\u30f3\u30c8\u30e9\u30eb\u4e0a\u3067\u8ca9\u58f2\u3057\u3066\u3044\u308b\u5546\u54c1\u306e\u4fa1\u683c\u3068\u5bfe\u8c61\u5546\u54c1\u306e\u30ab\u30fc\u30c8\u30dc\u30c3\u30af\u30b9\u4fa1\u683c\u306b\u8aa4\u5dee\u304c\u3042\u308b\u5834\u5408\u8ca9\u58f2\u4fa1\u683c\u306b\u8272\u3092\u4ed8\u3051\u3066\u304a\u77e5\u3089\u305b\u3059\u308b\u6a5f\u80fd\u3002", "background": { "scripts": [ "js\/jquery-1.7.1.js", "js\/background.js" ] } } |