AmzMonitor - Your 7/24 Eye On Amazon

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

Τι είναι το AmzMonitor - Your 7/24 Eye On Amazon;

Το AmzMonitor - Your 7/24 Eye On Amazon είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον https://amzmonitor.com, και η κύρια λειτουργία του είναι "AmzMonitor: Monitoring Software for Amazon Sellers - Tracking ASINs, Product Listings, Competitors` Actions & Keyword Rankings".

Στιγμιότυπα Επέκτασης

screenshot
screenshot
screenshot
screenshot
screenshot

Λήψη αρχείου CRX της επέκτασης AmzMonitor - Your 7/24 Eye On Amazon

Λήψη αρχείων επέκτασης AmzMonitor - Your 7/24 Eye On Amazon σε μορφή crx, εγκατάσταση των επεκτάσεων Chrome μη αυτόματα στον περιηγητή ή κοινοποίηση των αρχείων crx με φίλους για εύκολη εγκατάσταση των επεκτάσεων Chrome.

Οδηγίες Χρήσης της Επέκτασης

                        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                    

Βασικές Πληροφορίες Επέκτασης

Όνομα AmzMonitor - Your 7/24 Eye On Amazon AmzMonitor - Your 7/24 Eye On Amazon
ID noachclhjleilbfjdpghgpbmjbpfenoi
Επίσημο URL https://chromewebstore.google.com/detail/amzmonitor-your-724-eye-o/noachclhjleilbfjdpghgpbmjbpfenoi
Περιγραφή AmzMonitor: Monitoring Software for Amazon Sellers - Tracking ASINs, Product Listings, Competitors` Actions & Keyword Rankings
Μέγεθος Αρχείου 83 KB
Αριθμός Εγκαταστάσεων 998
Τρέχουσα Έκδοση 1.5
Τελευταία Ενημέρωση 2023-03-14
Ημερομηνία Δημοσίευσης 2022-04-28
Αξιολόγηση 5.00/5 Συνολικά 3 Αξιολογήσεις
Προγραμματιστής https://amzmonitor.com
Ηλεκτρονικό ταχυδρομείο [email protected]
Τύπος Πληρωμής free
Ιστότοπος Επέκτασης https://amzmonitor.com
Διεύθυνση URL της Σελίδας Βοήθειας https://amzmonitor.com/contact
URL της Σελίδας Πολιτικής Απορρήτου https://amzmonitor.com/privacy
Υποστηριζόμενες Γλώσσες 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"
        }
    ]
}