Hi-Res Image Downloader for Merch By Amazon
Easily download the hi-res image of shirts to use for marketing and advertising
Apa itu Hi-Res Image Downloader for Merch By Amazon?
Hi-Res Image Downloader for Merch By Amazon adalah ekstensi Chrome yang dikembangkan oleh https://merchresearch.com, dan fitur utamanya adalah "Easily download the hi-res image of shirts to use for marketing and advertising".
Screenshot Ekstensi
Unduh Berkas CRX Ekstensi Hi-Res Image Downloader for Merch By Amazon
Unduh file ekstensi Hi-Res Image Downloader for Merch By Amazon dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.
Petunjuk Penggunaan Ekstensi
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.
Informasi Dasar Ekstensi
Nama | Hi-Res Image Downloader for Merch By Amazon |
ID | ehbjiffeoicjoibcmcadogclcbagjhjf |
URL Resmi | https://chromewebstore.google.com/detail/hi-res-image-downloader-f/ehbjiffeoicjoibcmcadogclcbagjhjf |
Deskripsi | Easily download the hi-res image of shirts to use for marketing and advertising |
Ukuran File | 57.69 KB |
Jumlah Instalasi | 13,068 |
Versi Saat Ini | 1.0.1 |
Terakhir Diperbarui | 2016-09-11 |
Tanggal Publikasi | 2016-09-10 |
Penilaian | 3.61/5 Total 69 Penilaian |
Pengembang | https://merchresearch.com |
[email protected] | |
Tipe Pembayaran | free |
URL Halaman Kebijakan Privasi | https://www.chrisgreen.com/privacy-policy |
Bahasa yang Didukung | 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" ] } ] } |