PS Tunnel ~ Browser Extension

Edit images in Photoshop straight from your browser.

PS Tunnel ~ Browser Extensionคืออะไร?

PS Tunnel ~ Browser Extension เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Vanilla Supply และคุณลักษณะหลักของมันคือ "Edit images in Photoshop straight from your browser."

ภาพหน้าจอของส่วนขยาย

screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย PS Tunnel ~ Browser Extension

ดาวน์โหลดไฟล์ส่วนขยาย PS Tunnel ~ Browser Extension ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

                        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"
    ]
}