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 là gì?

Shopify - Add Cart Attributes là một tiện ích mở rộng Chrome được phát triển bởi https://aloagency.com, và tính năng chính của nó là "Cart attributes make Shopify even more powerful, this extension makes it easy to add them even after the order has been placed".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot
screenshot

Tải xuống tệp CRX của tiện ích mở rộng Shopify - Add Cart Attributes

Tải xuống các tệp mở rộng Shopify - Add Cart Attributes dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        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                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên Shopify - Add Cart Attributes Shopify - Add Cart Attributes
ID ndabhcdbgabeekhnhpafnochallhfhio
URL Chính Thức https://chromewebstore.google.com/detail/shopify-add-cart-attribut/ndabhcdbgabeekhnhpafnochallhfhio
Mô tả Cart attributes make Shopify even more powerful, this extension makes it easy to add them even after the order has been placed
Kích Thước Tệp 44.48 KB
Số Lần Cài Đặt 289
Phiên Bản Hiện Tại 0.3.1
Cập Nhật Lần Cuối 2020-11-02
Ngày Phát Hành 2019-02-07
Đánh Giá 4.50/5 Tổng số 4 Đánh Giá
Nhà Phát Triển https://aloagency.com
Email [email protected]
Loại Thanh Toán free
Ngôn Ngữ Được Hỗ Trợ 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
}