Advanced Custom Fields

Quickly and easily modify your Custom Fields within the Shopify admin interface!

Τι είναι το Advanced Custom Fields;

Το Advanced Custom Fields είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον https://arenacommerce.com, και η κύρια λειτουργία του είναι "Quickly and easily modify your Custom Fields within the Shopify admin interface!".

Στιγμιότυπα Επέκτασης

screenshot
screenshot
screenshot
screenshot

Λήψη αρχείου CRX της επέκτασης Advanced Custom Fields

Λήψη αρχείων επέκτασης Advanced Custom Fields σε μορφή crx, εγκατάσταση των επεκτάσεων Chrome μη αυτόματα στον περιηγητή ή κοινοποίηση των αρχείων crx με φίλους για εύκολη εγκατάσταση των επεκτάσεων Chrome.

Οδηγίες Χρήσης της Επέκτασης

                        Add new features to the Shopify Dashboard

To use this extension you must install the "Custom Fields" app on your Shopify store: https://apps.shopify.com/advanced-custom-field. Use this awesome combination to extend the standard Shopify functionality and edit metafields for your products and collections directly in your Shopify admin panel. 
Quickly create, update or delete metafields for your products and collections without leaving their pages or go to an advanced editor with just one click!                    

Βασικές Πληροφορίες Επέκτασης

Όνομα Advanced Custom Fields Advanced Custom Fields
ID eoigapjpfjgioclmomohpfjlnlbkipje
Επίσημο URL https://chromewebstore.google.com/detail/advanced-custom-fields/eoigapjpfjgioclmomohpfjlnlbkipje
Περιγραφή Quickly and easily modify your Custom Fields within the Shopify admin interface!
Μέγεθος Αρχείου 207 KB
Αριθμός Εγκαταστάσεων 1,347
Τρέχουσα Έκδοση 1.2
Τελευταία Ενημέρωση 2021-12-09
Ημερομηνία Δημοσίευσης 2021-05-30
Αξιολόγηση 4.00/5 Συνολικά 3 Αξιολογήσεις
Προγραμματιστής https://arenacommerce.com
Ηλεκτρονικό ταχυδρομείο [email protected]
Τύπος Πληρωμής free
Ιστότοπος Επέκτασης https:/www.arenacommerce.com
URL της Σελίδας Πολιτικής Απορρήτου https://www.arenacommerce.com/pages/privacy-policy
Υποστηριζόμενες Γλώσσες en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Advanced Custom Fields",
    "description": "Quickly and easily modify your Custom Fields within the Shopify admin interface!",
    "version": "1.2",
    "manifest_version": 3,
    "homepage_url": "https:\/\/www.arenacommerce.com",
    "externally_connectable": {
        "matches": [
            "https:\/\/install.arenacommerce.com\/*",
            "https:\/\/xadmin.arenacommerce.com\/*",
            "https:\/\/arena-theme-installation.ap.ngrok.io\/*"
        ]
    },
    "background": {
        "service_worker": "background.js"
    },
    "web_accessible_resources": [
        {
            "matches": [
                "http:\/\/*.myshopify.com\/*",
                "https:\/\/*.myshopify.com\/*",
                "http:\/\/*.shopify.com\/*",
                "https:\/\/*.shopify.com\/*"
            ],
            "resources": [
                "\/scripts\/admin_handle.js",
                "\/styles\/main.css",
                "\/scripts\/popup.js",
                "\/styles\/summernote-lite.0.8.18.min.css",
                "\/styles\/font\/summernote.ttf",
                "\/styles\/font\/summernote.woff",
                "\/styles\/font\/summernote.woff2",
                "\/styles\/font\/summernote.eot",
                "popup.html",
                "\/images\/icon_128x128.png"
            ]
        }
    ],
    "content_scripts": [
        {
            "matches": [
                "http:\/\/*.myshopify.com\/*",
                "https:\/\/*.myshopify.com\/*",
                "http:\/\/*.shopify.com\/*",
                "https:\/\/*.shopify.com\/*"
            ],
            "js": [
                "\/scripts\/admin_handle.js"
            ],
            "css": [
                "\/styles\/main.css",
                "\/styles\/options.css",
                "\/styles\/summernote-lite.0.8.18.min.css"
            ]
        }
    ],
    "permissions": [
        "tabs",
        "storage"
    ],
    "action": {
        "default_popup": "popup.html",
        "default_icon": {
            "16": "\/images\/icon_16x16.png",
            "32": "\/images\/icon_32x32.png",
            "48": "\/images\/icon_48x48.png",
            "128": "\/images\/icon_128x128.png"
        }
    },
    "icons": {
        "16": "\/images\/icon_16x16.png",
        "32": "\/images\/icon_32x32.png",
        "48": "\/images\/icon_48x48.png",
        "128": "\/images\/icon_128x128.png"
    }
}