Share-A-Cart

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

Cos'è Share-A-Cart?

Share-A-Cart è un'estensione di Chrome sviluppata da https://share-a-cart.com, e la sua funzione principale è "Share-A-Cart allows you to share the contents of your cart with anyone else.".

Screenshot dell'Estensione

screenshot
screenshot
screenshot
screenshot

Scarica il file CRX dell'estensione Share-A-Cart

Scarica i file di estensione Share-A-Cart in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        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.                    

Informazioni di Base sull'Estensione

Nome Share-A-Cart Share-A-Cart
ID hcjohblbkdgcoikaedjndgbcgcfoojmj
URL Ufficiale https://chromewebstore.google.com/detail/share-a-cart/hcjohblbkdgcoikaedjndgbcgcfoojmj
Descrizione Share-A-Cart allows you to share the contents of your cart with anyone else.
Dimensione del File 7.87 MB
Conteggio Installazioni 51,537
Versione Corrente 0.7.6
Ultimo Aggiornamento 2024-02-20
Data di Pubblicazione 2020-09-30
Valutazione 3.92/5 Totale 65 Valutazioni
Sviluppatore https://share-a-cart.com
Email [email protected]
Tipo di Pagamento free
Sito Web dell'Estensione https://share-a-cart.com
URL della Pagina della Politica sulla Privacy https://share-a-cart.com/privacy
Lingue Supportate 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\/*"
            ]
        }
    ]
}