Cartet

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

Cartet란 무엇입니까?

Cartet은(는) cartet.co에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "We collect all your shopping carts, so you come back later and checkout once."입니다.

확장 프로그램 스크린샷

screenshot
screenshot
screenshot
screenshot

Cartet 확장 프로그램 CRX 파일 다운로드

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

확장 프로그램 사용 설명서

                        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.                    

확장 프로그램 기본 정보

이름 Cartet Cartet
ID kiankaefioeipcjebjmoidbmemidbchl
공식 URL https://chromewebstore.google.com/detail/cartet/kiankaefioeipcjebjmoidbmemidbchl
설명 We collect all your shopping carts, so you come back later and checkout once.
파일 크기 71.08 KB
설치 횟수 16
현재 버전 1.3.1
최근 업데이트 2021-07-28
출시 날짜 2021-06-15
개발자 cartet.co
이메일 [email protected]
결제 유형 in_app
개인정보 보호 정책 페이지 URL https://www.cartet.co/faq
지원되는 언어 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"
    }
}