Shopify Custom Fields

Embeds the Custom Fields app into your Shopify store. See https://apps.shopify.com/custom-fields-2

Shopify Custom Fields क्या है?

Shopify Custom Fields https://bonify.io द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Embeds the Custom Fields app into your Shopify store. See https://apps.shopify.com/custom-fields-2"।

एक्सटेंशन स्क्रीनशॉट्स

screenshot
screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में Shopify Custom Fields एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।

एक्सटेंशन उपयोग निर्देश

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

To use this extension you must install the "Custom Fields" app on your Shopify store: https://apps.shopify.com/custom-fields-2

More about Custom Fields:

- Attach your own fields to your products, collections, blogs, pages & orders.
- Add extra images, upload files, embed videos, and more. 
- Turn Shopify into a customizable Content Management System.
- Use as the foundation for your theme customizations or to display extra info cleanly and consistently.

What kind of fields do you get?

- Image & file uploads.
- Embed code - Youtube, Vimeo, javascript snippets, etc.
- Links
- Text fields - Use select lists, checkboxes and more
- Number Lists - Use select lists, checkboxes and more
- HTML fields - includes a WYSIWYG editor
- Date - Including time, format any way you want.
- Product References - Use info from any referenced product in your templates
- Email
- Phone
- Checkbox
- Select List
- Numbers

Customer Service:

We know how important your store is to you, and we take it just as seriously as you do. Reach out to us any time with your questions, ideas or feedback. We'd love to hear from you and help you out any way we can.                    

एक्सटेंशन की मूल जानकारी

नाम Shopify Custom Fields Shopify Custom Fields
ID kocnjkachacifcgiboaphjkmohggmpmh
आधिकारिक URL https://chromewebstore.google.com/detail/shopify-custom-fields/kocnjkachacifcgiboaphjkmohggmpmh
विवरण Embeds the Custom Fields app into your Shopify store. See https://apps.shopify.com/custom-fields-2
फ़ाइल का आकार 54.32 KB
स्थापना संख्या 6,387
वर्तमान संस्करण 1.6
अंतिम अपडेट 2023-12-01
प्रकाशन तिथि 2019-10-22
रेटिंग 4.33/5 कुल 6 रेटिंग्स
डेवलपर https://bonify.io
ईमेल [email protected]
भुगतान के प्रकार free
एक्सटेंशन वेबसाइट https://www.bonify.io/pages/custom-fields
सहायता पृष्ठ URL https://custom-fields.docs.bonify.io/
समर्थित भाषाएँ en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Shopify Custom Fields",
    "description": "Embeds the Custom Fields app into your Shopify store. See https:\/\/apps.shopify.com\/custom-fields-2",
    "author": "Bonify, LLC",
    "version": "1.6",
    "icons": {
        "128": "icon.png"
    },
    "web_accessible_resources": [
        "loader.gif",
        "icon.png",
        "gear.svg"
    ],
    "content_scripts": [
        {
            "matches": [
                "https:\/\/admin.shopify.com\/store\/*",
                "https:\/\/*.myshopify.com\/*",
                "https:\/\/customfields.bonify.io\/*"
            ],
            "css": [
                "app.css"
            ],
            "js": [
                "jquery-2.2.4.min.js",
                "app.js",
                "main.js"
            ]
        }
    ]
}