Advanced Custom Fields
Quickly and easily modify your Custom Fields within the Shopify admin interface!
Advanced Custom Fields란 무엇입니까?
Advanced Custom Fields은(는) https://arenacommerce.com에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Quickly and easily modify your Custom Fields within the Shopify admin interface!"입니다.
확장 프로그램 스크린샷
Advanced Custom Fields 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
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 |
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" } } |