Avantpro AMZ USA

Extension for detailed competition and market analysis at AMZ.

Avantpro AMZ USAคืออะไร?

Avantpro AMZ USA เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://avantpro.com.br และคุณลักษณะหลักของมันคือ "Extension for detailed competition and market analysis at AMZ."

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

screenshot
screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Avantpro AMZ USA

ดาวน์โหลดไฟล์ส่วนขยาย Avantpro AMZ USA ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

                        Extension for detailed competition and market analysis at AMZ.
Disclaimer: Avantpro is an independent tool and has no connection with the Amazon brand.

Avantpro for AMZ USA

Market analysis extension, developed to present metrics from Amazon sellers.

Whether you are a beginner, intermediate or advanced seller on Amazon, have you ever stopped to think about how much time, energy and money you spend running your operation? Looking for products with sales traction, analyzing competitors and selling your products are activities that can be improved through our tool.

Avantpro for AMZ has valuable resources, check out:

  -Analysis of metrics relating to ads that are on the first page of the search screen;
  -Download advertisement photos;
  -Download of excel with product evaluations;
  -Keywords most used in the titles of products in a given search;
  -Detailed analysis of metrics for a specific product;
  -Evaluation of negative points of a product;
  -EAN generator.

Take your e-commerce to the PRO level, install Avantpro for AMZ now.                    

ข้อมูลพื้นฐานของส่วนขยาย

ชื่อ Avantpro AMZ USA Avantpro AMZ USA
ID lfcjcopccimhlcffiahclhlddkfhfnff
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/avantpro-amz-usa/lfcjcopccimhlcffiahclhlddkfhfnff
คำอธิบาย Extension for detailed competition and market analysis at AMZ.
ขนาดไฟล์ 624 KB
จำนวนการติดตั้ง 97
เวอร์ชันปัจจุบัน 1.2
อัปเดตครั้งล่าสุด 2023-12-27
วันที่เผยแพร่ 2023-10-18
ผู้พัฒนา https://avantpro.com.br
อีเมล [email protected]
ประเภทการชำระเงิน free
เว็บไซต์ส่วนขยาย https://avantpro.com.br/
URL หน้านโยบายความเป็นส่วนตัว http://www.ramsolution.com.br/PrivacyPolicy.pdf
ภาษาที่รองรับ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "Avantpro AMZ USA",
    "description": "Extension for detailed competition and market analysis at AMZ.",
    "version": "1.2",
    "icons": {
        "16": "\/src\/images\/Icone16x16.png",
        "48": "\/src\/images\/Icone48x48.png",
        "128": "\/src\/images\/Icone128x128.png"
    },
    "content_scripts": [
        {
            "all_frames": true,
            "matches": [
                "https:\/\/*.amazon.com\/*",
                "http:\/\/*.amazon.com\/*"
            ],
            "js": [
                "src\/main.js"
            ],
            "run_at": "document_idle"
        }
    ],
    "web_accessible_resources": [
        {
            "resources": [
                "src\/frame.html"
            ],
            "matches": [
                "https:\/\/*.amazon.com\/*",
                "http:\/\/*.amazon.com\/*"
            ]
        }
    ],
    "host_permissions": [
        "https:\/\/*.amazon.com\/*",
        "http:\/\/*.amazon.com\/*",
        "chrome-extension:\/\/ccgedobchoknkkmpaljmhkjgaiohnkca\/*"
    ],
    "content_security_policy": {
        "extension_pages": "default-src 'self' https:\/\/www.amazon.com\/ style-src 'self' 'unsafe-inline'; script-src 'self' 'wasm-unsafe-eval'; object-src 'self';"
    }
}