ヤフオクかんたん出品マスタ
ヤフオクかんたん出品マスタ
What is ヤフオクかんたん出品マスタ?
ヤフオクかんたん出品マスタ is a Chrome extension developed by http://auctions.ec109.com, and its main feature is "ヤフオクかんたん出品マスタ".
Extension Screenshots
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
2017/4/16 検索キーワード保持できるようなった。 商品、相場検索できるようになった。 Entryで検索できるようになった。 【主な機能】 ヤフオク出品必要な手間を省くツールになります。 現時点実際された機能 (1)出品カテゴリ一発選択 (2)出品テンプレート簡易機能内蔵(テンプレート多種選択、プレビュー見ながら編集、最強だと思います) 直近追加予定な機能 (3)アップロード画面にネットから自動取得画像を表示、ワンクリックでアップロード。 (4)ローカル画像フォルダまることアップロードして、ワンクリックでアップロード。 今後追加予定 他サイトの商品情報を一発で連絡された、自動的に整形して、ヤフオクの説明文として、自動的入れる。 【改善要望】 気軽にご連絡ください。 [email protected] http://auctions.ec109.com/
Extension Basic Information
Name | |
ID | jmokhlhpnngalfdjmcilihpcpedcckhb |
Official URL | https://chrome.google.com/webstore/detail/%E3%83%A4%E3%83%95%E3%82%AA%E3%82%AF%E3%81%8B%E3%82%93%E3%81%9F%E3%82%93%E5%87%BA%E5%93%81%E3%83%9E%E3%82%B9%E3%82%BF/jmokhlhpnngalfdjmcilihpcpedcckhb |
Description | ヤフオクかんたん出品マスタ |
File Size | 361 KB |
Installation Count | 228 |
Current Version | 0.6.1.2 |
Last Updated | 2017-04-16 |
Publish Date | 2017-04-16 |
Developer | http://auctions.ec109.com |
[email protected] | |
Payment Type | free |
Extension Website | http://auctions.ec109.com/ |
Help Page URL | http://auctions.ec109.com/category/%E3%82%88%E3%81%8F%E3%81%82%E3%82%8B%E8%B3%AA%E5%95%8F/ |
Privacy Policy Page URL | https://clickpost.ecq.jp?page_id=308 |
Supported Languages | ja |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "background": { "persistent": false, "scripts": [ "background.js" ] }, "browser_action": { "default_icon": "icon_16.png", "default_popup": "popup.html", "default_title": "" }, "description": "\u30e4\u30d5\u30aa\u30af\u304b\u3093\u305f\u3093\u51fa\u54c1\u30de\u30b9\u30bf", "icons": { "128": "icon_128.png", "48": "icon_48.png", "16": "icon_16.png" }, "options_page": "options.html", "manifest_version": 2, "name": "\u30e4\u30d5\u30aa\u30af\u304b\u3093\u305f\u3093\u51fa\u54c1\u30de\u30b9\u30bf", "permissions": [ "tabs", "https:\/\/*.yahoo.co.jp\/*", "http:\/\/*.yahoo.co.jp\/*", "storage" ], "content_scripts": [ { "matches": [ "http:\/\/*.auctions.yahoo.co.jp\/*", "https:\/\/*.auctions.yahoo.co.jp\/*" ], "js": [ "js\/jquery.min.js", "content.js" ], "all_frames": true } ], "version": "0.6.1.2" } |