URL Assistant
Collect product information from some product detail pages on Amazon platforms
URL Assistant là gì?
URL Assistant là một tiện ích mở rộng Chrome được phát triển bởi Innaio, và tính năng chính của nó là "Collect product information from some product detail pages on Amazon platforms".
Ả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 URL Assistant
Tải xuống các tệp mở rộng URL Assistant 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
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.
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | |
ID | bppofefopfhhmccdimfhdmopjdjjpcdm |
URL Chính Thức | https://chromewebstore.google.com/detail/url-assistant/bppofefopfhhmccdimfhdmopjdjjpcdm |
Mô tả | Collect product information from some product detail pages on Amazon platforms |
Kích Thước Tệp | 302 KB |
Số Lần Cài Đặt | 217 |
Phiên Bản Hiện Tại | 1.0.0 |
Cập Nhật Lần Cuối | 2024-02-08 |
Ngày Phát Hành | 2024-02-08 |
Đánh Giá | 5.00/5 Tổng số 3 Đánh Giá |
Nhà Phát Triển | Innaio |
[email protected] | |
Loại Thanh Toán | free |
Trang Web Mở Rộng | https://www.innaio.com/ |
URL Trang Chính Sách Bảo Mật | https://www.innaio.com/agreement |
Ngôn Ngữ Được Hỗ Trợ | 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" ] } |