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 |
电子邮箱 | [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" } |