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 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        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"
    ]
}