PixPix Image Editor

Image editors for Shopify stores

¿Qué es PixPix Image Editor?

PixPix Image Editor es una extensión de Chrome desarrollada por http://getpixpix.com, y su función principal es "Image editors for Shopify stores".

Capturas de Pantalla de la Extensión

screenshot
screenshot

Descargar Archivo CRX de la Extensión PixPix Image Editor

Descarga archivos de extensión PixPix Image Editor en formato crx, instala manualmente las extensiones de Chrome en el navegador o comparte los archivos crx con amigos para instalar fácilmente las extensiones de Chrome.

Instrucciones de Uso de la Extensión

                        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                    

Información Básica de la Extensión

Nombre PixPix Image Editor PixPix Image Editor
ID omimnfkomepgjbkjenbopdpocpfdfcha
URL Oficial https://chrome.google.com/webstore/detail/pixpix-image-editor/omimnfkomepgjbkjenbopdpocpfdfcha
Descripción Image editors for Shopify stores
Tamaño del Archivo 110 KB
Cantidad de Instalaciones 433
Versión Actual 0.3.4
Última Actualización 2019-11-06
Fecha de Publicación 2019-11-06
Calificación 5.00/5 Total de 1 Calificaciones
Desarrollador http://getpixpix.com
Correo electrónico [email protected]
Tipo de Pago free
Sitio Web de la Extensión https://www.getpixpix.com
URL de la Página de Política de Privacidad https://www.getpixpix.com/privacy.html
Idiomas Soportados 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"
    }
}