Axon Guru

Axon Guru Image Uploading Helper

Τι είναι το Axon Guru;

Το Axon Guru είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον Tao Chen, και η κύρια λειτουργία του είναι "Axon Guru Image Uploading Helper".

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

screenshot
screenshot
screenshot

Λήψη αρχείου CRX της επέκτασης Axon Guru

Λήψη αρχείων επέκτασης Axon Guru σε μορφή crx, εγκατάσταση των επεκτάσεων Chrome μη αυτόματα στον περιηγητή ή κοινοποίηση των αρχείων crx με φίλους για εύκολη εγκατάσταση των επεκτάσεων Chrome.

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

                        This chrome extension helps Axon Guru users to upload images to stock photo websites.

Change log:
v 1.7.1: Fix tracking status for new Shutterstock interface.
v 1.7.1: Fix uploading process for new Shutterstock interface.
v 1.6.4: Fix uploading from local albums.
v 1.6.3: Fix a bug when signing out Axon Guru account
v 1.6.1: Upload metadata CSV form to Deamstime to enable one click submit 
v 1.6.0: Improve review tracking and batch submit
v 1.5.5: Adapt new www.axonguru.com domain name
v 1.5.4: Fix an uploading bug for Dreamstime
v 1.5.3: More robust uploading approach, fix bug, support FTP upload
v 1.3.4.2: Support tracking Shutterstock approval status
v 1.3.3: Support uploading from search and filtered result
v 1.3.2: Adapt for Dropbox API v2
v 1.3.1: Fix Flickr image uploading
v 1.3.0: Add Oath2 support  
v 1.2.1: Style Transfer API HTTPS wrapper 
v 1.2.0: Apply style transfer for uploaded images
v 1.1.1.4: New name. Save medadata automatically on Shutterstock
v 1.1.1.3: Prevent popup during submission on Fotolia
v 1.1.1.2: Prevent auto-prepopulate from previously submitted image on Dreamstime
v 1.1.1.1: fixed a bug preventing filling metadata for submitting Smugmug images to Shutterstock.
v 1.1.1: added plugin detector for Axon Guru
v 1.1: modified Shutterstock plugin to support new Shutterstock contributor website.
v 1.0.16: Recognize uploading status, ShutterStock does not work now due to website changes.
v 1.0.15: Fixed Dreamstime uploading issue caused by Dreamstime's migration to HTTPS.                    

Βασικές Πληροφορίες Επέκτασης

