PS Tunnel ~ Browser Extension

Edit images in Photoshop straight from your browser.

Wat is PS Tunnel ~ Browser Extension?

PS Tunnel ~ Browser Extension is een Chrome-extensie ontwikkeld door Vanilla Supply, en de belangrijkste functie is "Edit images in Photoshop straight from your browser.".

Extensie Screenshots

screenshot

Download het CRX-bestand van de extensie PS Tunnel ~ Browser Extension

Download PS Tunnel ~ Browser Extension-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

                        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                    

Basisinformatie over de Extensie

Naam PS Tunnel ~ Browser Extension PS Tunnel ~ Browser Extension
ID gbcbngphmgnfomcmkligahdgcnacgjog
Officiële URL https://chromewebstore.google.com/detail/ps-tunnel-browser-extensi/gbcbngphmgnfomcmkligahdgcnacgjog
Beschrijving Edit images in Photoshop straight from your browser.
Bestandsgrootte 27.38 KB
Aantal Installaties 54
Huidige Versie 1.0.3
Laatst Bijgewerkt 2020-03-27
Publicatiedatum 2020-03-27
Beoordeling 5.00/5 Totaal 1 Beoordelingen
Ontwikkelaar Vanilla Supply
E-mail [email protected]
Betalingswijze free
Extensiewebsite https://pstunnel.com
Help Pagina-URL https://pstunnel.com/support
Ondersteunde Talen 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"
    ]
}