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 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        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
공식 URL 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\/*"
            ]
        }
    ]
}