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 द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Cart attributes make Shopify even more powerful, this extension makes it easy to add them even after the order has been placed"।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में Shopify - Add Cart Attributes एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
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 |
आधिकारिक URL | 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 } |