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