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 |
官方網址 | 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" } } |