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
Qu'est-ce que Shopify - Add Cart Attributes ?
Shopify - Add Cart Attributes est une extension Chrome développée par https://aloagency.com, et sa fonction principale est "Cart attributes make Shopify even more powerful, this extension makes it easy to add them even after the order has been placed".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension Shopify - Add Cart Attributes
Téléchargez les fichiers d'extension Shopify - Add Cart Attributes au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.
Instructions d'Utilisation de l'Extension
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
Informations de Base sur l'Extension
Nom | Shopify - Add Cart Attributes |
ID | ndabhcdbgabeekhnhpafnochallhfhio |
URL Officiel | https://chromewebstore.google.com/detail/shopify-add-cart-attribut/ndabhcdbgabeekhnhpafnochallhfhio |
Description | Cart attributes make Shopify even more powerful, this extension makes it easy to add them even after the order has been placed |
Taille du Fichier | 44.48 KB |
Nombre d'Installations | 289 |
Version Actuelle | 0.3.1 |
Dernière Mise à Jour | 2020-11-02 |
Date de Publication | 2019-02-07 |
Évaluation | 4.50/5 Total 4 Évaluations |
Développeur | https://aloagency.com |
[email protected] | |
Type de Paiement | free |
Langues Prises en Charge | 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 } |