Amazon Product Details
Collects specific product details from Amazon
什么是Amazon Product Details?
Amazon Product Details是由https://www.apsaraaruna.com开发的Chrome扩展程序,该扩展的主要功能是“Collects specific product details from Amazon”。
扩展截图
下载Amazon Product Details扩展crx文件
下载Amazon Product Details扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
Description: The Amazon Product Details Exporter is a powerful Chrome extension that allows you to easily collect and export essential product details from Amazon product pages. With just a few clicks, you can extract information such as title, price, rating, reviews, features, product details, image source, ASIN, and reference link in a convenient CSV format. Key Features: - Extract and export product details from Amazon product pages - Save time by collecting essential information in a structured CSV format - Customize the export by choosing the specific details you need - Seamlessly download the CSV file for easy access and analysis - Supports multiple Amazon regional websites (e.g., Amazon.com, Amazon.co.uk, Amazon.ca, Amazon.ae) How to Use: - Install the Amazon Product Details Exporter Chrome extension from the Chrome Web Store. - Navigate to an Amazon product page of your choice. - Click on the extension icon in the Chrome toolbar. - The extension will automatically retrieve the relevant product details. - Customize the reference link (optional). - Click the "Export" button to generate and download the CSV file. - Open the CSV file in a spreadsheet or any compatible software to access and analyze the collected data.
扩展基本信息
名称 | Amazon Product Details |
ID | ihgdkbgclgmjflmkmobgpjjfepdonhbh |
官方URL | https://chromewebstore.google.com/detail/amazon-product-details/ihgdkbgclgmjflmkmobgpjjfepdonhbh |
简介 | Collects specific product details from Amazon |
文件大小 | 22.07 KB |
安装次数 | 48 |
当前版本 | 1.0 |
更新时间 | 2023-06-28 |
上架时间 | 2023-06-27 |
评分 | 5.00/5 共1次评分 |
开发者 | https://www.apsaraaruna.com |
电子邮箱 | [email protected] |
付费类型 | free |
扩展官网 | https://apsaraaruna.com/tools/amazon-product-details-chrome-extension/ |
帮助页面URL | https://apsaraaruna.com/tools/amazon-product-details-chrome-extension/ |
支持的语言 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "Amazon Product Details", "version": "1.0", "description": "Collects specific product details from Amazon", "permissions": [ "scripting", "activeTab", "storage" ], "action": { "default_icon": { "16": "icon16.png", "48": "icon48.png", "128": "icon128.png" } }, "icons": { "16": "icon16.png", "48": "icon48.png", "128": "icon128.png" }, "host_permissions": [ "https:\/\/www.amazon.com\/*" ], "background": { "service_worker": "background.js" } } |