Merch Keywords

Get notified about banned keywords before you submit your Amazon Merch design!

Merch Keywords là gì?

Merch Keywords là một tiện ích mở rộng Chrome được phát triển bởi Passive Income Tools LLC, và tính năng chính của nó là "Get notified about banned keywords before you submit your Amazon Merch design!".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot
screenshot
screenshot

Tải xuống tệp CRX của tiện ích mở rộng Merch Keywords

Tải xuống các tệp mở rộng Merch Keywords dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        Do your designs get rejected in Merch By Amazon? Want to know before you press that "Publish" button? Install this extension to prevent future rejections. Includes sensitive keywords for "Youth" merchandise.                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên Merch Keywords Merch Keywords
ID alokkeanboefokelojhfolnojmopjlba
URL Chính Thức https://chrome.google.com/webstore/detail/alokkeanboefokelojhfolnojmopjlba
Mô tả Get notified about banned keywords before you submit your Amazon Merch design!
Kích Thước Tệp 193 KB
Số Lần Cài Đặt 2,377
Phiên Bản Hiện Tại 1.0.5
Cập Nhật Lần Cuối 2020-12-09
Ngày Phát Hành 2020-07-21
Đánh Giá 4.00/5 Tổng số 12 Đánh Giá
Nhà Phát Triển Passive Income Tools LLC
Email [email protected]
Loại Thanh Toán free
URL Trang Chính Sách Bảo Mật https://automatepod.com/privacy
Ngôn Ngữ Được Hỗ Trợ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Merch Keywords",
    "description": "Get notified about banned keywords before you submit your Amazon Merch design!",
    "version": "1.0.5",
    "content_scripts": [
        {
            "matches": [
                "https:\/\/merch.amazon.com\/*"
            ],
            "js": [
                "main.js"
            ]
        }
    ],
    "icons": {
        "16": "icon16.png",
        "48": "icon48.png",
        "128": "icon128.png"
    },
    "browser_action": {
        "default_icon": "icon.png",
        "default_title": "Merch Keywords"
    }
}