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 مع الأصدقاء لتثبيت الامتدادات بسهولة.

تعليمات استخدام التمديد

                        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
عنوان صفحة المساعدة 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"
    ]
}