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是由https://amzmonitor.com開發的Chrome擴展程式,該擴展的主要功能是“AmzMonitor: Monitoring Software for Amazon Sellers - Tracking ASINs, Product Listings, Competitors` Actions & Keyword Rankings”。

擴展截圖

screenshot
screenshot
screenshot
screenshot
screenshot

下載AmzMonitor - Your 7/24 Eye On Amazon擴展crx文件

下載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
官方網址 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"
        }
    ]
}