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
Apa itu Shopify - Add Cart Attributes?
Shopify - Add Cart Attributes adalah ekstensi Chrome yang dikembangkan oleh https://aloagency.com, dan fitur utamanya adalah "Cart attributes make Shopify even more powerful, this extension makes it easy to add them even after the order has been placed".
Screenshot Ekstensi
Unduh Berkas CRX Ekstensi Shopify - Add Cart Attributes
Unduh file ekstensi Shopify - Add Cart Attributes dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.
Petunjuk Penggunaan Ekstensi
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
Informasi Dasar Ekstensi
Nama | Shopify - Add Cart Attributes |
ID | ndabhcdbgabeekhnhpafnochallhfhio |
URL Resmi | https://chromewebstore.google.com/detail/shopify-add-cart-attribut/ndabhcdbgabeekhnhpafnochallhfhio |
Deskripsi | Cart attributes make Shopify even more powerful, this extension makes it easy to add them even after the order has been placed |
Ukuran File | 44.48 KB |
Jumlah Instalasi | 289 |
Versi Saat Ini | 0.3.1 |
Terakhir Diperbarui | 2020-11-02 |
Tanggal Publikasi | 2019-02-07 |
Penilaian | 4.50/5 Total 4 Penilaian |
Pengembang | https://aloagency.com |
[email protected] | |
Tipe Pembayaran | free |
Bahasa yang Didukung | 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 } |