EGANY Tools
EGANY Tools là bộ tiện ích mở rộng cho quản trị website trên các nền tảng Haravan, Sapo và Shopify
Qu'est-ce que EGANY Tools ?
EGANY Tools est une extension Chrome développée par EGANY, et sa fonction principale est "EGANY Tools là bộ tiện ích mở rộng cho quản trị website trên các nền tảng Haravan, Sapo và Shopify".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension EGANY Tools
Téléchargez les fichiers d'extension EGANY Tools au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.
Instructions d'Utilisation de l'Extension
EGANY Tools là tiện ích mở rộng giúp bạn quản trị website trên nền tảng Haravan dễ dàng hơn Các tính năng hiện có: 1. Chỉnh sửa mô tả Sản Phẩm và Blog trực tiếp ngoài giao diện người dùng mà không cần truy cập trang quản trị 2. Thêm/Xoá/Sửa trường thông tin bổ sung (Metafield) cho dữ liệu Sản Phẩm (product) và Khách Hàng (customer) - Loại dữ liệu Con Số - Loại dữ liệu Văn Bản (có trình chỉnh sửa và format dữ liệu trực tiếp 3. Hỗ trợ thiết lập các ứng dụng từ EGANY mà không cần phải can thiệp code - Thiết lập vị trí hiển thị các addon của EGANY - Hiển thị danh sách các app của EGANY - Chỉnh sửa trực tiếp Sales Page của EGANY 4. Tự động cập nhật theme EGANY trên Haravan và Sapo …và những tính năng mới sẽ cập nhật từ phản hồi của bà con 😄 Lưu ý: Click vào biểu tượng tiện ích mở rộng này để sử dụng!
Informations de Base sur l'Extension
Nom | EGANY Tools |
ID | ccnllgcbfegnbaokgodmlfdmocbechdg |
URL Officiel | https://chromewebstore.google.com/detail/egany-tools/ccnllgcbfegnbaokgodmlfdmocbechdg |
Description | EGANY Tools là bộ tiện ích mở rộng cho quản trị website trên các nền tảng Haravan, Sapo và Shopify |
Taille du Fichier | 2.85 MB |
Nombre d'Installations | 796 |
Version Actuelle | 1.11.7 |
Dernière Mise à Jour | 2021-09-04 |
Date de Publication | 2020-06-10 |
Évaluation | 5.00/5 Total 6 Évaluations |
Développeur | EGANY |
[email protected] | |
Type de Paiement | free |
Site Web de l'Extension | https://egany.com/blogs/egany-tools/ |
URL de la Page d'Aide | https://egany.com/blogs/egany-tools/huong-dan-su-dung-egany-tools |
Langues Prises en Charge | vi |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "EGANY Tools", "version": "1.11.7", "manifest_version": 2, "description": "EGANY Tools l\u00e0 b\u1ed9 ti\u1ec7n \u00edch m\u1edf r\u1ed9ng cho qu\u1ea3n tr\u1ecb website tr\u00ean c\u00e1c n\u1ec1n t\u1ea3ng Haravan, Sapo v\u00e0 Shopify", "browser_action": { "default_popup": ".\/popup\/index.html", "default_icon": ".\/icon.png" }, "icons": { "16": ".\/icon.png", "48": ".\/icon.png", "128": ".\/icon.png" }, "permissions": [ "activeTab", "storage", "tabs", "https:\/\/*\/*" ], "background": { "scripts": [ ".\/background\/index.js" ], "persistent": false }, "content_scripts": [ { "matches": [ "https:\/\/*\/*" ], "js": [ ".\/content\/init-menu.js", ".\/content\/init-set-addon-position.js" ] }, { "matches": [ "http:\/\/localhost:3000\/*", "https:\/\/*.egany.com\/*" ], "js": [ ".\/content\/init-auth.js" ] }, { "matches": [ "https:\/\/www.facebook.com\/" ], "js": [ ".\/plugins\/30-days-of-content\/facebook-reminder.js" ] } ] } |