Merch Keywords
Get notified about banned keywords before you submit your Amazon Merch design!
ما هو Merch Keywords؟
Merch Keywords هو إضافة Chrome تم تطويرها بواسطة Passive Income Tools LLC، والميزة الرئيسية لها هي "Get notified about banned keywords before you submit your Amazon Merch design!".
لقطات شاشة التمديد
تحميل ملف CRX للإضافة Merch Keywords
قم بتنزيل ملفات الامتداد Merch Keywords بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
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 |
البريد الإلكتروني | [email protected] |
نوع الدفع | free |
عنوان صفحة سياسة الخصوصية | 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" } } |