Merch Keywords
Get notified about banned keywords before you submit your Amazon Merch design!
Merch Keywordsとは何ですか?
Merch KeywordsはPassive Income Tools LLCによって開発されたChromeの拡張機能で、その主な機能は「Get notified about banned keywords before you submit your Amazon Merch design!」です。
拡張機能のスクリーンショット
Merch Keywords拡張機能のCRXファイルをダウンロード
Merch Keywords拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
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.
拡張機能の基本情報
名前 | |
ID | alokkeanboefokelojhfolnojmopjlba |
公式URL | https://chrome.google.com/webstore/detail/alokkeanboefokelojhfolnojmopjlba |
説明 | Get notified about banned keywords before you submit your Amazon Merch design! |
ファイルサイズ | 193 KB |
インストール数 | 2,377 |
現在のバージョン | 1.0.5 |
最終更新日 | 2020-12-09 |
公開日 | 2020-07-21 |
評価 | 4.00/5 合計 12 レビュー |
開発者 | Passive Income Tools LLC |
Eメール | [email protected] |
支払い方法 | free |
プライバシーポリシーページのURL | https://automatepod.com/privacy |
対応言語 | 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" } } |