AmzMonitor - Your 7/24 Eye On Amazon

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

Was ist AmzMonitor - Your 7/24 Eye On Amazon?

AmzMonitor - Your 7/24 Eye On Amazon ist eine Chrome-Erweiterung, die von https://amzmonitor.com entwickelt wurde, und ihr Hauptmerkmal ist "AmzMonitor: Monitoring Software for Amazon Sellers - Tracking ASINs, Product Listings, Competitors` Actions & Keyword Rankings".

Erweiterungsscreenshots

screenshot
screenshot
screenshot
screenshot
screenshot

AmzMonitor - Your 7/24 Eye On Amazon-Erweiterungs-CRX-Datei herunterladen

Laden Sie AmzMonitor - Your 7/24 Eye On Amazon-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.

Anleitung zur Verwendung der Erweiterung

                        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                    

Grundlegende Informationen zur Erweiterung

Name AmzMonitor - Your 7/24 Eye On Amazon AmzMonitor - Your 7/24 Eye On Amazon
ID noachclhjleilbfjdpghgpbmjbpfenoi
Offizielle URL https://chromewebstore.google.com/detail/amzmonitor-your-724-eye-o/noachclhjleilbfjdpghgpbmjbpfenoi
Beschreibung AmzMonitor: Monitoring Software for Amazon Sellers - Tracking ASINs, Product Listings, Competitors` Actions & Keyword Rankings
Dateigröße 83 KB
Installationsanzahl 998
Aktuelle Version 1.5
Letztes Update 2023-03-14
Veröffentlichungsdatum 2022-04-28
Bewertung 5.00/5 Insgesamt 3 Bewertungen
Entwickler https://amzmonitor.com
E-Mail [email protected]
Zahlungsart free
Erweiterungswebsite https://amzmonitor.com
Hilfeseite URL https://amzmonitor.com/contact
URL der Datenschutzrichtlinien-Seite https://amzmonitor.com/privacy
Unterstützte Sprachen 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"
        }
    ]
}