Hi-Res Image Downloader for Merch By Amazon
Easily download the hi-res image of shirts to use for marketing and advertising
Hi-Res Image Downloader for Merch By Amazon là gì?
Hi-Res Image Downloader for Merch By Amazon là một tiện ích mở rộng Chrome được phát triển bởi https://merchresearch.com, và tính năng chính của nó là "Easily download the hi-res image of shirts to use for marketing and advertising".
Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng
Tải xuống tệp CRX của tiện ích mở rộng Hi-Res Image Downloader for Merch By Amazon
Tải xuống các tệp mở rộng Hi-Res Image Downloader for Merch By Amazon dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.
Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng
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.
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | Hi-Res Image Downloader for Merch By Amazon |
ID | ehbjiffeoicjoibcmcadogclcbagjhjf |
URL Chính Thức | https://chromewebstore.google.com/detail/hi-res-image-downloader-f/ehbjiffeoicjoibcmcadogclcbagjhjf |
Mô tả | Easily download the hi-res image of shirts to use for marketing and advertising |
Kích Thước Tệp | 57.69 KB |
Số Lần Cài Đặt | 13,068 |
Phiên Bản Hiện Tại | 1.0.1 |
Cập Nhật Lần Cuối | 2016-09-11 |
Ngày Phát Hành | 2016-09-10 |
Đánh Giá | 3.61/5 Tổng số 69 Đánh Giá |
Nhà Phát Triển | https://merchresearch.com |
[email protected] | |
Loại Thanh Toán | free |
URL Trang Chính Sách Bảo Mật | https://www.chrisgreen.com/privacy-policy |
Ngôn Ngữ Được Hỗ Trợ | 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" ] } ] } |