Merch by Amazon Trademark Protection

Merch by Amazon Trademark Protection (Merch Informer)

Merch by Amazon Trademark Protectionคืออะไร?

Merch by Amazon Trademark Protection เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://merchinformer.com และคุณลักษณะหลักของมันคือ "Merch by Amazon Trademark Protection (Merch Informer)"

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

screenshot
screenshot
screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Merch by Amazon Trademark Protection

ดาวน์โหลดไฟล์ส่วนขยาย Merch by Amazon Trademark Protection ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

                        Merch Informer Trademark Protection is available for ANYONE out there who wants to make their life easier by keeping their Merch by Amazon account safe. This helps you identify trademarked phrases before you put them in your titles, bullets, and descriptions of your Merch by Amazon listings.

Trademark checking has never been easier for Merch by Amazon items.

With a single click of the button, the Merch Informer Trademark Protection plugin will use the USPTO database giving you the most accurate trademark check there is, directly from the source.

While this will work on any front facing Amazon product page, the real magic happens if you have a Merch Informer account. When you have a MI account, you can log in to the plugin and do your trademark checks directly on your Merch Dashboard. This allows you to check all titles, bullets and descriptions before you upload them ensuring you do not infringe on a trademark.

Keeping your account safe is a priority!

Powered by the Merch Informer software.                    

ข้อมูลพื้นฐานของส่วนขยาย

ชื่อ Merch by Amazon Trademark Protection Merch by Amazon Trademark Protection
ID aakigomphmlnijlfonlhcobonfhfipoi
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/merch-by-amazon-trademark/aakigomphmlnijlfonlhcobonfhfipoi
คำอธิบาย Merch by Amazon Trademark Protection (Merch Informer)
ขนาดไฟล์ 150 KB
จำนวนการติดตั้ง 35,397
เวอร์ชันปัจจุบัน 4.4.3
อัปเดตครั้งล่าสุด 2023-09-16
วันที่เผยแพร่ 2020-05-13
คะแนน 3.86/5 รวมทั้งหมด 22 คะแนน
ผู้พัฒนา https://merchinformer.com
อีเมล [email protected]
ประเภทการชำระเงิน free
เว็บไซต์ส่วนขยาย https://merchinformer.com/
URL หน้าช่วยเหลือ http://helpdesk.merchinformer.com/
URL หน้านโยบายความเป็นส่วนตัว https://merchinformer.com/privacy-policy
ภาษาที่รองรับ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Merch by Amazon Trademark Protection",
    "description": "Merch by Amazon Trademark Protection (Merch Informer)",
    "background": {
        "scripts": [
            "scripts\/background.min.js"
        ],
        "persistent": false
    },
    "browser_action": {
        "default_icon": "images\/icon.png",
        "default_title": "Merch by Amazon Trademark Protection (Merch Informer)",
        "default_popup": "popup.html"
    },
    "content_scripts": [
        {
            "matches": [
                "https:\/\/merch.amazon.com\/*",
                "https:\/\/www.amazon.com\/*"
            ],
            "js": [
                "scripts\/amazon-content.min.js"
            ],
            "css": [
                "styles\/amazon-content.min.css"
            ],
            "run_at": "document_end"
        },
        {
            "matches": [
                "https:\/\/www.etsy.com\/your\/shops\/*"
            ],
            "js": [
                "scripts\/etsy-content.min.js"
            ],
            "css": [
                "styles\/etsy-content.min.css"
            ],
            "run_at": "document_end"
        }
    ],
    "web_accessible_resources": [
        "images\/checkbox-0.svg",
        "images\/checkbox-1.svg",
        "images\/loader.svg",
        "images\/cross.svg"
    ],
    "content_security_policy": "script-src 'self' https:\/\/fonts.googleapis.com; object-src 'self'",
    "icons": {
        "128": "images\/icon.png",
        "16": "images\/icon.png",
        "48": "images\/icon.png"
    },
    "manifest_version": 2,
    "permissions": [
        "tabs",
        "storage",
        "https:\/\/members.merchinformer.com\/",
        "https:\/\/api.markinformer.com\/"
    ],
    "version": "4.4.3"
}