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

Cos'è EGANY Tools?

EGANY Tools è un'estensione di Chrome sviluppata da EGANY, e la sua funzione principale è "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".

Screenshot dell'Estensione

screenshot
screenshot
screenshot
screenshot

Scarica il file CRX dell'estensione EGANY Tools

Scarica i file di estensione EGANY Tools in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        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!                    

Informazioni di Base sull'Estensione

Nome EGANY Tools EGANY Tools
ID ccnllgcbfegnbaokgodmlfdmocbechdg
URL Ufficiale https://chromewebstore.google.com/detail/egany-tools/ccnllgcbfegnbaokgodmlfdmocbechdg
Descrizione 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
Dimensione del File 2.85 MB
Conteggio Installazioni 796
Versione Corrente 1.11.7
Ultimo Aggiornamento 2021-09-04
Data di Pubblicazione 2020-06-10
Valutazione 5.00/5 Totale 6 Valutazioni
Sviluppatore EGANY
Email [email protected]
Tipo di Pagamento free
Sito Web dell'Estensione https://egany.com/blogs/egany-tools/
URL della Pagina di Aiuto https://egany.com/blogs/egany-tools/huong-dan-su-dung-egany-tools
Lingue Supportate 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"
            ]
        }
    ]
}