AmzMonitor - Your 7/24 Eye On Amazon

AmzMonitor: Monitoring Software for Amazon Sellers - Tracking ASINs, Product Listings, Competitors` Actions & Keyword Rankings

O que é AmzMonitor - Your 7/24 Eye On Amazon?

AmzMonitor - Your 7/24 Eye On Amazon é uma extensão do Chrome desenvolvida por https://amzmonitor.com, e sua principal característica é "AmzMonitor: Monitoring Software for Amazon Sellers - Tracking ASINs, Product Listings, Competitors` Actions & Keyword Rankings".

Capturas de Tela da Extensão

screenshot
screenshot
screenshot
screenshot
screenshot

Baixar o arquivo CRX da Extensão AmzMonitor - Your 7/24 Eye On Amazon

Baixe arquivos de extensão AmzMonitor - Your 7/24 Eye On Amazon no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.

Instruções de Uso da Extensão

                        AmzMonitor: Monitoring Software for Amazon Sellers - Track ASINs, Product Listings, Competitors` Actions & Keyword Rankings

We Keep an Eye on Amazon for You
-Track What Your Competitors Are Doing
-Protect Your Amazon Listings
-Monitor Amazon Keyword Ranking
-24/7 Monitoring and Powerful Notifications
-No Access to Your Amazon Seller Account

Amazon Seller Monitoring Notifications
- Seller's New Product
 -Seller’s Deleted Product
- Price Change
 -Stock Change
- Fulfillment Change

Amazon Product Monitoring Notifications
-Amazon Hijacker Notifications
- Product Title Change Notifications
- Description Change Notifications
- Bullet Points Change Notifications
- Category Change Notifications
- Image Change Notifications
- Brand Change Notifications
- Best Seller Rank Change Notifications
- Price Change Notifications
- Buy box Change Notifications
- New Seller Notifications-Leeches

Amazon Review Notifications
- New Review Notifications
- Negative Reviews Notifications
- Product Star/Rating Changes
- New Q&A Notifications

Amazon Keyword Monitoring
- Product Keyword Ranking Change Notifications
- Keyword Page Rank Changes
- Monitor 10 keywords per ASIN
- Product Keyword Ranking Performance

Smart Intuitive Reports
- Buy box Performance
- Pricing History
- Review History
- Keyword Rank History
- Competing Sellers
- Product Overlap with Sellers
- Seller Comparison

Notification Customization
- Select Product Properties to Monitor
- Set Product Monitoring Interval
- Send Notification to Multiple Emails
- Custom email groups for different notifications
- Individual Notifications per ASIN
- Consolidated Notifications for monitored ASINs                    

Informações Básicas da Extensão

Nome AmzMonitor - Your 7/24 Eye On Amazon AmzMonitor - Your 7/24 Eye On Amazon
ID noachclhjleilbfjdpghgpbmjbpfenoi
URL Oficial https://chromewebstore.google.com/detail/amzmonitor-your-724-eye-o/noachclhjleilbfjdpghgpbmjbpfenoi
Descrição AmzMonitor: Monitoring Software for Amazon Sellers - Tracking ASINs, Product Listings, Competitors` Actions & Keyword Rankings
Tamanho do Arquivo 83 KB
Contagem de Instalações 998
Versão Atual 1.5
Última Atualização 2023-03-14
Data de Publicação 2022-04-28
Classificação 5.00/5 Total de 3 Avaliações
Desenvolvedor https://amzmonitor.com
Email [email protected]
Tipo de Pagamento free
Site da Extensão https://amzmonitor.com
URL da Página de Ajuda https://amzmonitor.com/contact
URL da Página de Política de Privacidade https://amzmonitor.com/privacy
Idiomas Suportados en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "AmzMonitor - Your 7\/24 Eye On Amazon",
    "description": "AmzMonitor: Monitoring Software for Amazon Sellers - Tracking ASINs, Product Listings, Competitors` Actions & Keyword Rankings",
    "version": "1.5",
    "manifest_version": 3,
    "short_name": "AmzMonitor",
    "permissions": [
        "storage",
        "notifications",
        "tabs",
        "background"
    ],
    "background": {
        "service_worker": "bg\/background.js"
    },
    "icons": {
        "16": "\/images\/icon-16x16.png",
        "32": "\/images\/icon-32x32.png",
        "48": "\/images\/icon-48x48.png",
        "128": "\/images\/icon-128x128.png"
    },
    "action": {
        "default_popup": "popup.html",
        "default_icon": {
            "16": "\/images\/icon-16x16.png",
            "32": "\/images\/icon-32x32.png",
            "48": "\/images\/icon-48x48.png",
            "128": "\/images\/icon-128x128.png"
        }
    },
    "options_page": "options.html",
    "web_accessible_resources": [
        {
            "resources": [
                "images\/*"
            ],
            "matches": [
                ""
            ]
        }
    ],
    "host_permissions": [
        "*:\/\/*.amazon\/*"
    ],
    "externally_connectable": {
        "matches": [
            "*:\/\/*.amzmonitor.com\/*"
        ]
    },
    "content_scripts": [
        {
            "js": [
                "js\/jquery\/jquery.min.js",
                "js\/common.js",
                "js\/shared.js",
                "amzmonitor-extension.js"
            ],
            "matches": [
                "*:\/\/*.amzmonitor.com\/*"
            ],
            "run_at": "document_idle"
        },
        {
            "js": [
                "js\/jquery\/jquery.min.js",
                "js\/common.js",
                "js\/shared.js",
                "amazon\/amazon-extension.js",
                "amazon\/product-extension.js",
                "amazon\/seller-extension.js",
                "amazon\/scrape-helper.js",
                "js\/utils.js"
            ],
            "css": [
                "extension.css"
            ],
            "matches": [
                "*:\/\/*\/*"
            ],
            "run_at": "document_idle"
        }
    ]
}