Cartet

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

Co je Cartet?

Cartet je rozšíření Chrome vyvinuté cartet.co, a jeho hlavní funkcí je „We collect all your shopping carts, so you come back later and checkout once.“.

Snímky obrazovky rozšíření

screenshot
screenshot
screenshot
screenshot

Stáhnout soubor CRX rozšíření Cartet

Stáhněte si soubory rozšíření Cartet ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.

Pokyny pro Použití Rozšíření

                        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.                    

Základní Informace o Rozšíření

Název Cartet Cartet
ID kiankaefioeipcjebjmoidbmemidbchl
Oficiální URL https://chromewebstore.google.com/detail/cartet/kiankaefioeipcjebjmoidbmemidbchl
Popis We collect all your shopping carts, so you come back later and checkout once.
Velikost souboru 71.08 KB
Počet instalací 16
Aktuální Verze 1.3.1
Poslední Aktualizace 2021-07-28
Datum Vydání 2021-06-15
Vývojář cartet.co
E-mail [email protected]
Typ Platby in_app
URL Stránky Zásad Ochrany Soukromí https://www.cartet.co/faq
Podporované Jazyky 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"
    }
}