Όνομα Axon Guru Axon Guru
ID mbbcniaihakobedpjnpnhbkfcfalkppl
Επίσημο URL https://chrome.google.com/webstore/detail/axon-guru/mbbcniaihakobedpjnpnhbkfcfalkppl
Περιγραφή Axon Guru Image Uploading Helper
Μέγεθος Αρχείου 226 KB
Αριθμός Εγκαταστάσεων 41
Τρέχουσα Έκδοση 1.7.2
Τελευταία Ενημέρωση 2018-07-18
Ημερομηνία Δημοσίευσης 2018-07-18
Αξιολόγηση 2.00/5 Συνολικά 2 Αξιολογήσεις
Προγραμματιστής Tao Chen
Τύπος Πληρωμής free
Ιστότοπος Επέκτασης https://www.axonguru.com
Υποστηριζόμενες Γλώσσες en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Axon Guru",
    "short_name": "AxonGuru",
    "description": "Axon Guru Image Uploading Helper",
    "version": "1.7.2",
    "author": "Tao Chen",
    "manifest_version": 2,
    "options_ui": {
        "page": "options.html",
        "chrome_style": true
    },
    "permissions": [
        "storage",
        "tabs",
        "webRequest",
        "webRequestBlocking",
        "*:\/\/*.shutterstock.com\/",
        "http:\/\/localhost:3001\/",
        "https:\/\/axonguru.extension.callback\/",
        "*:\/\/*.axonimage.com\/",
        "*:\/\/*.axonguru.com\/",
        "*:\/\/*.dreamstime.com\/",
        "*:\/\/*.fotolia.com\/",
        "*:\/\/*.smugmug.com\/",
        "*:\/\/*.staticflickr.com\/",
        "*:\/\/*.google.com\/",
        "*:\/\/*.googleusercontent.com\/",
        "*:\/\/*.cloudfront.net\/"
    ],
    "browser_action": {
        "default_icon": {
            "32": "axonimage.png"
        }
    },
    "background": {
        "scripts": [
            "background.js"
        ]
    },
    "content_scripts": [
        {
            "matches": [
                "*:\/\/*.dreamstime.com\/uploadfile*"
            ],
            "exclude_matches": [
                "*:\/\/*.dreamstime.com\/uploadfile2*"
            ],
            "js": [
                "lib\/js\/jquery-2.2.3.min.js",
                "lib\/js\/jquery.ui.widget.js",
                "lib\/js\/jquery.fileupload.js",
                "config.js",
                "images-upload.js",
                "file-upload.js",
                "dreamstime\/images-upload-dreamstime.js"
            ],
            "run_at": "document_end"
        },
        {
            "matches": [
                "*:\/\/*.dreamstime.com\/unfinished*"
            ],
            "js": [
                "lib\/js\/jquery-2.2.3.min.js",
                "config.js",
                "dreamstime\/unfinished-uploads-dreamstime.js"
            ],
            "css": [
                "css\/global.css"
            ],
            "run_at": "document_end"
        },
        {
            "matches": [
                "*:\/\/*.dreamstime.com\/uploadfile2*"
            ],
            "js": [
                "lib\/js\/jquery-2.2.3.min.js",
                "config.js",
                "autocomplete-metadata.js",
                "dreamstime\/autocomplete-metadata-dreamstime.js"
            ],
            "run_at": "document_end"
        },
        {
            "matches": [
                "*:\/\/*.dreamstime.com\/earnings*"
            ],
            "js": [
                "lib\/js\/jquery-2.2.3.min.js",
                "config.js",
                "earnings.js",
                "dreamstime\/earnings-dreamstime.js"
            ],
            "run_at": "document_end"
        },
        {
            "matches": [
                "*:\/\/*.fotolia.com\/Contributor\/UploadContent*"
            ],
            "js": [
                "lib\/js\/jquery-2.2.3.min.js",
                "lib\/js\/jquery.ui.widget.js",
                "lib\/js\/jquery.fileupload.js",
                "config.js",
                "images-upload.js",
                "file-upload.js",
                "fotolia\/images-upload-fotolia.js"
            ],
            "run_at": "document_end"
        },
        {
            "matches": [
                "*:\/\/*.fotolia.com\/Contributor\/Indexing*"
            ],
            "js": [
                "lib\/js\/jquery-2.2.3.min.js",
                "config.js",
                "autocomplete-metadata.js",
                "fotolia\/autocomplete-metadata-fotolia.js"
            ],
            "css": [
                "css\/global.css"
            ],
            "run_at": "document_end"
        },
        {
            "matches": [
                "*:\/\/*.fotolia.com\/Member\/MyCredits*"
            ],
            "js": [
                "lib\/js\/jquery-2.2.3.min.js",
                "config.js",
                "earnings.js",
                "fotolia\/earnings-fotolia.js"
            ],
            "css": [
                "css\/global.css"
            ],
            "run_at": "document_end"
        },
        {
            "matches": [
                "*:\/\/submit.shutterstock.com\/upload\/portfolio*"
            ],
            "js": [
                "lib\/js\/jquery-2.2.3.min.js",
                "config.js",
                "images-upload.js",
                "shutterstock\/images-upload-shutterstock.js"
            ],
            "run_at": "document_end"
        },
        {
            "matches": [
                "*:\/\/submit.shutterstock.com\/edit?*"
            ],
            "js": [
                "lib\/js\/jquery-2.2.3.min.js",
                "config.js",
                "autocomplete-metadata.js",
                "shutterstock\/autocomplete-metadata-shutterstock.js"
            ],
            "run_at": "document_end"
        },
        {
            "matches": [
                "*:\/\/submit.shutterstock.com\/earnings*"
            ],
            "js": [
                "lib\/js\/jquery-2.2.3.min.js",
                "config.js",
                "earnings.js",
                "shutterstock\/earnings-shutterstock.js"
            ],
            "run_at": "document_end"
        },
        {
            "matches": [
                "*:\/\/localhost\/*",
                "*:\/\/guru.axonimage.com\/*",
                "*:\/\/www.guru.axonimage.com\/*",
                "*:\/\/*.axonguru.com\/*"
            ],
            "js": [
                "axon_review_inject.js"
            ],
            "run_at": "document_start"
        },
        {
            "matches": [
                "*:\/\/localhost\/*",
                "*:\/\/guru.axonimage.com\/*",
                "*:\/\/www.guru.axonimage.com\/*",
                "*:\/\/*.axonguru.com\/*"
            ],
            "js": [
                "lib\/js\/jquery-2.2.3.min.js",
                "axon_review_inject2.js"
            ],
            "run_at": "document_end"
        }
    ],
    "web_accessible_resources": [
        "options.js",
        "shutterstock\/inject_upload.js"
    ],
    "icons": {
        "100": "axonimage.png"
    }
}