MetaFields App
Extends the Shopify admin dashboard for full management of your store's metafields.
MetaFields App란 무엇입니까?
MetaFields App은(는) sineLABS LLC에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Extends the Shopify admin dashboard for full management of your store's metafields."입니다.
확장 프로그램 스크린샷
MetaFields App 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
Shopify has a somewhat hidden feature called Metafields which has previously been available only to developers thru the Shopify API. The MetaFields application now provides you with a seamlessly integrated interface within your Shopify admin dashboard to add, manage, import, and export metafields for nearly everything & the shop itself, collections, products, product variants, customers, orders, blogs, & pages! This extension will add a new link to your Shopify admin dashboard called MetaFields which you can use to display the new screens of this application.
확장 프로그램 기본 정보
이름 | MetaFields App |
ID | ofkkgohiikecpbcakeepadlhaieofgec |
공식 URL | https://chromewebstore.google.com/detail/metafields-app/ofkkgohiikecpbcakeepadlhaieofgec |
설명 | Extends the Shopify admin dashboard for full management of your store's metafields. |
파일 크기 | 27.88 KB |
설치 횟수 | 571 |
현재 버전 | 1.0 |
최근 업데이트 | 2012-08-03 |
출시 날짜 | 2012-08-03 |
평점 | 4.00/5 총 3 개의 평점 |
개발자 | sineLABS LLC |
결제 유형 | free |
확장 프로그램 웹 사이트 | http://metaapp.sinelabs.com |
도움말 페이지 URL | http://metaapp.sinelabs.com |
지원되는 언어 | en-US |
manifest.json | |
{ "update_url": "http:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "content_scripts": [ { "matches": [ "https:\/\/*.myshopify.com\/admin*" ], "run_at": "document_end", "css": [ "extension.css" ], "js": [ "extension.js" ] } ], "minimum_chrome_version": "9", "name": "MetaFields App", "icons": { "128": "meta-chrome-icon128.png", "48": "meta-chrome-icon48.png", "16": "meta-chrome-icon16.png" }, "description": "Extends the Shopify admin dashboard for full management of your store's metafields.", "homepage_url": "http:\/\/metaapp.sinelabs.com", "version": "1.0", "permissions": [ "https:\/\/*.myshopify.com\/admin*" ] } |