Cartet

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

Wat is Cartet?

Cartet is een Chrome-extensie ontwikkeld door cartet.co, en de belangrijkste functie is "We collect all your shopping carts, so you come back later and checkout once.".

Extensie Screenshots

screenshot
screenshot
screenshot
screenshot

Download het CRX-bestand van de extensie Cartet

Download Cartet-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

                        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.                    

Basisinformatie over de Extensie

Naam Cartet Cartet
ID kiankaefioeipcjebjmoidbmemidbchl
Officiële URL https://chromewebstore.google.com/detail/cartet/kiankaefioeipcjebjmoidbmemidbchl
Beschrijving We collect all your shopping carts, so you come back later and checkout once.
Bestandsgrootte 71.08 KB
Aantal Installaties 16
Huidige Versie 1.3.1
Laatst Bijgewerkt 2021-07-28
Publicatiedatum 2021-06-15
Ontwikkelaar cartet.co
E-mail [email protected]
Betalingswijze in_app
URL van de Privacybeleid Pagina https://www.cartet.co/faq
Ondersteunde Talen 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"
    }
}