Merch By Amazon Analytics
Analyze, auto-fill, search t-shirts .. Merch by Amazon
Qu'est-ce que Merch By Amazon Analytics ?
Merch By Amazon Analytics est une extension Chrome développée par Hanh Thai, et sa fonction principale est "Analyze, auto-fill, search t-shirts .. Merch by Amazon".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension Merch By Amazon Analytics
Téléchargez les fichiers d'extension Merch By Amazon Analytics au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.
Instructions d'Utilisation de l'Extension
This extension let's manage the sales in Merch by Amazon flexibly. You can sum up your sales royalties daily, weekly, monthly or any period that you want. Fill out your basic information(brand name, price, description, colors, fit type) automatically when you upload your design. Search t-shirts on amazon by your selected text on any website. - Auto fill fixed - Auto fill title with file name - Auto fill colors, title, keyword, description fixed
Informations de Base sur l'Extension
Nom | Merch By Amazon Analytics |
ID | hpjhbnhnnjbokhecalhbbllcombnbmdl |
URL Officiel | https://chromewebstore.google.com/detail/merch-by-amazon-analytics/hpjhbnhnnjbokhecalhbbllcombnbmdl |
Description | Analyze, auto-fill, search t-shirts .. Merch by Amazon |
Taille du Fichier | 119 KB |
Nombre d'Installations | 1,311 |
Version Actuelle | 1.1.8 |
Dernière Mise à Jour | 2017-11-19 |
Date de Publication | 2017-11-18 |
Évaluation | 4.00/5 Total 6 Évaluations |
Développeur | Hanh Thai |
[email protected] | |
Type de Paiement | free |
Langues Prises en Charge | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Merch By Amazon Analytics", "version": "1.1.8", "manifest_version": 2, "description": "Analyze, auto-fill, search t-shirts .. Merch by Amazon", "icons": { "16": "icons\/16x16.png", "48": "icons\/48x48.png", "64": "icons\/64x64.png", "128": "icons\/128x128.png" }, "permissions": [ "storage", "notifications", "contextMenus", "*:\/\/merch.amazon.com\/*" ], "browser_action": { "default_icon": { "19": "icons\/19x19.png", "38": "icons\/38x38.png" }, "default_title": "Merch By Amazon Analytics", "default_popup": "page\/popup.html" }, "options_page": "page\/options.html", "background": { "scripts": [ "js\/date.js", "js\/background.js" ], "persistent": true }, "content_scripts": [ { "matches": [ "*:\/\/merch.amazon.com\/*" ], "js": [ "js\/jquery.min.js", "js\/date.js", "js\/analytics.js" ] } ] } |