TERADA Research Free
TERADAリサーチFree(TERADA Research Free)
What is TERADA Research Free?
TERADA Research Free is a Chrome extension developed by https://teradamasanobu.com, and its main feature is "TERADAリサーチFree(TERADA Research Free)".
Extension Screenshots
Download TERADA Research Free Extension CRX File
Download TERADA Research Free 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
TERADAリサーチ無料版(TERADA Research無料版) 物販ビジネスのリサーチをサポートするためのツールになります。 アマゾンでキーワードを入力し検索したとき、商品ページのASIN、大カテゴリー名、大カテゴリーのランキング、セラースプライト販売数予測、FBA料金シュミレーターを小窓で表示します。検索結果だけでなくストアフロントや商品ページにも上記の情報を表示します。
Extension Basic Information
Name | TERADA Research Free |
ID | ioohkjjgjejmhloiedfndnnfihhgjike |
Official URL | https://chromewebstore.google.com/detail/terada-research-free/ioohkjjgjejmhloiedfndnnfihhgjike |
Description | TERADAリサーチFree(TERADA Research Free) |
File Size | 750 KB |
Installation Count | 1,050 |
Current Version | 2.0.6 |
Last Updated | 2021-01-30 |
Publish Date | 2021-01-29 |
Developer | https://teradamasanobu.com |
[email protected] | |
Payment Type | free |
Privacy Policy Page URL | https://teradamasanobu.com/privacypolicy111 |
Supported Languages | ja |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "TERADA Research Free", "short_name": "TEResarchFree", "version": "2.0.6", "description": "TERADA\u30ea\u30b5\u30fc\u30c1Free(TERADA Research Free)", "background": { "scripts": [ "lib\/jquery.min.js", "background.js" ] }, "icons": { "128": "img\/tera-128-on.png" }, "browser_action": [], "content_scripts": [ { "matches": [ "*:\/\/www.amazon.co.jp\/*" ], "js": [ "lib\/jquery.min.js", "amazon-enrich.js" ], "run_at": "document_end" }, { "matches": [ "*:\/\/sellercentral.amazon.co.jp\/*" ], "js": [ "lib\/jquery.min.js", "fba-calculator.js" ], "run_at": "document_end" } ], "permissions": [ "https:\/\/www.amazon.co.jp\/*" ] } |