Arena Shopify Admin Extension

Lets you replace the default Shopify Theme Editor dashboard with a new UI to easily manage the Shopify Theme.

Arena Shopify Admin Extension là gì?

Arena Shopify Admin Extension là một tiện ích mở rộng Chrome được phát triển bởi https://arenacommerce.com, và tính năng chính của nó là "Lets you replace the default Shopify Theme Editor dashboard with a new UI to easily manage the Shopify Theme.".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot
screenshot

Tải xuống tệp CRX của tiện ích mở rộng Arena Shopify Admin Extension

Tải xuống các tệp mở rộng Arena Shopify Admin Extension dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        Arena Shopify Admin Extension lets you replace the default Shopify Theme Editor dashboard with new UI to easy manage the Shopify Theme.

It's includes:

- Admin Quick Links show in your Shopify website. This function will give you a board of shortcuts, each shortcut will lead you to editor page that you will use regularly, this function will help you save a lot of time.
+ Shortcut Section Contents : Go to Section Editors in Theme Customization. It's useful in Shopify theme with multi-page templates.
+ Shortcut Edit Content: Go to your Product, Pages Editors
+ Shortcut Edit Custom Field: Go to Edit your Shopify page, product meta fields if you are using Advanced Custom Fields App. 
+ Shortcut General, Custom, Discount, Install Apps, Menu, Product, Code Edit, Sections: Go to Shopify General Setting
- Advanced Theme Editor: Extended your Shopify Theme Editor, give you six addition tool for you to improve the way you configure Shopify theme: 
+ Icon picker
+ Date picker
+ Header collapsed
+ Responsive spacing settings
+ Responsive carousel column settings
+ Advanced Text Editor
- Content Editor: allows customers to easily add columns, buttons with the click of a button.
- URL Filter: Filter your domain running Extension.
- Import sample menus data by ArenaComemrce from Shopify Arena Dashboard app to your Shopify store.
How to use : https://help.arenacommerce.com/admin-extension/
More detail about Arena Dashboard: https://help.arenacommerce.com/installation/dashboard.html

Arena Shopify Admin Extension DOES NOT collect any of your data or your browsing activity on any websites. We are pretty fanatical about privacy ourselves, and your privacy is extremely important to us. 
Please visit this page for more info 
- When installing Arena Shopify Admin Extension for Chrome, you might see the following prompt: Install Arena Shopify Extension Extension?
- It can access:
+ Your tabs and browsing activity to turn on & off depend on your settings with Domain Filter
+ Your Shopify store Menus to import sample menus from ArenaCommerce by Arena Dashboard Shopify app.

Get in touch: [email protected]
Extension privacy: https://help.arenacommerce.com/admin-extension/privacy.html
For more information on privacy and the security of your data visit https://www.arenacommerce.com/pages/privacy-policy                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên Arena Shopify Admin Extension Arena Shopify Admin Extension
ID acjopnffmehbackaohjjnpnnnocfcmnf
URL Chính Thức https://chromewebstore.google.com/detail/arena-shopify-admin-exten/acjopnffmehbackaohjjnpnnnocfcmnf
Mô tả Lets you replace the default Shopify Theme Editor dashboard with a new UI to easily manage the Shopify Theme.
Kích Thước Tệp 137 KB
Số Lần Cài Đặt 3,159
Phiên Bản Hiện Tại 4.9.3
Cập Nhật Lần Cuối 2023-11-22
Ngày Phát Hành 2020-05-25
Đánh Giá 5.00/5 Tổng số 6 Đánh Giá
Nhà Phát Triển https://arenacommerce.com
Email [email protected]
Loại Thanh Toán free
Trang Web Mở Rộng https://help.arenacommerce.com/admin-extension/privacy.html
URL Trang Trợ Giúp https://help.arenacommerce.com/admin-extension
URL Trang Chính Sách Bảo Mật https://www.arenacommerce.com/pages/privacy-policy
Ngôn Ngữ Được Hỗ Trợ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "Arena Shopify Admin Extension",
    "version": "4.9.3",
    "description": "Lets you replace the default Shopify Theme Editor dashboard with a new UI to easily manage the Shopify Theme.",
    "homepage_url": "https:\/\/arenacommerce.com",
    "icons": {
        "16": "icon_16x16.png",
        "48": "icon_48x48.png",
        "128": "icon_128x128.png"
    },
    "action": {
        "default_popup": "options.html"
    },
    "background": {
        "service_worker": "\/background.js",
        "type": "module"
    },
    "permissions": [
        "contextMenus",
        "tabs"
    ],
    "host_permissions": [
        "*:\/\/*\/*"
    ],
    "web_accessible_resources": [
        {
            "resources": [
                "resources\/*",
                "\/scripts\/import_script.js",
                "\/scripts\/nav_exporter.js"
            ],
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ]
        }
    ],
    "externally_connectable": {
        "matches": [
            "https:\/\/install.arenacommerce.com\/*",
            "https:\/\/xadmin.arenacommerce.com\/*",
            "https:\/\/xadmin.ap.ngrok.io\/*",
            "https:\/\/arena-theme-installation.ap.ngrok.io\/*",
            "https:\/\/aclone.arenacommerce.com\/*"
        ]
    },
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "all_frames": true,
            "js": [
                "\/scripts\/base.js",
                "\/scripts\/import_script.js"
            ]
        },
        {
            "matches": [
                "https:\/\/*.myshopify.com\/menus*",
                "https:\/\/*.myshopify.com\/admin\/menus*",
                "https:\/\/*.myshopify.com\/admin\/collections*",
                "https:\/\/admin.shopify.com\/store\/*\/menus*",
                "https:\/\/admin.shopify.com\/store\/*\/collections*",
                "https:\/\/online-store-web.shopifyapps.com\/*"
            ],
            "js": [
                "\/scripts\/nav_exporter.js",
                "\/scripts\/import_script.js"
            ]
        }
    ]
}