TrackMyOrders.com Amazon IP Catcher

TrackMyOrders Extension

TrackMyOrders.com Amazon IP Catcher란 무엇입니까?

TrackMyOrders.com Amazon IP Catcher은(는) https://trackmyorders.com에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "TrackMyOrders Extension"입니다.

확장 프로그램 스크린샷

screenshot
screenshot
screenshot
screenshot
screenshot

TrackMyOrders.com Amazon IP Catcher 확장 프로그램 CRX 파일 다운로드

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

확장 프로그램 사용 설명서

                        Amazon IP Check Software and Chrome Extension by TrackMyOrders for Amazon sellers that help to prevent your Amazon suspension, Amazon reinstates, and intellectual property rights. Protect you with Amazon.com IP Alert on 100+ million of Listings!

TrackMyOrders.com Google Chrome Extension allows TrackMyOrders.com subscribers to check products on Amazon.com for Brand IP Risk Claim on Amazon.com. Our Brand Risk scoring model is updating continuously to help your clients avoid IP Claims from Amazon or other brands.

Also the extension allows to:
- see estimated number of sales 
- Can you sell this ASIN on Amazon or not.                    

확장 프로그램 기본 정보

이름 TrackMyOrders.com Amazon IP Catcher TrackMyOrders.com Amazon IP Catcher
ID ifgcgbjbcfnomakgdmjccioieaejllgn
공식 URL https://chromewebstore.google.com/detail/trackmyorderscom-amazon-i/ifgcgbjbcfnomakgdmjccioieaejllgn
설명 TrackMyOrders Extension
파일 크기 762 KB
설치 횟수 1,187
현재 버전 0.9.6.5
최근 업데이트 2023-10-06
출시 날짜 2020-05-05
평점 4.43/5 총 7 개의 평점
개발자 https://trackmyorders.com
이메일 [email protected]
결제 유형 in_app
확장 프로그램 웹 사이트 https://trackmyorders.com/amazonipclaimcatcher
도움말 페이지 URL https://trackmyorders.com
개인정보 보호 정책 페이지 URL https://trackmyorders.com/privacy
지원되는 언어 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "background": {
        "persistent": true,
        "scripts": [
            "src\/libs\/js\/jquery\/jquery.min.js",
            "src\/bg\/background.js"
        ]
    },
    "browser_action": {
        "default_icon": "icons\/i19.png",
        "default_popup": "src\/browser_action\/browser_action.html",
        "default_title": "TMO Amazon IP Catcher"
    },
    "content_security_policy": "script-src 'self' https:\/\/app.trackmyorders.com; object-src 'self'",
    "content_scripts": [
        {
            "css": [
                "src\/inject\/css\/styles.css"
            ],
            "js": [
                "src\/libs\/js\/jquery\/jquery.min.js",
                "src\/inject\/AmazonIntegration.js"
            ],
            "matches": [
                "*:\/\/*.trackmyorders.com\/*",
                "*:\/\/*.amazon.com\/*",
                "*:\/\/*.amazon.ca\/*"
            ],
            "run_at": "document_end"
        },
        {
            "css": [
                "src\/libs\/font-awesome\/css\/font-awesome.min.css"
            ],
            "matches": [
                "*:\/\/*.amazon.com\/*",
                "*:\/\/*.amazon.ca\/*"
            ],
            "run_at": "document_start"
        }
    ],
    "default_locale": "en",
    "description": "TrackMyOrders Extension",
    "homepage_url": "https:\/\/app.trackmyorders.com",
    "icons": {
        "128": "icons\/i128.png",
        "16": "icons\/i16.png",
        "48": "icons\/i48.png",
        "19": "icons\/i19.png"
    },
    "manifest_version": 2,
    "name": "TrackMyOrders.com Amazon IP Catcher",
    "short_name": "TMO Amazon IP Catcher",
    "permissions": [
        "*:\/\/*.trackmyorders.com\/*",
        "*:\/\/*.amazon.com\/*",
        "*:\/\/*.amazon.ca\/*",
        "storage"
    ],
    "version": "0.9.6.5",
    "web_accessible_resources": [
        "src\/libs\/*",
        "src\/libs\/font-awesome\/*"
    ]
}