Multicart

Multicart extension

Multicart là gì?

Multicart là một tiện ích mở rộng Chrome được phát triển bởi https://multicartshop.com, và tính năng chính của nó là "Multicart extension".

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

screenshot
screenshot
screenshot
screenshot

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

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

                        Multicart - Social Shopping Cart
Put curated products in front of your audience 

Whether it’s a social media story, post, or an article - with Multicart - your content is always shoppable.

Multicart is frictionless. No need for multiple affiliate links as different products can be combined into one universal shareable and embeddable virtual store. 

Multicart is different. Multicart is designed to retain your visitors and offer them ecommerce options exactly where they are: on your pages.

Multicart extension is free to install.                    

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

Tên Multicart Multicart
ID fdedgnlehkfjcgghmjecenfopmmlakpp
URL Chính Thức https://chromewebstore.google.com/detail/multicart/fdedgnlehkfjcgghmjecenfopmmlakpp
Mô tả Multicart extension
Kích Thước Tệp 238 KB
Số Lần Cài Đặt 33
Phiên Bản Hiện Tại 3.11.0
Cập Nhật Lần Cuối 2024-02-26
Ngày Phát Hành 2020-08-21
Đánh Giá 5.00/5 Tổng số 3 Đánh Giá
Nhà Phát Triển https://multicartshop.com
Email [email protected]
Loại Thanh Toán free
Trang Web Mở Rộng https://multicartshop.com
URL Trang Trợ Giúp https://multicartshop.com/contact
URL Trang Chính Sách Bảo Mật https://multicartshop.com/privacy
Ngôn Ngữ Được Hỗ Trợ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "Multicart",
    "description": "Multicart extension",
    "version": "3.11.0",
    "permissions": [
        "tabs",
        "storage",
        "cookies",
        "history",
        "alarms",
        "contextMenus"
    ],
    "host_permissions": [
        "https:\/\/www.ralphlauren.com\/*",
        "https:\/\/www.bloomingdales.com\/*",
        "http:\/\/localhost\/*",
        "https:\/\/multicartshop.com\/*",
        "https:\/\/multi-cart.com\/*",
        "https:\/\/stage.cledeploy.com\/*"
    ],
    "content_scripts": [
        {
            "match_about_blank": false,
            "matches": [
                ""
            ],
            "run_at": "document_end",
            "css": [
                "styles\/toastr.css"
            ],
            "js": [
                "contentScript.js"
            ]
        }
    ],
    "background": {
        "service_worker": "background.js"
    },
    "externally_connectable": {
        "matches": [
            "http:\/\/localhost\/*",
            "https:\/\/multicartshop.com\/*",
            "https:\/\/multi-cart.com\/*",
            "https:\/\/stage.cledeploy.com\/*"
        ]
    },
    "action": {
        "default_popup": "popup\/popup.html",
        "default_icon": "images\/favicon-32.png"
    },
    "icons": {
        "16": "images\/favicon-16.png",
        "32": "images\/favicon-32.png",
        "64": "images\/favicon-64.png",
        "128": "images\/favicon-128.png"
    },
    "web_accessible_resources": [
        {
            "resources": [
                "\/styles\/*"
            ],
            "matches": [
                ""
            ]
        }
    ],
    "key": "MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEA2omMOlOYHDNv9PyBqVxxlk9Mc9L+NpdOBmAbucaXNFuXd2lHjaqJIAv1MXQgbHv+lJK2RiBr4GkbfpGtgzt0whzZO5oelQYol48i1eRdw9JVdYY9mUXe2vXje510v2b1rMFq7IgYfl5Lb3fqQhBAVQPWLOO417AwSFbbnEPbRK1XB6v+1KhJHIDI1zQmpKqARi3llocEQOvG0kSjcR7quMJL0yJuVHBnvox+2v2dLi4YFhRIFYljvy6R1TOpZWyYikXZE2wNxGREuiyPIeMl5QcByqzetdWeBOPQwceD8ZJgkw0GLEXaldIoh32Ytu4+3EOT61hbmcrgzbuoPbgQeQIDAQAB"
}