Cartet

We collect all your shopping carts, so you come back later and checkout once.

Cartet là gì?

Cartet là một tiện ích mở rộng Chrome được phát triển bởi cartet.co, và tính năng chính của nó là "We collect all your shopping carts, so you come back later and checkout once.".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot
screenshot
screenshot
screenshot

Tải xuống tệp CRX của tiện ích mở rộng Cartet

Tải xuống các tệp mở rộng Cartet dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        Cartets extension allows you to shop all the clothes you want from any store. Hashtag your favorite stuff and view the cart at all times. The entire web will be your new favorite mall. 

Forget the screenshots, build your outfits from our website and check out safe from the same place.                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên Cartet Cartet
ID kiankaefioeipcjebjmoidbmemidbchl
URL Chính Thức https://chromewebstore.google.com/detail/cartet/kiankaefioeipcjebjmoidbmemidbchl
Mô tả We collect all your shopping carts, so you come back later and checkout once.
Kích Thước Tệp 71.08 KB
Số Lần Cài Đặt 16
Phiên Bản Hiện Tại 1.3.1
Cập Nhật Lần Cuối 2021-07-28
Ngày Phát Hành 2021-06-15
Nhà Phát Triển cartet.co
Email [email protected]
Loại Thanh Toán in_app
URL Trang Chính Sách Bảo Mật https://www.cartet.co/faq
Ngôn Ngữ Được Hỗ Trợ en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Cartet",
    "description": "We collect all your shopping carts, so you come back later and checkout once.",
    "version": "1.3.1",
    "manifest_version": 3,
    "permissions": [
        "storage",
        "activeTab",
        "scripting",
        "webNavigation"
    ],
    "host_permissions": [
        "https:\/\/cartet-dev.auth.us-east-1.amazoncognito.com\/",
        "https:\/\/cognito-idp.us-east-1.amazonaws.com\/",
        "*:\/\/*\/*"
    ],
    "action": {
        "default_popup": "popup.html",
        "default_icon": {
            "16": "\/img\/cartet-orange16x16.png",
            "32": "\/img\/cartet-orange32x32.png",
            "48": "\/img\/cartet-orange48x48.png",
            "128": "\/img\/cartet-orange128x128.png"
        }
    },
    "background": {
        "service_worker": "background.js"
    },
    "icons": {
        "16": "\/img\/cartet-orange16x16.png",
        "32": "\/img\/cartet-orange32x32.png",
        "48": "\/img\/cartet-orange48x48.png",
        "128": "\/img\/cartet-orange128x128.png"
    }
}