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
Wat is EGANY Tools?
EGANY Tools is een Chrome-extensie ontwikkeld door EGANY, en de belangrijkste functie is "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".
Extensie Screenshots
Download het CRX-bestand van de extensie EGANY Tools
Download EGANY Tools-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
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!
Basisinformatie over de Extensie
Naam | EGANY Tools |
ID | ccnllgcbfegnbaokgodmlfdmocbechdg |
Officiële URL | https://chromewebstore.google.com/detail/egany-tools/ccnllgcbfegnbaokgodmlfdmocbechdg |
Beschrijving | 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 |
Bestandsgrootte | 2.85 MB |
Aantal Installaties | 796 |
Huidige Versie | 1.11.7 |
Laatst Bijgewerkt | 2021-09-04 |
Publicatiedatum | 2020-06-10 |
Beoordeling | 5.00/5 Totaal 6 Beoordelingen |
Ontwikkelaar | EGANY |
[email protected] | |
Betalingswijze | free |
Extensiewebsite | https://egany.com/blogs/egany-tools/ |
Help Pagina-URL | https://egany.com/blogs/egany-tools/huong-dan-su-dung-egany-tools |
Ondersteunde Talen | 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" ] } ] } |