Ysell Chrome Extension
The extension is designed to connect to third-party services and obtain certain data about Amazon products for their indexing.
Ysell Chrome Extensionとは何ですか?
Ysell Chrome ExtensionはTestによって開発されたChromeの拡張機能で、その主な機能は「The extension is designed to connect to third-party services and obtain certain data about Amazon products for their indexing.」です。
拡張機能のスクリーンショット
Ysell Chrome Extension拡張機能のCRXファイルをダウンロード
Ysell Chrome Extension拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
Index Checker it's the extension for checking the index on the Amazon listings. Supported all Amazon markets (DE, ES, IT, FR, USA, etc.)
拡張機能の基本情報
名前 | |
ID | ajlebcfkiimbbaeodaejlodhapkpojeg |
公式URL | https://chromewebstore.google.com/detail/ysell-chrome-extension/ajlebcfkiimbbaeodaejlodhapkpojeg |
説明 | The extension is designed to connect to third-party services and obtain certain data about Amazon products for their indexing. |
ファイルサイズ | 54.37 KB |
インストール数 | 76 |
現在のバージョン | 1.2.3 |
最終更新日 | 2023-03-24 |
公開日 | 2022-09-12 |
評価 | 5.00/5 合計 9 レビュー |
開発者 | Test |
Eメール | [email protected] |
支払い方法 | free |
対応言語 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Ysell Chrome Extension", "description": "The extension is designed to connect to third-party services and obtain certain data about Amazon products for their indexing.", "version": "1.2.3", "manifest_version": 3, "content_scripts": [ { "matches": [ "https:\/\/www.amazon.de\/*", "https:\/\/www.amazon.com\/*", "https:\/\/www.amazon.fr\/*", "https:\/\/www.amazon.it\/*", "https:\/\/www.amazon.es\/*", "https:\/\/www.amazon.ca\/*", "https:\/\/www.amazon.co.jp\/*", "https:\/\/www.amazon.co.uk\/*", "https:\/\/www.amazon.in\/*", "https:\/\/www.amazon.nl\/*" ], "js": [ "jquery.min.js", "content.js" ] } ], "action": { "default_icon": { "16": "\/images\/ysell16.png", "32": "\/images\/ysell32.png", "48": "\/images\/ysell48.png", "128": "\/images\/ysell128.png" } }, "icons": { "16": "\/images\/ysell16.png", "32": "\/images\/ysell32.png", "48": "\/images\/ysell48.png", "128": "\/images\/ysell128.png" }, "options_page": "options.html" } |