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 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        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"
        }
    ]
}