Price Rounder 99

price rounder for ecommerce websites.

Price Rounder 99 là gì?

Price Rounder 99 là một tiện ích mở rộng Chrome được phát triển bởi Robin Philip Thomas, và tính năng chính của nó là "price rounder for ecommerce websites.".

Ả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 Price Rounder 99

Tải xuống các tệp mở rộng Price Rounder 99 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

                        Have you ever seen a price tag of $99.99? Why do they price it like that instead of just $100. Turns out it is to trick you brain into thinking that the price is lower than what it is. Don't believe me, check out this video from "brain stuff"  channel: https://www.youtube.com/watch?v=pvF4kFPE8U4.

Price Rounder 99 extension rounds out the prices for you and shows the rounded price on your screen. So you can take a better decisions while online shopping.
$99.99 becomes $100, $39 becomes $40 and so on.

The rounding can be customised based on your requirements.

Install the extension and don't get tricked into the psychological pricing trick.

Currently supports e-commerce websites: 
amazon,
flipkart.com,
myntra.com,
snapdeal.com,
ebay.com                    

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

Tên Price Rounder 99 Price Rounder 99
ID mgnnnabieljcnepidkohdekafokpmaeh
URL Chính Thức https://chromewebstore.google.com/detail/price-rounder-99/mgnnnabieljcnepidkohdekafokpmaeh
Mô tả price rounder for ecommerce websites.
Kích Thước Tệp 33.66 KB
Số Lần Cài Đặt 34
Phiên Bản Hiện Tại 0.0.3
Cập Nhật Lần Cuối 2020-08-12
Ngày Phát Hành 2020-06-02
Đánh Giá 4.50/5 Tổng số 2 Đánh Giá
Nhà Phát Triển Robin Philip Thomas
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": "Price Rounder 99",
    "description": "price rounder for ecommerce websites.",
    "permissions": [
        "storage"
    ],
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "css": [
                "css\/content.css",
                "css\/tooltip.css"
            ],
            "js": [
                "content.js"
            ]
        }
    ],
    "background": {
        "scripts": [
            "background.js"
        ],
        "persistent": false
    },
    "icons": {
        "16": "assets\/price-corrector-16.png",
        "32": "assets\/price-corrector-32.png",
        "48": "assets\/price-corrector-48.png",
        "128": "assets\/price-corrector-128.png"
    },
    "page_action": {
        "default_icon": {
            "16": "assets\/price-corrector-disable-16.png",
            "32": "assets\/price-corrector-disable-32.png",
            "48": "assets\/price-corrector-disable-48.png",
            "128": "assets\/price-corrector-disable-128.png"
        },
        "default_popup": "popup.html",
        "default_name": "Price Corrector 99"
    },
    "manifest_version": 2,
    "version": "0.0.3"
}