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 द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Share-A-Cart allows you to share the contents of your cart with anyone else."।

एक्सटेंशन स्क्रीनशॉट्स

screenshot
screenshot
screenshot
screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में Share-A-Cart एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ 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\/*"
            ]
        }
    ]
}