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

Co to jest Shopify - Add Cart Attributes?

Shopify - Add Cart Attributes to rozszerzenie Chrome opracowane przez https://aloagency.com, a jego główną funkcją jest „Cart attributes make Shopify even more powerful, this extension makes it easy to add them even after the order has been placed”.

Zrzuty ekranu rozszerzenia

screenshot
screenshot

Pobierz plik CRX rozszerzenia Shopify - Add Cart Attributes

Pobierz pliki rozszerzeń Shopify - Add Cart Attributes w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.

Instrukcja Użytkowania Rozszerzenia

                        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                    

Podstawowe informacje o rozszerzeniu

Nazwa Shopify - Add Cart Attributes Shopify - Add Cart Attributes
ID ndabhcdbgabeekhnhpafnochallhfhio
Oficjalny URL https://chromewebstore.google.com/detail/shopify-add-cart-attribut/ndabhcdbgabeekhnhpafnochallhfhio
Opis Cart attributes make Shopify even more powerful, this extension makes it easy to add them even after the order has been placed
Rozmiar pliku 44.48 KB
Liczba instalacji 289
Aktualna Wersja 0.3.1
Ostatnia Aktualizacja 2020-11-02
Data Publikacji 2019-02-07
Ocena 4.50/5 Łącznie 4 Oceny
Deweloper https://aloagency.com
E-mail [email protected]
Typ Płatności free
Obsługiwane Języki 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
}