Cartet
We collect all your shopping carts, so you come back later and checkout once.
什么是Cartet?
Cartet是由cartet.co开发的Chrome扩展程序,该扩展的主要功能是“We collect all your shopping carts, so you come back later and checkout once.”。
扩展截图
下载Cartet扩展crx文件
下载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 |
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" } } |