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」です。
拡張機能のスクリーンショット
Shopify Custom Fields拡張機能のCRXファイルをダウンロード
Shopify Custom Fields拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
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 |
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 |
Eメール | [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" ] } ] } |