SmartCart
A Chrome extension that tracks your weekly Amazon spending!
什麼是SmartCart?
SmartCart是由alicecying開發的Chrome擴展程式,該擴展的主要功能是“A Chrome extension that tracks your weekly Amazon spending!”。
擴展截圖
下載SmartCart擴展crx文件
下載SmartCart擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。
擴展使用說明
Chrome extension that tracks your weekly online spending. Catered toward Amazon but works on all sites.
擴展基本資訊
名稱 | SmartCart |
ID | dianhnmggjkpmiiceaajbngbfglgicgh |
官方網址 | https://chromewebstore.google.com/detail/smartcart/dianhnmggjkpmiiceaajbngbfglgicgh |
簡介 | A Chrome extension that tracks your weekly Amazon spending! |
檔案大小 | 877 KB |
安裝次數 | 37 |
目前版本 | 1.0 |
更新時間 | 2021-05-17 |
上架時間 | 2021-05-16 |
開發者 | alicecying |
電子郵箱 | [email protected] |
付費類型 | free |
支援的語言 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "SmartCart", "description": "A Chrome extension that tracks your weekly Amazon spending!", "version": "1.0", "manifest_version": 2, "content_security_policy": "script-src 'self' 'sha256-+g204TX6UUDQYJk5UUJV7ZTnXh4daOVoRTpqX50rRpU=' 'sha256-2xP2D9Kk9giZxIgPaTjxabFujtBNxv26EzLsz4APVq4='", "browser_action": { "default_popup": "index.html" }, "icons": { "16": "images\/SmartCartIcon16.png", "32": "images\/SmartCartIcon32.png", "48": "images\/SmartCartIcon.png", "128": "images\/SmartCartIcon.png" }, "content_scripts": [ { "matches": [ "https:\/\/www.amazon.com\/gp\/buy\/spc\/handlers\/display.html?hasWorkingJavascript=1" ], "js": [ "console.js" ] } ], "permissions": [ "storage" ] } |