PS Tunnel ~ Browser Extension

Edit images in Photoshop straight from your browser.

Cos'è PS Tunnel ~ Browser Extension?

PS Tunnel ~ Browser Extension è un'estensione di Chrome sviluppata da Vanilla Supply, e la sua funzione principale è "Edit images in Photoshop straight from your browser.".

Screenshot dell'Estensione

screenshot

Scarica il file CRX dell'estensione PS Tunnel ~ Browser Extension

Scarica i file di estensione PS Tunnel ~ Browser Extension in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        Edit and replace images from Shopify in record time.

This extension adds an "Edit in Photoshop" button to your product pictures in Shopify.
You need PS Tunnel to make use of this extension.

Learn more on pstunnel.com                    

Informazioni di Base sull'Estensione

Nome PS Tunnel ~ Browser Extension PS Tunnel ~ Browser Extension
ID gbcbngphmgnfomcmkligahdgcnacgjog
URL Ufficiale https://chromewebstore.google.com/detail/ps-tunnel-browser-extensi/gbcbngphmgnfomcmkligahdgcnacgjog
Descrizione Edit images in Photoshop straight from your browser.
Dimensione del File 27.38 KB
Conteggio Installazioni 54
Versione Corrente 1.0.3
Ultimo Aggiornamento 2020-03-27
Data di Pubblicazione 2020-03-27
Valutazione 5.00/5 Totale 1 Valutazioni
Sviluppatore Vanilla Supply
Email [email protected]
Tipo di Pagamento free
Sito Web dell'Estensione https://pstunnel.com
URL della Pagina di Aiuto https://pstunnel.com/support
Lingue Supportate en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "PS Tunnel ~ Browser Extension",
    "description": "Edit images in Photoshop straight from your browser.",
    "version": "1.0.3",
    "icons": {
        "16": "icon.png",
        "48": "icon.png",
        "128": "icon.png"
    },
    "web_accessible_resources": [
        "js\/shopify.js"
    ],
    "content_scripts": [
        {
            "matches": [
                "https:\/\/*.pstunnel.com\/*",
                "https:\/\/ps-tunnel-app.proxy.elevate.sh\/*"
            ],
            "js": [
                "js\/content-script-web.js"
            ]
        },
        {
            "matches": [
                "https:\/\/*.myshopify.com\/admin\/*"
            ],
            "js": [
                "js\/content-script-shopify.js"
            ]
        },
        {
            "matches": [
                "https:\/\/*.mybigcommerce.com\/manage\/*"
            ],
            "js": [
                "js\/content-script-web.js"
            ]
        }
    ],
    "background": {
        "scripts": [
            "js\/background.js"
        ]
    },
    "permissions": [
        "https:\/\/*.pstunnel.com\/*",
        "https:\/\/staging-app.pstunnel.com\/*",
        "https:\/\/ps-tunnel-app.proxy.elevate.sh\/*",
        "storage"
    ]
}