SmartCart

A Chrome extension that tracks your weekly Amazon spending!

什么是SmartCart?

SmartCart是由alicecying开发的Chrome扩展程序,该扩展的主要功能是“A Chrome extension that tracks your weekly Amazon spending!”。

扩展截图

screenshot
screenshot
screenshot

下载SmartCart扩展crx文件

下载SmartCart扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

                        Chrome extension that tracks your weekly online spending. Catered toward Amazon but works on all sites.                    

扩展基本信息

名称 SmartCart SmartCart
ID dianhnmggjkpmiiceaajbngbfglgicgh
官方URL 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"
    ]
}