Share-A-Cart

Share-A-Cart allows you to share the contents of your cart with anyone else.

什麼是Share-A-Cart?

Share-A-Cart是由https://share-a-cart.com開發的Chrome擴展程式,該擴展的主要功能是“Share-A-Cart allows you to share the contents of your cart with anyone else.”。

擴展截圖

screenshot
screenshot
screenshot
screenshot

下載Share-A-Cart擴展crx文件

下載Share-A-Cart擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。

擴展使用說明

                        Share-A-Cart is the easiest way to share the contents of your shopping cart with anyone else! No more moving items from cart to wish list and backwards, simply "Create Cart ID" to send cart directly to your friend via a short ID code. The ID code is then used to load your cart from anywhere and anyone you shared this code with.

Share-A-Cart for Everything covers a wide variety of online grocers and retailers. Some of the major online sites covered by the addon are Amazon (and all international Amazon stores), Walmart, SHEIN, Shopify, and more than a million other online stores -- see the entire list of online grocers and retailers on our website:  https://share-a-cart.com/supported. 


Note: Share-A-Cart does not complete any purchases on your behalf, this software only facilitates moving items from the senders shopping cart to the recipients shopping cart -- all checkouts still must be completed by the user. Share-A-Cart is not related to any of the retailers, not endorsed and not authorized by any of the listed retailers.                    

擴展基本資訊

名稱 Share-A-Cart Share-A-Cart
ID hcjohblbkdgcoikaedjndgbcgcfoojmj
官方網址 https://chromewebstore.google.com/detail/share-a-cart/hcjohblbkdgcoikaedjndgbcgcfoojmj
簡介 Share-A-Cart allows you to share the contents of your cart with anyone else.
檔案大小 7.87 MB
安裝次數 51,537
目前版本 0.7.6
更新時間 2024-02-20
上架時間 2020-09-30
評分 3.92/5 共 65 次評分
開發者 https://share-a-cart.com
電子郵箱 [email protected]
付費類型 free
擴展官網 https://share-a-cart.com
隱私政策頁面URL https://share-a-cart.com/privacy
支援的語言 en,es,ru,zh-CN
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "action": {
        "default_icon": "\/images\/sac-16.png",
        "default_title": "Share-A-Cart"
    },
    "background": {
        "service_worker": "\/js\/background.js"
    },
    "content_scripts": [
        {
            "all_frames": true,
            "js": [
                "\/js\/sac.js"
            ],
            "matches": [
                "https:\/\/*.share-a-cart.com\/*"
            ],
            "run_at": "document_start"
        }
    ],
    "default_locale": "en",
    "description": "__MSG_appDesc__",
    "host_permissions": [
        "https:\/\/*\/*",
        "http:\/\/*\/*"
    ],
    "icons": {
        "16": "\/images\/sac-16.png",
        "64": "\/images\/sac-64.png",
        "128": "\/images\/sac-128.png"
    },
    "manifest_version": 3,
    "name": "__MSG_appName__",
    "options_ui": {
        "open_in_tab": true,
        "page": "\/options_page.html"
    },
    "permissions": [
        "alarms",
        "clipboardWrite",
        "storage",
        "unlimitedStorage",
        "tabs",
        "cookies",
        "activeTab",
        "scripting"
    ],
    "version": "0.7.6",
    "web_accessible_resources": [
        {
            "matches": [
                ""
            ],
            "resources": [
                "\/images\/*"
            ]
        }
    ]
}