AMZFy

...

AMZFy là gì?

AMZFy là một tiện ích mở rộng Chrome được phát triển bởi AmzHub, và tính năng chính của nó là "...".

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

screenshot

Tải xuống tệp CRX của tiện ích mở rộng AMZFy

Tải xuống các tệp mở rộng AMZFy 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

                        Uma ferramenta para análise de produtos que fornece informações importantes diretamente na página do produto da Amazon Brasil.

Ela inclui funcionalidades como informações detalhadas do ASIN, cálculo de custos, histórico de ranking, preços, classificação reviews e ofertas, e exibição das ofertas do listing e das variações.

Com esta extensão, os vendedores da Amazon Brasil podem tomar decisões informadas sobre quais produtos vender e como definir seus preços, melhorando assim suas vendas e maximizando seus lucros.

A extensão é fácil de usar e fornece informações valiosas para ajudar os vendedores a ter sucesso na plataforma Amazon Brasil.

Disclaimer: O AmzFy é uma ferramenta independente e não tem qualquer tipo de ligação com a Amazon.                    

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

Tên AMZFy AMZFy
ID oheggkgcedinibejpddfhjombkfffkoo
URL Chính Thức https://chromewebstore.google.com/detail/amzfy/oheggkgcedinibejpddfhjombkfffkoo
Mô tả ...
Kích Thước Tệp 996 KB
Số Lần Cài Đặt 474
Phiên Bản Hiện Tại 1.0.21
Cập Nhật Lần Cuối 2024-02-28
Ngày Phát Hành 2023-10-14
Đánh Giá 5.00/5 Tổng số 4 Đánh Giá
Nhà Phát Triển AmzHub
Email [email protected]
Loại Thanh Toán free
Trang Web Mở Rộng https://amzhub.com.br
URL Trang Chính Sách Bảo Mật https://asinfy.com.br/privacy-policy
Ngôn Ngữ Được Hỗ Trợ pt-BR
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "AMZFy",
    "description": "...",
    "version": "1.0.21",
    "permissions": [
        "storage",
        "tabs",
        "activeTab",
        "webRequest"
    ],
    "host_permissions": [
        "https:\/\/amazon.com.br\/*",
        "https:\/\/www.amazon.com.br\/*"
    ],
    "options_ui": {
        "page": "\/options.html",
        "open_in_tab": true
    },
    "background": {
        "service_worker": "\/background.js"
    },
    "action": {
        "default_popup": "\/popup.html",
        "default_icon": {
            "16": "amzhub-icon-16.png",
            "24": "amzhub-icon-24.png",
            "32": "amzhub-icon-32.png"
        }
    },
    "content_scripts": [
        {
            "js": [
                "asin.js"
            ],
            "matches": [
                "https:\/\/amazon.com.br\/dp\/*",
                "https:\/\/amazon.com.br\/*\/dp\/*",
                "https:\/\/www.amazon.com.br\/dp\/*",
                "https:\/\/www.amazon.com.br\/*\/dp\/*",
                "https:\/\/amazon.com.br\/gp\/product\/*",
                "https:\/\/www.amazon.com.br\/gp\/product\/*"
            ]
        },
        {
            "js": [
                "search.js"
            ],
            "matches": [
                "https:\/\/amazon.com.br\/s?*",
                "https:\/\/www.amazon.com.br\/s?*",
                "https:\/\/amazon.com.br\/gp\/bestsellers\/*\/ref=*",
                "https:\/\/www.amazon.com.br\/gp\/bestsellers\/*\/ref=*",
                "https:\/\/amazon.com.br\/gp\/bestsellers\/*\/?*",
                "https:\/\/www.amazon.com.br\/gp\/bestsellers\/*\/?*",
                "https:\/\/www.amazon.com.br\/*node=*"
            ]
        }
    ]
}