Alterpen
Edit product/variant fields directly on storefront.
ما هو Alterpen؟
Alterpen هو إضافة Chrome تم تطويرها بواسطة Stock Sync، والميزة الرئيسية لها هي "Edit product/variant fields directly on storefront.".
لقطات شاشة التمديد
تحميل ملف CRX للإضافة Alterpen
قم بتنزيل ملفات الامتداد Alterpen بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
Update products on Shopify store. Without need to go to Shopify Admin. This make maintaining products easier.
معلومات أساسية عن التمديد
الاسم | Alterpen |
ID | ckjmifmaihelkgefbplohbkeegehiadg |
عنوان URL الرسمي | https://chromewebstore.google.com/detail/alterpen/ckjmifmaihelkgefbplohbkeegehiadg |
الوصف | Edit product/variant fields directly on storefront. |
حجم الملف | 287 KB |
عدد التثبيتات | 10 |
النسخة الحالية | 1.0.12 |
آخر تحديث | 2021-08-17 |
تاريخ النشر | 2021-05-01 |
المطور | Stock Sync |
البريد الإلكتروني | [email protected] |
نوع الدفع | free |
اللغات المدعومة | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Alterpen", "description": "Edit product\/variant fields directly on storefront.", "version": "1.0.12", "manifest_version": 3, "icons": { "16": "public\/16.png", "32": "public\/32.png", "48": "public\/48.png", "128": "public\/128.png" }, "permissions": [ "activeTab", "cookies", "scripting" ], "host_permissions": [ "http:\/\/localhost:3000\/*", "https:\/\/*\/*" ], "background": { "service_worker": "background.bundle.js" }, "web_accessible_resources": [ { "resources": [ "public\/alterpenwhite.png", "public\/alterpen.png", "public\/allsite.png" ], "matches": [ "https:\/\/*\/*" ] } ] } |