Merch By Amazon Analytics
Analyze, auto-fill, search t-shirts .. Merch by Amazon
Hvad er Merch By Amazon Analytics?
Merch By Amazon Analytics er en Chrome-udvidelse udviklet af Hanh Thai, og dens hovedfunktion er "Analyze, auto-fill, search t-shirts .. Merch by Amazon".
Udvidelsesskærmbilleder
Download Merch By Amazon Analytics-udvidelses-CRX-fil
Download Merch By Amazon Analytics-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.
Brugsanvisning til Udvidelsen
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
Grundlæggende oplysninger om udvidelsen
Navn | Merch By Amazon Analytics |
ID | hpjhbnhnnjbokhecalhbbllcombnbmdl |
Officiel URL | https://chromewebstore.google.com/detail/merch-by-amazon-analytics/hpjhbnhnnjbokhecalhbbllcombnbmdl |
Beskrivelse | Analyze, auto-fill, search t-shirts .. Merch by Amazon |
Filstørrelse | 119 KB |
Antal Installationer | 1,311 |
Nuværende Version | 1.1.8 |
Senest Opdateret | 2017-11-19 |
Udgivelsesdato | 2017-11-18 |
Bedømmelse | 4.00/5 Samlet 6 Bedømmelser |
Udvikler | Hanh Thai |
[email protected] | |
Betalingsmetode | free |
Understøttede Sprog | 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" ] } ] } |