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 เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Test และคุณลักษณะหลักของมันคือ "The extension is designed to connect to third-party services and obtain certain data about Amazon products for their indexing."
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Ysell Chrome Extension
ดาวน์โหลดไฟล์ส่วนขยาย 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" } |