PixPix Image Editor

Image editors for Shopify stores

PixPix Image Editor क्या है?

PixPix Image Editor http://getpixpix.com द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Image editors for Shopify stores"।

एक्सटेंशन स्क्रीनशॉट्स

screenshot
screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में PixPix Image Editor एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।

एक्सटेंशन उपयोग निर्देश

                        PixPix image editor is a simple to use editor with a lot of image editing options.

PixPix have a simple and intuitive interface, you can browser your products listing or directly search for a specific product using keyword search.

With Shopify Admin links integration, you can directly open a product in PixPix from your product details page in Shopify admin section.

PixPix have a variety of images editing tools, here are the most popular ones:

- Image Crop & Resize
- Change Image orientation
- Change Image Color and Lightning
- Enhance and Whiten parts of the image.
- Draw text or freely with a pencil
- Image Compression
- Bulk Images Upload
- Bulk Images Delete
- Photopea image editor
- SEO Image                    

एक्सटेंशन की मूल जानकारी

नाम PixPix Image Editor PixPix Image Editor
ID omimnfkomepgjbkjenbopdpocpfdfcha
आधिकारिक URL https://chrome.google.com/webstore/detail/pixpix-image-editor/omimnfkomepgjbkjenbopdpocpfdfcha
विवरण Image editors for Shopify stores
फ़ाइल का आकार 110 KB
स्थापना संख्या 433
वर्तमान संस्करण 0.3.4
अंतिम अपडेट 2019-11-06
प्रकाशन तिथि 2019-11-06
रेटिंग 5.00/5 कुल 1 रेटिंग्स
डेवलपर http://getpixpix.com
ईमेल [email protected]
भुगतान के प्रकार free
एक्सटेंशन वेबसाइट https://www.getpixpix.com
गोपनीयता नीति पृष्ठ URL https://www.getpixpix.com/privacy.html
समर्थित भाषाएँ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "__MSG_appName__",
    "version": "0.3.4",
    "manifest_version": 2,
    "description": "__MSG_appDescription__",
    "icons": {
        "16": "images\/icon-16.png",
        "128": "images\/icon-128.png"
    },
    "default_locale": "en",
    "background": {
        "scripts": [
            "scripts\/background.js"
        ]
    },
    "permissions": [
        "*:\/\/*.aliexpress.com\/*",
        "activeTab",
        "tabs"
    ],
    "externally_connectable": {
        "matches": [
            "*:\/\/*.getpixpix.com\/*"
        ]
    },
    "content_scripts": [
        {
            "matches": [
                "*:\/\/*.myshopify.com\/*"
            ],
            "js": [
                "bower_components\/jquery\/dist\/jquery.min.js",
                "scripts\/contentscript.js"
            ],
            "run_at": "document_end",
            "all_frames": false
        }
    ],
    "browser_action": {
        "default_icon": {
            "19": "images\/icon-19.png",
            "38": "images\/icon-38.png"
        },
        "default_title": "PixPix Image Editor",
        "default_popup": "popup.html"
    }
}