PS Tunnel ~ Browser Extension

Edit images in Photoshop straight from your browser.

PS Tunnel ~ Browser Extension란 무엇입니까?

PS Tunnel ~ Browser Extension은(는) Vanilla Supply에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Edit images in Photoshop straight from your browser."입니다.

확장 프로그램 스크린샷

screenshot

PS Tunnel ~ Browser Extension 확장 프로그램 CRX 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        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                    

확장 프로그램 기본 정보

이름 PS Tunnel ~ Browser Extension PS Tunnel ~ Browser Extension
ID gbcbngphmgnfomcmkligahdgcnacgjog
공식 URL https://chromewebstore.google.com/detail/ps-tunnel-browser-extensi/gbcbngphmgnfomcmkligahdgcnacgjog
설명 Edit images in Photoshop straight from your browser.
파일 크기 27.38 KB
설치 횟수 54
현재 버전 1.0.3
최근 업데이트 2020-03-27
출시 날짜 2020-03-27
평점 5.00/5 총 1 개의 평점
개발자 Vanilla Supply
이메일 [email protected]
결제 유형 free
확장 프로그램 웹 사이트 https://pstunnel.com
도움말 페이지 URL https://pstunnel.com/support
지원되는 언어 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"
    ]
}