Triplemars Explorer
Triplemars Explorer!
Triplemars Explorerとは何ですか?
Triplemars Explorerはsupportによって開発されたChromeの拡張機能で、その主な機能は「Triplemars Explorer!」です。
拡張機能のスクリーンショット
Triplemars Explorer拡張機能のCRXファイルをダウンロード
Triplemars Explorer拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
Triplemars explorer is an extension that can gather ASINs from Amazon pages for market research. Once you've gathered the ASINs, you can paste them into Triplemars or export them to a CSV file.
拡張機能の基本情報
名前 | Triplemars Explorer |
ID | khdeljcpcgncnbnbbcelkpnefjnilmdm |
公式URL | https://chromewebstore.google.com/detail/triplemars-explorer/khdeljcpcgncnbnbbcelkpnefjnilmdm |
説明 | Triplemars Explorer! |
ファイルサイズ | 740 KB |
インストール数 | 524 |
現在のバージョン | 1.5 |
最終更新日 | 2020-06-10 |
公開日 | 2020-06-10 |
評価 | 5.00/5 合計 6 レビュー |
開発者 | support |
Eメール | [email protected] |
支払い方法 | free |
対応言語 | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Triplemars Explorer", "version": "1.5", "description": "Triplemars Explorer!", "permissions": [ "declarativeContent", "storage", "https:\/\/console.triplemars.com\/*", "https:\/\/*.amazon.co.uk\/*", "https:\/\/*.amazon.com\/*", "https:\/\/*.amazon.de\/*", "https:\/\/*.amazon.ca\/*", "https:\/\/*.walmart.com\/*", "https:\/\/*.aliexpress.com\/*" ], "background": { "scripts": [ "background.js", "event_script.js" ], "persistent": true }, "content_scripts": [ { "matches": [ "https:\/\/console.triplemars.com\/*", "https:\/\/*.amazon.co.uk\/*", "https:\/\/*.amazon.com\/*", "https:\/\/*.amazon.de\/*", "https:\/\/*.amazon.ca\/*", "https:\/\/*.walmart.com\/*", "https:\/\/*.aliexpress.com\/*" ], "js": [ "content.js" ] } ], "page_action": { "default_popup": "popup.html", "default_icon": { "16": "images\/get_started16.png", "32": "images\/get_started32.png", "48": "images\/get_started48.png", "128": "images\/get_started128.png" } }, "icons": { "16": "images\/get_started16.png", "32": "images\/get_started32.png", "48": "images\/get_started48.png", "128": "images\/get_started128.png" }, "commands": { "GetItems": { "suggested_key": { "default": "Alt+1" }, "description": "Get Items" }, "PasteItems": { "suggested_key": { "default": "Alt+2" }, "description": "Paste Items" } }, "manifest_version": 2 } |