CashCart
Compare amazon prices with aliexpress
CashCartとは何ですか?
CashCartはhttps://getcashcart.comによって開発されたChromeの拡張機能で、その主な機能は「Compare amazon prices with aliexpress」です。
拡張機能のスクリーンショット
CashCart拡張機能のCRXファイルをダウンロード
CashCart拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
Cashcart looks for similar and cheaper items on Aliexpress when you are shopping on Amazon 拡張機能の基本情報
| 名前 | |
| ID | fpicgcbefianblafcjibkhfnekolhkhh |
| 公式URL | https://chromewebstore.google.com/detail/cashcart/fpicgcbefianblafcjibkhfnekolhkhh |
| 説明 | Compare amazon prices with aliexpress |
| ファイルサイズ | 30.93 KB |
| インストール数 | 30 |
| 現在のバージョン | 0.01 |
| 最終更新日 | 2023-09-03 |
| 公開日 | 2023-09-02 |
| 評価 | 5.00/5 合計 12 レビュー |
| 開発者 | https://getcashcart.com |
| Eメール | [email protected] |
| 支払い方法 | free |
| 拡張機能のウェブサイト | https://www.getcashcart.com |
| プライバシーポリシーページのURL | https://www.getcashcart.com/privacy |
| 対応言語 | en |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"manifest_version": 3,
"name": "CashCart",
"description": "Compare amazon prices with aliexpress",
"version": "0.01",
"icons": {
"16": "images\/smile16x16.png",
"32": "images\/smile32x32.png",
"48": "images\/smile48x48.png",
"128": "images\/smile128x128.png"
},
"action": {
"default_popup": "popup.html"
},
"content_scripts": [
{
"matches": [
"https:\/\/*.amazon.com\/*"
],
"js": [
"script.js"
]
}
],
"web_accessible_resources": [
{
"resources": [
"util.js"
],
"matches": [
" | |