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에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Cart attributes make Shopify even more powerful, this extension makes it easy to add them even after the order has been placed"입니다.

확장 프로그램 스크린샷

screenshot
screenshot

Shopify - Add Cart Attributes 확장 프로그램 CRX 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 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 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
}