Share-A-Cart for Instacart

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

Share-A-Cart for Instacart란 무엇입니까?

Share-A-Cart for Instacart은(는) https://share-a-cart.com에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Share-A-Cart for Instacart allows you to share the contents of your cart with anyone else."입니다.

확장 프로그램 스크린샷

screenshot
screenshot
screenshot

Share-A-Cart for Instacart 확장 프로그램 CRX 파일 다운로드

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

확장 프로그램 사용 설명서

                        Share-A-Cart is the easiest way to share the contents of your Instacart shopping cart with anyone else! No more sending items via links or wish lists, simply "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 Instacart supports sharing from the main Instacart site as well as all stores using Instacart for their deliveries and pick-up.


Share-A-Cart is also available for tons of other online grocers and retailers. Find them in the related section or visit our website at https://share-a-cart.com                    

확장 프로그램 기본 정보

이름 Share-A-Cart for Instacart Share-A-Cart for Instacart
ID nlhfmidcpehddipkjeegjgdkdafekaem
공식 URL https://chromewebstore.google.com/detail/share-a-cart-for-instacar/nlhfmidcpehddipkjeegjgdkdafekaem
설명 Share-A-Cart for Instacart allows you to share the contents of your cart with anyone else.
파일 크기 2.15 MB
설치 횟수 243
현재 버전 0.1.1
최근 업데이트 2021-02-09
출시 날짜 2021-02-04
개발자 https://share-a-cart.com
이메일 [email protected]
결제 유형 free
개인정보 보호 정책 페이지 URL https://share-a-cart.com/privacy
지원되는 언어 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "__MSG_appName__",
    "description": "__MSG_appDesc__",
    "default_locale": "en",
    "icons": {
        "128": "images\/sac-128.png",
        "64": "images\/sac-64.png",
        "16": "images\/sac-16.png"
    },
    "manifest_version": 2,
    "background": {
        "scripts": [
            "lib\/metrix.js",
            "js\/jquery-3.4.1.min.js",
            "js\/underscore-min.js",
            "lib\/consts.js",
            "browser-js\/chrome.api.js",
            "browser-js\/process_vendors.js",
            "lib\/strip-headers.js",
            "lib\/background.js"
        ]
    },
    "browser_action": {
        "default_icon": "images\/sac-16.png",
        "default_popup": "popup.html",
        "default_title": "Share-A-Cart for Instacart"
    },
    "options_ui": {
        "page": "options.html",
        "open_in_tab": true
    },
    "content_scripts": [
        {
            "all_frames": true,
            "js": [
                "lib\/injects\/sac.js"
            ],
            "matches": [
                "https:\/\/*.share-a-cart.com\/*"
            ],
            "run_at": "document_start"
        }
    ],
    "permissions": [
        "clipboardWrite",
        "storage",
        "unlimitedStorage",
        "tabs",
        "webRequest",
        "webRequestBlocking",
        "cookies",
        "https:\/\/*\/*"
    ],
    "version": "0.1.1"
}