Cartet
We collect all your shopping carts, so you come back later and checkout once.
O que é Cartet?
Cartet é uma extensão do Chrome desenvolvida por cartet.co, e sua principal característica é "We collect all your shopping carts, so you come back later and checkout once.".
Capturas de Tela da Extensão
Baixar o arquivo CRX da Extensão Cartet
Baixe arquivos de extensão Cartet no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.
Instruções de Uso da Extensão
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.
Informações Básicas da Extensão
Nome | Cartet |
ID | kiankaefioeipcjebjmoidbmemidbchl |
URL Oficial | https://chromewebstore.google.com/detail/cartet/kiankaefioeipcjebjmoidbmemidbchl |
Descrição | We collect all your shopping carts, so you come back later and checkout once. |
Tamanho do Arquivo | 71.08 KB |
Contagem de Instalações | 16 |
Versão Atual | 1.3.1 |
Última Atualização | 2021-07-28 |
Data de Publicação | 2021-06-15 |
Desenvolvedor | cartet.co |
[email protected] | |
Tipo de Pagamento | in_app |
URL da Página de Política de Privacidade | https://www.cartet.co/faq |
Idiomas Suportados | 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" } } |