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 क्या है?

Hi-Res Image Downloader for Merch By Amazon https://merchresearch.com द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Easily download the hi-res image of shirts to use for marketing and advertising"।

एक्सटेंशन स्क्रीनशॉट्स

screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में Hi-Res Image Downloader for Merch By Amazon एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।

एक्सटेंशन उपयोग निर्देश

                        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.                    

एक्सटेंशन की मूल जानकारी

नाम Hi-Res Image Downloader for Merch By Amazon Hi-Res Image Downloader for Merch By Amazon
ID ehbjiffeoicjoibcmcadogclcbagjhjf
आधिकारिक URL https://chromewebstore.google.com/detail/hi-res-image-downloader-f/ehbjiffeoicjoibcmcadogclcbagjhjf
विवरण Easily download the hi-res image of shirts to use for marketing and advertising
फ़ाइल का आकार 57.69 KB
स्थापना संख्या 13,068
वर्तमान संस्करण 1.0.1
अंतिम अपडेट 2016-09-11
प्रकाशन तिथि 2016-09-10
रेटिंग 3.61/5 कुल 69 रेटिंग्स
डेवलपर https://merchresearch.com
ईमेल [email protected]
भुगतान के प्रकार free
गोपनीयता नीति पृष्ठ URL https://www.chrisgreen.com/privacy-policy
समर्थित भाषाएँ 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"
            ]
        }
    ]
}