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 είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον https://merchresearch.com, και η κύρια λειτουργία του είναι "Easily download the hi-res image of shirts to use for marketing and advertising".

Στιγμιότυπα Επέκτασης

screenshot

Λήψη αρχείου CRX της επέκτασης Hi-Res Image Downloader for Merch By Amazon

Λήψη αρχείων επέκτασης Hi-Res Image Downloader for Merch By Amazon σε μορφή crx, εγκατάσταση των επεκτάσεων Chrome μη αυτόματα στον περιηγητή ή κοινοποίηση των αρχείων crx με φίλους για εύκολη εγκατάσταση των επεκτάσεων Chrome.

Οδηγίες Χρήσης της Επέκτασης

                        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"
            ]
        }
    ]
}