Triplemars Non-API Extension
Triplemars Non-API Extension
Triplemars Non-API Extensionとは何ですか?
Triplemars Non-API Extensionはsupportによって開発されたChromeの拡張機能で、その主な機能は「Triplemars Non-API Extension」です。
拡張機能のスクリーンショット
Triplemars Non-API Extension拡張機能のCRXファイルをダウンロード
Triplemars Non-API Extension拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
Triplemars Non-API Extension gives you a tool for listing your items, from various suppliers to eBay without the use of eBay API. In that way you can expose your items to more potential buyers, increase your conversion rate, and gain higher revenues as a dropshipper!
拡張機能の基本情報
名前 | Triplemars Non-API Extension |
ID | cennieobnabhoapafpokpomamekiepgn |
公式URL | https://chromewebstore.google.com/detail/triplemars-non-api-extens/cennieobnabhoapafpokpomamekiepgn |
説明 | Triplemars Non-API Extension |
ファイルサイズ | 1.12 MB |
インストール数 | 91 |
現在のバージョン | 2.0.11 |
最終更新日 | 2021-08-24 |
公開日 | 2021-04-14 |
評価 | 3.00/5 合計 2 レビュー |
開発者 | support |
Eメール | [email protected] |
支払い方法 | free |
拡張機能のウェブサイト | https://www.triplemars.com/ |
ヘルプページのURL | https://www.triplemars.com/ |
対応言語 | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Triplemars Non-API Extension", "version": "2.0.11", "description": "Triplemars Non-API Extension", "permissions": [ "tabs", "storage", "https:\/\/www.triplemars.com\/", "https:\/\/console.triplemars.com\/*", "https:\/\/*.ebay.com\/*" ], "background": { "scripts": [ "background.js", "event_script.js" ], "persistent": true }, "content_scripts": [ { "matches": [ "https:\/\/console.triplemars.com\/*", "https:\/\/*.ebay.com\/*" ], "js": [ "content.js" ] } ], "browser_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 } |