Hi-Res Image Downloader for Merch By Amazon
Easily download the hi-res image of shirts to use for marketing and advertising
Cos'è Hi-Res Image Downloader for Merch By Amazon?
Hi-Res Image Downloader for Merch By Amazon è un'estensione di Chrome sviluppata da https://merchresearch.com, e la sua funzione principale è "Easily download the hi-res image of shirts to use for marketing and advertising".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione Hi-Res Image Downloader for Merch By Amazon
Scarica i file di estensione Hi-Res Image Downloader for Merch By Amazon in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.
Istruzioni per l'Uso dell'Estensione
More Merch By Amazon extensions at: MerchResearch.com Currently downloading the high resolution images from your Merch By Amazon shirt listings to use for advertising or marketing purposes is complex. It requires viewing code and searching for URLs. With the Hi-Res Image Downloader for Merch By Amazon, you can download a high resolution image of any style and color of your Merch By Amazon shirt listings with a single right-click on PC or double-click on Mac.
Informazioni di Base sull'Estensione
Nome | Hi-Res Image Downloader for Merch By Amazon |
ID | ehbjiffeoicjoibcmcadogclcbagjhjf |
URL Ufficiale | https://chromewebstore.google.com/detail/hi-res-image-downloader-f/ehbjiffeoicjoibcmcadogclcbagjhjf |
Descrizione | Easily download the hi-res image of shirts to use for marketing and advertising |
Dimensione del File | 57.69 KB |
Conteggio Installazioni | 13,068 |
Versione Corrente | 1.0.1 |
Ultimo Aggiornamento | 2016-09-11 |
Data di Pubblicazione | 2016-09-10 |
Valutazione | 3.61/5 Totale 69 Valutazioni |
Sviluppatore | https://merchresearch.com |
[email protected] | |
Tipo di Pagamento | free |
URL della Pagina della Politica sulla Privacy | https://www.chrisgreen.com/privacy-policy |
Lingue Supportate | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Hi-Res Image Downloader for Merch By Amazon", "version": "1.0.1", "manifest_version": 2, "description": "Easily download the hi-res image of shirts to use for marketing and advertising", "icons": { "16": "icons\/icon16.png", "48": "icons\/icon48.png", "128": "icons\/icon128.png" }, "default_locale": "en", "background": { "scripts": [ "src\/bg\/background.js" ], "persistent": true }, "permissions": [ "downloads", "contextMenus", "*:\/\/*.amazon.com\/*", "*:\/\/*.amazon.co.uk\/*", "*:\/\/*.amazon.ca\/*", "*:\/\/*.amazon.de\/*", "*:\/\/*.amazon.fr\/*", "*:\/\/*.amazon.it\/*", "*:\/\/*.amazon.es\/*", "*:\/\/*.amazon.co.jp\/*" ], "content_scripts": [ { "matches": [ "*:\/\/*.amazon.com\/*", "*:\/\/*.amazon.co.uk\/*", "*:\/\/*.amazon.ca\/*", "*:\/\/*.amazon.de\/*", "*:\/\/*.amazon.fr\/*", "*:\/\/*.amazon.it\/*", "*:\/\/*.amazon.es\/*", "*:\/\/*.amazon.co.jp\/*" ], "js": [ "js\/jquery\/jquery.min.js", "src\/inject\/inject.js" ] } ] } |