Cartet

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

Cartetคืออะไร?

Cartet เป็นส่วนขยายของ Chrome ที่พัฒนาโดย cartet.co และคุณลักษณะหลักของมันคือ "We collect all your shopping carts, so you come back later and checkout once."

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

screenshot
screenshot
screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Cartet

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

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

                        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"
    }
}