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