Shopify - Add Cart Attributes
Cart attributes make Shopify even more powerful, this extension makes it easy to add them even after the order has been placed
什麼是Shopify - Add Cart Attributes?
Shopify - Add Cart Attributes是由https://aloagency.com開發的Chrome擴展程式,該擴展的主要功能是“Cart attributes make Shopify even more powerful, this extension makes it easy to add them even after the order has been placed”。
擴展截圖
下載Shopify - Add Cart Attributes擴展crx文件
下載Shopify - Add Cart Attributes擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。
擴展使用說明
UPDATED IN OCTOBER 2020. Version 3.1 fixes cart attribute overwrite bug Instructions -go to your admin dashboard -view an individual order -click the extension icon -add an attribute name -save
擴展基本資訊
名稱 | Shopify - Add Cart Attributes |
ID | ndabhcdbgabeekhnhpafnochallhfhio |
官方網址 | https://chromewebstore.google.com/detail/shopify-add-cart-attribut/ndabhcdbgabeekhnhpafnochallhfhio |
簡介 | Cart attributes make Shopify even more powerful, this extension makes it easy to add them even after the order has been placed |
檔案大小 | 44.48 KB |
安裝次數 | 289 |
目前版本 | 0.3.1 |
更新時間 | 2020-11-02 |
上架時間 | 2019-02-07 |
評分 | 4.50/5 共 4 次評分 |
開發者 | https://aloagency.com |
電子郵箱 | [email protected] |
付費類型 | free |
支援的語言 | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "background": { "scripts": [ "jquery.min.js", "background.js" ], "persistent": false }, "page_action": { "default_icon": "icon-128.png", "default_title": "Add Cart Attributes" }, "name": "Shopify - Add Cart Attributes", "description": "Cart attributes make Shopify even more powerful, this extension makes it easy to add them even after the order has been placed", "homepage_url": "https:\/\/chrome.google.com\/webstore\/detail\/shopify-add-cart-attribut\/ndabhcdbgabeekhnhpafnochallhfhio", "icons": { "16": "icon-16.png", "48": "icon-48.png", "128": "icon-128.png" }, "permissions": [ "http:\/\/*.myshopify.com\/*", "https:\/\/*.myshopify.com\/*" ], "content_scripts": [ { "js": [ "jquery.min.js" ], "matches": [ "http:\/\/*.myshopify.com\/*", "https:\/\/*.myshopify.com\/*" ] } ], "content_security_policy": "script-src 'self' https:\/\/www.google-analytics.com; object-src 'self'", "version": "0.3.1", "manifest_version": 2 } |