Merch Mastermind Toolkit

Toolkit for Merch by Amazon Mastermind Group

Merch Mastermind Toolkitคืออะไร?

Merch Mastermind Toolkit เป็นส่วนขยายของ Chrome ที่พัฒนาโดย ThisOrrThat Solutions และคุณลักษณะหลักของมันคือ "Toolkit for Merch by Amazon Mastermind Group"

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

screenshot
screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Merch Mastermind Toolkit

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

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

                        Toolkit of custom extension features for Merch by Amazon Mastermind Group

v1.7.4 NEW Feature: Character Count on Listing page inputs.

v1.7.3 Update: Add more suggested flagged words (related to Amazon's policy of not describing the shirt blank, shipping, or printing process)

v1.7 Feature List:
 * NEW: Flagged Words feature: Protect against triggering Manual Reviews; Give yourself or your VA a warning when any word from a customizable list is used in your Merch listing text when adding designs.

 * Extension Popup with Bug report button / Open Settings button

 * Settings Page
      - Configure delimiter when copying ASINs (New line, Pipe character, or Comma)
      - Configure custom set of words to Flag when inputting Merch Listing data.

 * Display Parent ASIN, Date First Available, and BSR in an easy to see box near the top of product pages.
      - Works on most Clothing and Sports & Outdoor style product pages

 * Quickly copy ASIN(s) to clipboard with suggested shortcut (Ctrl + Space)
      - Works on Amazon Product Page, Search Results Page and Merch dashboard Manage page

 * Quickly copy Product URL(s) to clipboard with suggested shortcut (Ctrl+Shift+Space)
      - Works on same pages as ASIN copy

 * Quickly copy all Suggested Manual Keywords from an AMS Campaign (Ctrl + Space)                    

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

ชื่อ Merch Mastermind Toolkit Merch Mastermind Toolkit
ID ooemdibhakkbnhjhfmanckjnafiklfjo
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/merch-mastermind-toolkit/ooemdibhakkbnhjhfmanckjnafiklfjo
คำอธิบาย Toolkit for Merch by Amazon Mastermind Group
ขนาดไฟล์ 782 KB
จำนวนการติดตั้ง 1,330
เวอร์ชันปัจจุบัน 1.7.4
อัปเดตครั้งล่าสุด 2018-07-17
วันที่เผยแพร่ 2018-07-17
คะแนน 5.00/5 รวมทั้งหมด 8 คะแนน
ผู้พัฒนา ThisOrrThat Solutions
ประเภทการชำระเงิน free
ภาษาที่รองรับ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Merch Mastermind Toolkit",
    "description": "Toolkit for Merch by Amazon Mastermind Group",
    "version": "1.7.4",
    "browser_action": {
        "default_icon": {
            "16": "\/img\/icon16.png",
            "32": "\/img\/icon32.png",
            "48": "\/img\/icon48.png"
        },
        "default_popup": "popup\/index.html",
        "default_title": "Merch Mastermind Toolkit"
    },
    "options_ui": {
        "open_in_tab": true,
        "page": "options\/index.html"
    },
    "commands": {
        "copy": {
            "suggested_key": {
                "default": "Ctrl+Space"
            },
            "description": "ASIN Copy"
        },
        "copy2": {
            "suggested_key": {
                "default": "Ctrl+Shift+Space"
            },
            "description": "Product URL Copy"
        }
    },
    "background": {
        "scripts": [
            "\/js\/eventPage.min.js"
        ],
        "persistent": true
    },
    "icons": {
        "16": "\/img\/icon16.png",
        "32": "\/img\/icon32.png",
        "48": "\/img\/icon48.png",
        "128": "\/img\/icon128.png",
        "256": "\/img\/icon256.png"
    },
    "content_scripts": [
        {
            "matches": [
                "*:\/\/www.amazon.com\/dp\/*",
                "*:\/\/www.amazon.com\/*\/dp\/*",
                "*:\/\/www.amazon.com\/*\/gp\/*"
            ],
            "js": [
                "\/js\/prodInject.min.js"
            ],
            "run_at": "document_end"
        },
        {
            "matches": [
                "*:\/\/www.amazon.com\/s\/*"
            ],
            "js": [
                "\/js\/searchInject.min.js"
            ],
            "run_at": "document_end"
        },
        {
            "matches": [
                "*:\/\/merch.amazon.com\/manage",
                "*:\/\/merch.amazon.com\/merch-*\/title-setup\/*\/add_details"
            ],
            "css": [
                "\/assets\/lib\/dream-admin-theme\/css\/bootstrap.css",
                "\/assets\/lib\/dream-admin-theme\/css\/bootstrap-tagsinput.css",
                "\/css\/merch-styles.min.css"
            ],
            "js": [
                "\/assets\/lib\/dream-admin-theme\/js\/jquery-3.2.1.min.js",
                "\/assets\/lib\/dream-admin-theme\/js\/bootstrap-tagsinput.min.js",
                "\/js\/merchInject.min.js"
            ],
            "run_at": "document_end"
        },
        {
            "matches": [
                "*:\/\/ams.amazon.com\/*"
            ],
            "js": [
                "\/js\/amsInject.min.js"
            ],
            "run_at": "document_end"
        }
    ],
    "permissions": [
        "notifications",
        "storage"
    ],
    "web_accessible_resources": [
        "options\/index.html"
    ]
}