PixPix Image Editor
Image editors for Shopify stores
Τι είναι το PixPix Image Editor;
Το PixPix Image Editor είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον http://getpixpix.com, και η κύρια λειτουργία του είναι "Image editors for Shopify stores".
Στιγμιότυπα Επέκτασης
Λήψη αρχείου CRX της επέκτασης PixPix Image Editor
Λήψη αρχείων επέκτασης PixPix Image Editor σε μορφή crx, εγκατάσταση των επεκτάσεων Chrome μη αυτόματα στον περιηγητή ή κοινοποίηση των αρχείων crx με φίλους για εύκολη εγκατάσταση των επεκτάσεων Chrome.
Οδηγίες Χρήσης της Επέκτασης
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
Βασικές Πληροφορίες Επέκτασης
Όνομα | |
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" } } |