PS Tunnel ~ Browser Extension
Edit images in Photoshop straight from your browser.
Hvad er PS Tunnel ~ Browser Extension?
PS Tunnel ~ Browser Extension er en Chrome-udvidelse udviklet af Vanilla Supply, og dens hovedfunktion er "Edit images in Photoshop straight from your browser.".
Udvidelsesskærmbilleder
Download PS Tunnel ~ Browser Extension-udvidelses-CRX-fil
Download PS Tunnel ~ Browser Extension-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.
Brugsanvisning til Udvidelsen
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
Grundlæggende oplysninger om udvidelsen
Navn | PS Tunnel ~ Browser Extension |
ID | gbcbngphmgnfomcmkligahdgcnacgjog |
Officiel URL | https://chromewebstore.google.com/detail/ps-tunnel-browser-extensi/gbcbngphmgnfomcmkligahdgcnacgjog |
Beskrivelse | Edit images in Photoshop straight from your browser. |
Filstørrelse | 27.38 KB |
Antal Installationer | 54 |
Nuværende Version | 1.0.3 |
Senest Opdateret | 2020-03-27 |
Udgivelsesdato | 2020-03-27 |
Bedømmelse | 5.00/5 Samlet 1 Bedømmelser |
Udvikler | Vanilla Supply |
[email protected] | |
Betalingsmetode | free |
Udvidelseswebsted | https://pstunnel.com |
Hjælpeside-URL | https://pstunnel.com/support |
Understøttede Sprog | 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" ] } |