Amazon Product Details

Collects specific product details from Amazon

Amazon Product Detailsคืออะไร?

Amazon Product Details เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://www.apsaraaruna.com และคุณลักษณะหลักของมันคือ "Collects specific product details from Amazon"

ภาพหน้าจอของส่วนขยาย

screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Amazon Product Details

ดาวน์โหลดไฟล์ส่วนขยาย 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 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"
    }
}