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文件

下載TrackMyOrders.com Amazon IP Catcher擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。

擴展使用說明

                        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
官方網址 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\/*"
    ]
}