PixPix Image Editor

Image editors for Shopify stores

PixPix Image Editor là gì?

PixPix Image Editor là một tiện ích mở rộng Chrome được phát triển bởi http://getpixpix.com, và tính năng chính của nó là "Image editors for Shopify stores".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot
screenshot

Tải xuống tệp CRX của tiện ích mở rộng PixPix Image Editor

Tải xuống các tệp mở rộng PixPix Image Editor dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        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                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên PixPix Image Editor PixPix Image Editor
ID omimnfkomepgjbkjenbopdpocpfdfcha
URL Chính Thức https://chrome.google.com/webstore/detail/pixpix-image-editor/omimnfkomepgjbkjenbopdpocpfdfcha
Mô tả Image editors for Shopify stores
Kích Thước Tệp 110 KB
Số Lần Cài Đặt 433
Phiên Bản Hiện Tại 0.3.4
Cập Nhật Lần Cuối 2019-11-06
Ngày Phát Hành 2019-11-06
Đánh Giá 5.00/5 Tổng số 1 Đánh Giá
Nhà Phát Triển http://getpixpix.com
Email [email protected]
Loại Thanh Toán free
Trang Web Mở Rộng https://www.getpixpix.com
URL Trang Chính Sách Bảo Mật https://www.getpixpix.com/privacy.html
Ngôn Ngữ Được Hỗ Trợ 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"
    }
}