URL Assistant
Collect product information from some product detail pages on Amazon platforms
URL Assistantคืออะไร?
URL Assistant เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Innaio และคุณลักษณะหลักของมันคือ "Collect product information from some product detail pages on Amazon platforms"
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย URL Assistant
ดาวน์โหลดไฟล์ส่วนขยาย URL Assistant ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
Capture and analyze product details with URL Assistant. 1. Content Capture: Efficiently gather detailed product information. 2. Summarize: Quickly comprehend the essence and key content. InnAIO URL Assistant is available for free download and use. We prioritize user privacy and actively work towards compliance with Amazon. At this stage, the URL Assistant exclusively supports Amazon. Additionally, anomalies or failures in information retrieval may occur on gift card pages, for out-of-stock items where prices are unavailable, for certain products that do not support international sales, and more.
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | |
ID | bppofefopfhhmccdimfhdmopjdjjpcdm |
URL อย่างเป็นทางการ | https://chromewebstore.google.com/detail/url-assistant/bppofefopfhhmccdimfhdmopjdjjpcdm |
คำอธิบาย | Collect product information from some product detail pages on Amazon platforms |
ขนาดไฟล์ | 302 KB |
จำนวนการติดตั้ง | 217 |
เวอร์ชันปัจจุบัน | 1.0.0 |
อัปเดตครั้งล่าสุด | 2024-02-08 |
วันที่เผยแพร่ | 2024-02-08 |
คะแนน | 5.00/5 รวมทั้งหมด 3 คะแนน |
ผู้พัฒนา | Innaio |
อีเมล | [email protected] |
ประเภทการชำระเงิน | free |
เว็บไซต์ส่วนขยาย | https://www.innaio.com/ |
URL หน้านโยบายความเป็นส่วนตัว | https://www.innaio.com/agreement |
ภาษาที่รองรับ | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "URL Assistant", "version": "1.0.0", "description": "Collect product information from some product detail pages on Amazon platforms", "icons": { "16": "icon16.png", "48": "icon48.png", "128": "icon128.png" }, "action": { "default_title": "Default Title", "default_popup": "src\/options.html", "default_icon": { "16": "icon16.png", "48": "icon48.png", "128": "icon128.png" } }, "content_scripts": [ { "matches": [ "https:\/\/*\/*" ], "js": [ "src\/content.js" ] } ], "externally_connectable": { "matches": [ "https:\/\/admin-beta.innaio.com\/laipic-innaio\/*", "https:\/\/www.innaio.com\/*" ] }, "background": { "service_worker": "src\/background.js" }, "permissions": [ "storage" ] } |