Hi-Res Image Downloader for Merch By Amazon
Easily download the hi-res image of shirts to use for marketing and advertising
Was ist Hi-Res Image Downloader for Merch By Amazon?
Hi-Res Image Downloader for Merch By Amazon ist eine Chrome-Erweiterung, die von https://merchresearch.com entwickelt wurde, und ihr Hauptmerkmal ist "Easily download the hi-res image of shirts to use for marketing and advertising".
Erweiterungsscreenshots
Hi-Res Image Downloader for Merch By Amazon-Erweiterungs-CRX-Datei herunterladen
Laden Sie Hi-Res Image Downloader for Merch By Amazon-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.
Anleitung zur Verwendung der Erweiterung
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.
Grundlegende Informationen zur Erweiterung
Name | Hi-Res Image Downloader for Merch By Amazon |
ID | ehbjiffeoicjoibcmcadogclcbagjhjf |
Offizielle URL | https://chromewebstore.google.com/detail/hi-res-image-downloader-f/ehbjiffeoicjoibcmcadogclcbagjhjf |
Beschreibung | Easily download the hi-res image of shirts to use for marketing and advertising |
Dateigröße | 57.69 KB |
Installationsanzahl | 13,068 |
Aktuelle Version | 1.0.1 |
Letztes Update | 2016-09-11 |
Veröffentlichungsdatum | 2016-09-10 |
Bewertung | 3.61/5 Insgesamt 69 Bewertungen |
Entwickler | https://merchresearch.com |
[email protected] | |
Zahlungsart | free |
URL der Datenschutzrichtlinien-Seite | https://www.chrisgreen.com/privacy-policy |
Unterstützte Sprachen | 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" ] } ] } |