Shopify Product Info by OptimCommerce
View Shopify Product Info like Product ID, Variant IDs, and SKUs all from the front end. No Admin Log-In required.
什么是Shopify Product Info by OptimCommerce?
Shopify Product Info by OptimCommerce是由https://optimcommerce.com开发的Chrome扩展程序,该扩展的主要功能是“View Shopify Product Info like Product ID, Variant IDs, and SKUs all from the front end. No Admin Log-In required.”。
扩展截图
下载Shopify Product Info by OptimCommerce扩展crx文件
下载Shopify Product Info by OptimCommerce扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
Shopify Product information like product ID and SKU often require a visit to the backend admin section to figure out.
This app allows you to access the following product information from any product page that runs on Shopify:
- Product ID
- Product SKU
- Product Price
For Products that have multiple variants, this information is broken out to:
- Variant ID
- Variant SKU
- Variant Price
- Variant Option Name (i.e. "Large") 扩展基本信息
| 名称 | |
| ID | hgdnbhdgboglidilhoipggepjlmmmaae |
| 官方URL | https://chromewebstore.google.com/detail/shopify-product-info-by-o/hgdnbhdgboglidilhoipggepjlmmmaae |
| 简介 | View Shopify Product Info like Product ID, Variant IDs, and SKUs all from the front end. No Admin Log-In required. |
| 文件大小 | 24.13 KB |
| 安装次数 | 2,826 |
| 当前版本 | 1.0.6 |
| 更新时间 | 2022-12-18 |
| 上架时间 | 2019-06-07 |
| 评分 | 5.00/5 共2次评分 |
| 开发者 | https://optimcommerce.com |
| 电子邮箱 | [email protected] |
| 付费类型 | free |
| 隐私政策页面URL | https://optimcommerce.com/privacy-policy |
| 支持的语言 | en |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"manifest_version": 2,
"name": "Shopify Product Info by OptimCommerce",
"short_name": "Shopify Product Info",
"description": "View Shopify Product Info like Product ID, Variant IDs, and SKUs all from the front end. No Admin Log-In required.",
"version": "1.0.6",
"browser_action": {
"default_popup": "popup.html"
},
"icons": {
"16": "images\/logo16.png",
"32": "images\/logo32.png",
"48": "images\/logo48.png",
"128": "images\/logo128.png"
},
"permissions": [
"activeTab"
],
"content_scripts": [
{
"matches": [
"https:\/\/*\/*"
],
"js": [
"js\/inject.js"
],
"all_frames": false
}
],
"web_accessible_resources": [
"js\/content.js"
]
} | |