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에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Embeds the Custom Fields app into your Shopify store. See https://apps.shopify.com/custom-fields-2"입니다.

확장 프로그램 스크린샷

screenshot
screenshot

Shopify Custom Fields 확장 프로그램 CRX 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 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"
            ]
        }
    ]
}