自動出品くん連携ツール
自動出品くん連携ツール
What is 自動出品くん連携ツール?
自動出品くん連携ツール is a Chrome extension developed by 51flya.com, and its main feature is "自動出品くん連携ツール".
Download 自動出品くん連携ツール Extension CRX File
Download 自動出品くん連携ツール extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
自動出品くんのデータ収集機能を利用するための連携ツールです。 本サービスは、お客様のショップウェブサイトに商品を出品するために、任意の仕入先サイトの商品データを自動的に収集し、CSVに出力するサービスでございます。 本サービスバイマ(BUYMA)自動出品くんの一部としてご提供しておりますが、単独のご利用も可能です。 特徴: ・商品タイトル、価格、説明、型番等の自動収集 ・商品のサイズ一覧、色一覧等の自動収集 ・画像の自動ダウンロード、リネーム等加工作業可能 ・CSVに出力可 ・BUYMA自動出品くん利用可(Yahooショッピング、カラーミーショップ等への出品も利用可) ・Google翻訳により機械翻訳利用可 問い合わせは http://51flya.com/connect-with-me でお願い致します。
Extension Basic Information
Name | |
ID | elmeihnlocabfpdmdijgaaamdbcilhef |
Official URL | https://chrome.google.com/webstore/detail/%E8%87%AA%E5%8B%95%E5%87%BA%E5%93%81%E3%81%8F%E3%82%93%E9%80%A3%E6%90%BA%E3%83%84%E3%83%BC%E3%83%AB/elmeihnlocabfpdmdijgaaamdbcilhef |
Description | 自動出品くん連携ツール |
File Size | 90.21 KB |
Installation Count | 24 |
Current Version | 0.17 |
Last Updated | 2017-03-25 |
Publish Date | 2017-03-25 |
Developer | 51flya.com |
[email protected] | |
Payment Type | free |
Extension Website | http://51flya.com/%E3%83%87%E3%83%BC%E3%82%BF%E3%82%AF%E3%83%AD%E3%83%BC%E3%83%AA%E3%83%B3%E3%82%B0 |
Help Page URL | http://51flya.com/faq |
Privacy Policy Page URL | http://51flya.com/privacy |
Supported Languages | ja |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "\u81ea\u52d5\u51fa\u54c1\u304f\u3093\u9023\u643a\u30c4\u30fc\u30eb", "version": "0.17", "manifest_version": 2, "permissions": [ "tabs", "http:\/\/*\/*", "https:\/\/*\/*", "downloads" ], "browser_action": { "default_icon": "img\/aliexpress.png", "default_title": "\u81ea\u52d5\u51fa\u54c1\u304f\u3093\u9023\u643a\u30c4\u30fc\u30eb" }, "description": "\u81ea\u52d5\u51fa\u54c1\u304f\u3093\u9023\u643a\u30c4\u30fc\u30eb", "background": { "scripts": [ "js\/background.js", "js\/go_to.js", "js\/txtCmd.js", "js\/xpath.js", "js\/jquery-1.7.1.js" ] } } |