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

What is EGANY Tools?

EGANY Tools is a Chrome extension developed by EGANY, and its main feature 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".

Extension Screenshots

screenshot
screenshot
screenshot
screenshot

Download EGANY Tools Extension CRX File

Download EGANY Tools extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        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!                    

Extension Basic Information

Name EGANY Tools EGANY Tools
ID ccnllgcbfegnbaokgodmlfdmocbechdg
Official URL 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
File Size 2.85 MB
Installation Count 796
Current Version 1.11.7
Last Updated 2021-09-04
Publish Date 2020-06-10
Rating 5.00/5 Total 6 Ratings
Developer EGANY
Email [email protected]
Payment Type free
Extension Website https://egany.com/blogs/egany-tools/
Help Page URL https://egany.com/blogs/egany-tools/huong-dan-su-dung-egany-tools
Supported Languages 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"
            ]
        }
    ]
}