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 là gì?
Ysell Chrome Extension là một tiện ích mở rộng Chrome được phát triển bởi Test, và tính năng chính của nó là "The extension is designed to connect to third-party services and obtain certain data about Amazon products for their indexing.".
Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng
Tải xuống tệp CRX của tiện ích mở rộng Ysell Chrome Extension
Tải xuống các tệp mở rộng Ysell Chrome Extension dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.
Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng
Index Checker it's the extension for checking the index on the Amazon listings. Supported all Amazon markets (DE, ES, IT, FR, USA, etc.)
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | |
ID | ajlebcfkiimbbaeodaejlodhapkpojeg |
URL Chính Thức | https://chromewebstore.google.com/detail/ysell-chrome-extension/ajlebcfkiimbbaeodaejlodhapkpojeg |
Mô tả | The extension is designed to connect to third-party services and obtain certain data about Amazon products for their indexing. |
Kích Thước Tệp | 54.37 KB |
Số Lần Cài Đặt | 76 |
Phiên Bản Hiện Tại | 1.2.3 |
Cập Nhật Lần Cuối | 2023-03-24 |
Ngày Phát Hành | 2022-09-12 |
Đánh Giá | 5.00/5 Tổng số 9 Đánh Giá |
Nhà Phát Triển | Test |
[email protected] | |
Loại Thanh Toán | free |
Ngôn Ngữ Được Hỗ Trợ | 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" } |