ERESA-Research and Analysis Amazon Products

Real-time product research and analysis on Amazon's platform!

ERESA-Research and Analysis Amazon Products là gì?

ERESA-Research and Analysis Amazon Products là một tiện ích mở rộng Chrome được phát triển bởi https://eresa.jp, và tính năng chính của nó là "Real-time product research and analysis on Amazon's platform!".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot
screenshot
screenshot
screenshot
screenshot
screenshot

Tải xuống tệp CRX của tiện ích mở rộng ERESA-Research and Analysis Amazon Products

Tải xuống các tệp mở rộng ERESA-Research and Analysis Amazon Products 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

                        ■ ERESA

[Over 40,000 Registered Users on the Web Version!] ERESA allows you to access over 1.3 billion product data (such as sellers, prices, ranking trends, etc.) from Amazon.co.jp and Amazon.com for free. (Up to 3 months on the free version)

In addition to product rankings, ERESA also provides analysis results such as how many units of a product were sold per month, how many sellers are offering the product, and how the price has changed over time. These results can be graphically displayed instantly as needed.

With the paid version, you can utilize various analysis features powered by the latest AI technology (GPT-4).

■ List of Features for this Extension

・Compatible with Amazon.co.jp and Amazon.com
・Adds a button to Amazon product titles for one-click access to the ERESA web version.
・Allows free access to paid graphs (such as rankings) from Keepa.
・Displays information from the ERESA web version directly on Amazon pages.
・Enables searching on the ERESA web version by simply right-clicking selected text.
・Displays inventory quantities on Amazon's product detail pages and seller listings.

■ How to Use

First, register as a member and log in to the ERESA web version.

https://search.eresa.jp/

Next, open the product detail page on Amazon.

The ERESA web version's detailed page will be displayed on the Amazon page.

■User Manual

https://eresa.jp/eresa/eresa-extensions/                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên ERESA-Research and Analysis Amazon Products ERESA-Research and Analysis Amazon Products
ID lgdbkbiiahlakkjphejbmjncbncgmbkj
URL Chính Thức https://chromewebstore.google.com/detail/eresa-research-and-analys/lgdbkbiiahlakkjphejbmjncbncgmbkj
Mô tả Real-time product research and analysis on Amazon's platform!
Kích Thước Tệp 280 KB
Số Lần Cài Đặt 6,000
Phiên Bản Hiện Tại 1.5
Cập Nhật Lần Cuối 2024-02-28
Ngày Phát Hành 2021-07-14
Đánh Giá 5.00/5 Tổng số 8 Đánh Giá
Nhà Phát Triển https://eresa.jp
Email [email protected]
Loại Thanh Toán free
Trang Web Mở Rộng https://eresa.jp/
URL Trang Trợ Giúp https://eresa.jp/contactform/
Ngôn Ngữ Được Hỗ Trợ en,ja
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "__MSG_name__",
    "description": "__MSG_description__",
    "version": "1.5",
    "default_locale": "ja",
    "icons": {
        "19": "img\/on38.png",
        "38": "img\/on38.png",
        "128": "img\/icon128.png"
    },
    "background": {
        "service_worker": "service_worker.js"
    },
    "content_scripts": [
        {
            "matches": [
                "*:\/\/*.amazon.com\/*",
                "*:\/\/*.amazon.co.jp\/*",
                "*:\/\/*.amazon.co.uk\/*"
            ],
            "js": [
                "\/lib\/jquery-3.4.1.min.js",
                "\/js\/main.js"
            ],
            "css": [
                "\/css\/style.css"
            ],
            "run_at": "document_end"
        },
        {
            "matches": [
                "*:\/\/*.amazon.com\/*",
                "*:\/\/*.amazon.co.jp\/*",
                "*:\/\/*.amazon.co.uk\/*"
            ],
            "js": [
                "\/js\/main.js"
            ],
            "all_frames": true,
            "run_at": "document_end"
        }
    ],
    "web_accessible_resources": [
        {
            "resources": [
                "\/img\/*"
            ],
            "matches": [
                ""
            ]
        }
    ],
    "content_security_policy": {
        "extension_pages": "script-src 'self'; object-src 'self'"
    },
    "permissions": [
        "webRequest",
        "tabs",
        "contextMenus",
        "storage",
        "i18n"
    ],
    "action": {
        "default_icon": "img\/off38.png",
        "default_popup": "\/html\/popup.html"
    },
    "host_permissions": [
        "*:\/\/*.amazon.com\/*",
        "*:\/\/*.amazon.co.jp\/*",
        "*:\/\/*.amazon.co.uk\/*",
        "*:\/\/search.eresa.jp\/*"
    ]
}