Alterpen

Edit product/variant fields directly on storefront.

Alterpen là gì?

Alterpen là một tiện ích mở rộng Chrome được phát triển bởi Stock Sync, và tính năng chính của nó là "Edit product/variant fields directly on storefront.".

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

screenshot

Tải xuống tệp CRX của tiện ích mở rộng Alterpen

Tải xuống các tệp mở rộng Alterpen 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

                        Update products on Shopify store. Without need to go to Shopify Admin. This make maintaining products easier.                    

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

Tên Alterpen Alterpen
ID ckjmifmaihelkgefbplohbkeegehiadg
URL Chính Thức https://chromewebstore.google.com/detail/alterpen/ckjmifmaihelkgefbplohbkeegehiadg
Mô tả Edit product/variant fields directly on storefront.
Kích Thước Tệp 287 KB
Số Lần Cài Đặt 10
Phiên Bản Hiện Tại 1.0.12
Cập Nhật Lần Cuối 2021-08-17
Ngày Phát Hành 2021-05-01
Nhà Phát Triển Stock Sync
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",
    "name": "Alterpen",
    "description": "Edit product\/variant fields directly on storefront.",
    "version": "1.0.12",
    "manifest_version": 3,
    "icons": {
        "16": "public\/16.png",
        "32": "public\/32.png",
        "48": "public\/48.png",
        "128": "public\/128.png"
    },
    "permissions": [
        "activeTab",
        "cookies",
        "scripting"
    ],
    "host_permissions": [
        "http:\/\/localhost:3000\/*",
        "https:\/\/*\/*"
    ],
    "background": {
        "service_worker": "background.bundle.js"
    },
    "web_accessible_resources": [
        {
            "resources": [
                "public\/alterpenwhite.png",
                "public\/alterpen.png",
                "public\/allsite.png"
            ],
            "matches": [
                "https:\/\/*\/*"
            ]
        }
    ]
}