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
Was ist Shopify - Add Cart Attributes?
Shopify - Add Cart Attributes ist eine Chrome-Erweiterung, die von https://aloagency.com entwickelt wurde, und ihr Hauptmerkmal ist "Cart attributes make Shopify even more powerful, this extension makes it easy to add them even after the order has been placed".
Erweiterungsscreenshots
Shopify - Add Cart Attributes-Erweiterungs-CRX-Datei herunterladen
Laden Sie Shopify - Add Cart Attributes-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.
Anleitung zur Verwendung der Erweiterung
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
Grundlegende Informationen zur Erweiterung
Name | Shopify - Add Cart Attributes |
ID | ndabhcdbgabeekhnhpafnochallhfhio |
Offizielle URL | https://chromewebstore.google.com/detail/shopify-add-cart-attribut/ndabhcdbgabeekhnhpafnochallhfhio |
Beschreibung | Cart attributes make Shopify even more powerful, this extension makes it easy to add them even after the order has been placed |
Dateigröße | 44.48 KB |
Installationsanzahl | 289 |
Aktuelle Version | 0.3.1 |
Letztes Update | 2020-11-02 |
Veröffentlichungsdatum | 2019-02-07 |
Bewertung | 4.50/5 Insgesamt 4 Bewertungen |
Entwickler | https://aloagency.com |
[email protected] | |
Zahlungsart | free |
Unterstützte Sprachen | 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 } |