Merch Keywords
Get notified about banned keywords before you submit your Amazon Merch design!
Vad är Merch Keywords?
Merch Keywords är en Chrome-tillägg utvecklad av Passive Income Tools LLC, och dess huvudfunktion är "Get notified about banned keywords before you submit your Amazon Merch design!".
Tilläggsskärmbilder
Ladda ner Merch Keywords-förlängningens CRX-fil
Ladda ner Merch Keywords-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.
Användarmanual för Tillägg
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.
Grundläggande Information om Tillägg
Namn | |
ID | alokkeanboefokelojhfolnojmopjlba |
Officiell webbadress | https://chrome.google.com/webstore/detail/alokkeanboefokelojhfolnojmopjlba |
Beskrivning | Get notified about banned keywords before you submit your Amazon Merch design! |
Filstorlek | 193 KB |
Antal Installationer | 2,377 |
Aktuell Version | 1.0.5 |
Senast Uppdaterad | 2020-12-09 |
Publiceringsdatum | 2020-07-21 |
Betyg | 4.00/5 Totalt 12 Betyg |
Utvecklare | Passive Income Tools LLC |
E-post | [email protected] |
Betalningssätt | free |
URL till Sekretesspolicy Sidan | https://automatepod.com/privacy |
Stödda Språk | 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" } } |