Shopperman

This extension rounds up the prices you see while doing online shopping.

Shopperman란 무엇입니까?

Shopperman은(는) 3mammoth에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "This extension rounds up the prices you see while doing online shopping."입니다.

확장 프로그램 스크린샷

screenshot

Shopperman 확장 프로그램 CRX 파일 다운로드

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

확장 프로그램 사용 설명서

                        This extension rounds up the prices you see on shopping websites such as Amazon and eBay. If the listed price is $9.99, for example, Shopperman will round it up to $10.00. 

HOW SHOPPERMAN WILL SAVE YOU MONEY: charm pricing is a marketing strategy where retail prices are often expressed a little less than a round number, e.g. $19.99 or $2.95. Consumers tend to perceive “odd prices” as being significantly lower than they actually are, tending to round to the next lowest monetary unit. Thus, prices such as $1.99 are associated with spending $1 rather than $2. Now, with Shopperman, you will valuate a merchandise at its true value rather than falling into marketing gimmicks. 

You can choose which websites Shopperman will work on. It does not round up prices without your permission!                    

확장 프로그램 기본 정보

이름 Shopperman Shopperman
ID ipkonlpcaongadngkconabefpclcbaai
공식 URL https://chromewebstore.google.com/detail/shopperman/ipkonlpcaongadngkconabefpclcbaai
설명 This extension rounds up the prices you see while doing online shopping.
파일 크기 369 KB
설치 횟수 12
현재 버전 1.0.2
최근 업데이트 2015-04-19
출시 날짜 2015-04-18
평점 3.50/5 총 2 개의 평점
개발자 3mammoth
결제 유형 free
지원되는 언어 en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Shopperman",
    "description": "This extension rounds up the prices you see while doing online shopping.",
    "version": "1.0.2",
    "options_page": "options.html",
    "icons": {
        "16": "icon16.png",
        "48": "icon48.png",
        "128": "icon128.png"
    },
    "permissions": [
        "storage"
    ],
    "content_scripts": [
        {
            "run_at": "document_end",
            "matches": [
                ""
            ],
            "js": [
                "jquery.js",
                "myscript.js"
            ]
        }
    ]
}