TrackMyOrders.com Amazon IP Catcher

TrackMyOrders Extension

TrackMyOrders.com Amazon IP Catcherคืออะไร?

TrackMyOrders.com Amazon IP Catcher เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://trackmyorders.com และคุณลักษณะหลักของมันคือ "TrackMyOrders Extension"

ภาพหน้าจอของส่วนขยาย

screenshot
screenshot
screenshot
screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย TrackMyOrders.com Amazon IP Catcher

ดาวน์โหลดไฟล์ส่วนขยาย 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
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\/*"
    ]
}