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
Was ist EGANY Tools?
EGANY Tools ist eine Chrome-Erweiterung, die von EGANY entwickelt wurde, und ihr Hauptmerkmal ist "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".
Erweiterungsscreenshots
EGANY Tools-Erweiterungs-CRX-Datei herunterladen
Laden Sie EGANY Tools-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.
Anleitung zur Verwendung der Erweiterung
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!
Grundlegende Informationen zur Erweiterung
Name | EGANY Tools |
ID | ccnllgcbfegnbaokgodmlfdmocbechdg |
Offizielle URL | https://chromewebstore.google.com/detail/egany-tools/ccnllgcbfegnbaokgodmlfdmocbechdg |
Beschreibung | 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 |
Dateigröße | 2.85 MB |
Installationsanzahl | 796 |
Aktuelle Version | 1.11.7 |
Letztes Update | 2021-09-04 |
Veröffentlichungsdatum | 2020-06-10 |
Bewertung | 5.00/5 Insgesamt 6 Bewertungen |
Entwickler | EGANY |
[email protected] | |
Zahlungsart | free |
Erweiterungswebsite | https://egany.com/blogs/egany-tools/ |
Hilfeseite URL | https://egany.com/blogs/egany-tools/huong-dan-su-dung-egany-tools |
Unterstützte Sprachen | 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" ] } ] } |