SmartCart

A Chrome extension that tracks your weekly Amazon spending!

SmartCartคืออะไร?

SmartCart เป็นส่วนขยายของ Chrome ที่พัฒนาโดย alicecying และคุณลักษณะหลักของมันคือ "A Chrome extension that tracks your weekly Amazon spending!"

ภาพหน้าจอของส่วนขยาย

screenshot
screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย SmartCart

ดาวน์โหลดไฟล์ส่วนขยาย 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"
    ]
}