PS Tunnel ~ Browser Extension
Edit images in Photoshop straight from your browser.
Qu'est-ce que PS Tunnel ~ Browser Extension ?
PS Tunnel ~ Browser Extension est une extension Chrome développée par Vanilla Supply, et sa fonction principale est "Edit images in Photoshop straight from your browser.".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension PS Tunnel ~ Browser Extension
Téléchargez les fichiers d'extension PS Tunnel ~ Browser Extension au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.
Instructions d'Utilisation de l'Extension
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
Informations de Base sur l'Extension
Nom | PS Tunnel ~ Browser Extension |
ID | gbcbngphmgnfomcmkligahdgcnacgjog |
URL Officiel | https://chromewebstore.google.com/detail/ps-tunnel-browser-extensi/gbcbngphmgnfomcmkligahdgcnacgjog |
Description | Edit images in Photoshop straight from your browser. |
Taille du Fichier | 27.38 KB |
Nombre d'Installations | 54 |
Version Actuelle | 1.0.3 |
Dernière Mise à Jour | 2020-03-27 |
Date de Publication | 2020-03-27 |
Évaluation | 5.00/5 Total 1 Évaluations |
Développeur | Vanilla Supply |
[email protected] | |
Type de Paiement | free |
Site Web de l'Extension | https://pstunnel.com |
URL de la Page d'Aide | https://pstunnel.com/support |
Langues Prises en Charge | 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" ] } |