Amazon Product Details
Collects specific product details from Amazon
Amazon Product Details क्या है?
Amazon Product Details https://www.apsaraaruna.com द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Collects specific product details from Amazon"।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में Amazon Product Details एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
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" } } |