Share-A-Cart for Amazon

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

Share-A-Cart for Amazonคืออะไร?

Share-A-Cart for Amazon เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://share-a-cart.com และคุณลักษณะหลักของมันคือ "Share-A-Cart for Amazon allows you to share the contents of your cart with anyone else."

ภาพหน้าจอของส่วนขยาย

screenshot
screenshot
screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Share-A-Cart for Amazon

ดาวน์โหลดไฟล์ส่วนขยาย Share-A-Cart for Amazon ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

                        Share-A-Cart is the easiest way to share the contents of your Amazon 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.

Now supporting Amazon Fresh (US and international sites) and Whole Foods sharing (US only). Also available for all international Amazon stores.


Share-A-Cart is also available for Walmart, AliExpress, and dozens of other sites. Find the appropriate addon in the related section.                    

ข้อมูลพื้นฐานของส่วนขยาย

ชื่อ Share-A-Cart for Amazon Share-A-Cart for Amazon
ID peiobddfomnijgoblelfdmjblplojcoe
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/share-a-cart-for-amazon/peiobddfomnijgoblelfdmjblplojcoe
คำอธิบาย Share-A-Cart for Amazon allows you to share the contents of your cart with anyone else.
ขนาดไฟล์ 2.24 MB
จำนวนการติดตั้ง 46,018
เวอร์ชันปัจจุบัน 2.5.18
อัปเดตครั้งล่าสุด 2023-02-27
วันที่เผยแพร่ 2020-06-13
คะแนน 4.51/5 รวมทั้งหมด 77 คะแนน
ผู้พัฒนา https://share-a-cart.com
อีเมล [email protected]
ประเภทการชำระเงิน free
URL หน้านโยบายความเป็นส่วนตัว https://share-a-cart.com/privacy
ภาษาที่รองรับ en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "background": {
        "scripts": [
            "lib\/metrix.js",
            "js\/jquery-3.4.1.min.js",
            "lib\/consts.js",
            "browser-js\/chrome.api.js",
            "lib\/strip-headers.js",
            "lib\/background.js"
        ]
    },
    "browser_action": {
        "default_icon": "images\/amazon-cart-16.png",
        "default_popup": "popup.html",
        "default_title": "Share-A-Cart for Amazon"
    },
    "options_ui": {
        "page": "options.html",
        "open_in_tab": true
    },
    "content_scripts": [
        {
            "all_frames": true,
            "js": [
                "lib\/injects\/inject-cart-localmarket.js"
            ],
            "matches": [
                "https:\/\/www.amazon.com\/cart\/localmarket*",
                "https:\/\/www.amazon.com\/cart\/fresh*"
            ],
            "run_at": "document_start"
        },
        {
            "all_frames": true,
            "js": [
                "lib\/injects\/inject-cart.js"
            ],
            "matches": [
                "https:\/\/www.amazon.com\/gp\/cart\/view.html*",
                "https:\/\/www.amazon.ca\/gp\/cart\/view.html*",
                "https:\/\/www.amazon.co.uk\/gp\/cart\/view.html*",
                "https:\/\/www.amazon.fr\/gp\/cart\/view.html*",
                "https:\/\/www.amazon.de\/gp\/cart\/view.html*",
                "https:\/\/www.amazon.it\/gp\/cart\/view.html*",
                "https:\/\/www.amazon.nl\/gp\/cart\/view.html*",
                "https:\/\/www.amazon.es\/gp\/cart\/view.html*",
                "https:\/\/www.amazon.cn\/gp\/cart\/view.html*",
                "https:\/\/www.amazon.in\/gp\/cart\/view.html*",
                "https:\/\/www.amazon.co.jp\/gp\/cart\/view.html*",
                "https:\/\/www.amazon.com.mx\/gp\/cart\/view.html*",
                "https:\/\/www.amazon.com.au\/gp\/cart\/view.html*",
                "https:\/\/www.amazon.com.br\/gp\/cart\/view.html*"
            ],
            "run_at": "document_start"
        },
        {
            "all_frames": true,
            "js": [
                "lib\/injects\/inject-add-cart.js"
            ],
            "matches": [
                "https:\/\/www.amazon.com\/gp\/aws\/cart\/add.html*",
                "https:\/\/www.amazon.ca\/gp\/aws\/cart\/add.html*",
                "https:\/\/www.amazon.co.uk\/gp\/aws\/cart\/add.html*",
                "https:\/\/www.amazon.fr\/gp\/aws\/cart\/add.html*",
                "https:\/\/www.amazon.de\/gp\/aws\/cart\/add.html*",
                "https:\/\/www.amazon.it\/gp\/aws\/cart\/add.html*",
                "https:\/\/www.amazon.nl\/gp\/aws\/cart\/add.html*",
                "https:\/\/www.amazon.es\/gp\/aws\/cart\/add.html*",
                "https:\/\/www.amazon.cn\/gp\/aws\/cart\/add.html*",
                "https:\/\/www.amazon.in\/gp\/aws\/cart\/add.html*",
                "https:\/\/www.amazon.co.jp\/gp\/aws\/cart\/add.html*",
                "https:\/\/www.amazon.com.mx\/gp\/aws\/cart\/add.html*",
                "https:\/\/www.amazon.com.au\/gp\/aws\/cart\/add.html*",
                "https:\/\/www.amazon.com.br\/gp\/aws\/cart\/add.html*"
            ],
            "run_at": "document_start"
        },
        {
            "all_frames": true,
            "js": [
                "lib\/injects\/sac-get.js"
            ],
            "matches": [
                "https:\/\/*.share-a-cart.com\/get*"
            ],
            "run_at": "document_start"
        }
    ],
    "name": "Share-A-Cart for Amazon",
    "description": "Share-A-Cart for Amazon allows you to share the contents of your cart with anyone else.",
    "icons": {
        "128": "images\/amazon-cart-128.png",
        "64": "images\/amazon-cart-64.png",
        "16": "images\/amazon-cart-16.png"
    },
    "manifest_version": 2,
    "permissions": [
        "clipboardWrite",
        "storage",
        "unlimitedStorage",
        "tabs",
        "webRequest",
        "webRequestBlocking",
        "https:\/\/www.share-a-cart.com\/*",
        "https:\/\/crtsh.net\/*",
        "https:\/\/www.amazon.com\/*",
        "https:\/\/www.amazon.ca\/*",
        "https:\/\/www.amazon.co.uk\/*",
        "https:\/\/www.amazon.fr\/*",
        "https:\/\/www.amazon.de\/*",
        "https:\/\/www.amazon.it\/*",
        "https:\/\/www.amazon.nl\/*",
        "https:\/\/www.amazon.es\/*",
        "https:\/\/www.amazon.cn\/*",
        "https:\/\/www.amazon.in\/*",
        "https:\/\/www.amazon.sg\/*",
        "https:\/\/www.amazon.ae\/*",
        "https:\/\/www.amazon.co.jp\/*",
        "https:\/\/www.amazon.com.mx\/*",
        "https:\/\/www.amazon.com.au\/*",
        "https:\/\/www.amazon.com.br\/*",
        "https:\/\/www.amazon.com.tr\/*"
    ],
    "version": "2.5.18",
    "browser_specific_settings": {
        "gecko": {
            "id": "@amazon-share-a-cart"
        }
    }
}