CashCart
Compare amazon prices with aliexpress
Vad är CashCart?
CashCart är en Chrome-tillägg utvecklad av https://getcashcart.com, och dess huvudfunktion är "Compare amazon prices with aliexpress".
Tilläggsskärmbilder
Ladda ner CashCart-förlängningens CRX-fil
Ladda ner CashCart-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.
Användarmanual för Tillägg
Cashcart looks for similar and cheaper items on Aliexpress when you are shopping on Amazon
Grundläggande Information om Tillägg
Namn | CashCart |
ID | fpicgcbefianblafcjibkhfnekolhkhh |
Officiell webbadress | https://chromewebstore.google.com/detail/cashcart/fpicgcbefianblafcjibkhfnekolhkhh |
Beskrivning | Compare amazon prices with aliexpress |
Filstorlek | 30.93 KB |
Antal Installationer | 30 |
Aktuell Version | 0.01 |
Senast Uppdaterad | 2023-09-03 |
Publiceringsdatum | 2023-09-02 |
Betyg | 5.00/5 Totalt 12 Betyg |
Utvecklare | https://getcashcart.com |
E-post | [email protected] |
Betalningssätt | free |
Tilläggswebbplats | https://www.getcashcart.com |
URL till Sekretesspolicy Sidan | https://www.getcashcart.com/privacy |
Stödda Språk | 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": [ " |