Price Rounder 99

price rounder for ecommerce websites.

Price Rounder 99 क्या है?

Price Rounder 99 Robin Philip Thomas द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "price rounder for ecommerce websites."।

एक्सटेंशन स्क्रीनशॉट्स

screenshot
screenshot
screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में Price Rounder 99 एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।

एक्सटेंशन उपयोग निर्देश

                        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                    

एक्सटेंशन की मूल जानकारी

नाम Price Rounder 99 Price Rounder 99
ID mgnnnabieljcnepidkohdekafokpmaeh
आधिकारिक URL https://chromewebstore.google.com/detail/price-rounder-99/mgnnnabieljcnepidkohdekafokpmaeh
विवरण price rounder for ecommerce websites.
फ़ाइल का आकार 33.66 KB
स्थापना संख्या 34
वर्तमान संस्करण 0.0.3
अंतिम अपडेट 2020-08-12
प्रकाशन तिथि 2020-06-02
रेटिंग 4.50/5 कुल 2 रेटिंग्स
डेवलपर Robin Philip Thomas
ईमेल [email protected]
भुगतान के प्रकार free
समर्थित भाषाएँ 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"
}