SmartCart

A Chrome extension that tracks your weekly Amazon spending!

SmartCart là gì?

SmartCart là một tiện ích mở rộng Chrome được phát triển bởi alicecying, và tính năng chính của nó là "A Chrome extension that tracks your weekly Amazon spending!".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot
screenshot
screenshot

Tải xuống tệp CRX của tiện ích mở rộng SmartCart

Tải xuống các tệp mở rộng SmartCart dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

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

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên SmartCart SmartCart
ID dianhnmggjkpmiiceaajbngbfglgicgh
URL Chính Thức https://chromewebstore.google.com/detail/smartcart/dianhnmggjkpmiiceaajbngbfglgicgh
Mô tả A Chrome extension that tracks your weekly Amazon spending!
Kích Thước Tệp 877 KB
Số Lần Cài Đặt 37
Phiên Bản Hiện Tại 1.0
Cập Nhật Lần Cuối 2021-05-17
Ngày Phát Hành 2021-05-16
Nhà Phát Triển alicecying
Email [email protected]
Loại Thanh Toán free
Ngôn Ngữ Được Hỗ Trợ 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"
    ]
}