Price.99

Round up prices automatically to avoid psychological pricing, reduce clutter, and make easy comparisons.

Price.99 क्या है?

Price.99 ironbox द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Round up prices automatically to avoid psychological pricing, reduce clutter, and make easy comparisons."।

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

screenshot
screenshot
screenshot

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

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

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

                        Price.99 gives your control over how prices are displayed on the page using a set of rounding rules. 

Don’t like psychological pricing? Round all prices ending in .99 to the nearest dollar. 

Want to reduce clutter and see nice, round prices? Round up everything to the nearest $10. 

Shopping for a new gadget and need a quick-and-dirty way to compare prices? Round them up to the nearest hundred, or even to the nearest thousand.
 
Price.99 DOES NOT change the actual price. You will not pay more.
 
INSTALLATION PERMISSIONS: When installing Price.99, the extension will ask for access to data on the websites. This is needed to detect and modify price appearance. 
 
Features:
  • Accurate price detection
  • Customizable price rounding from the nearest dollar to the nearest thousand
 
Planned features:
  • Price detection in dynamically loaded content
  • Whitelist / blacklist; individual rulesets
  • Support for different currencies

Resources:
  • Psychological Pricing - http://www.wikiwand.com/en/Psychological_pricing                    

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

नाम Price.99 Price.99
ID mmceepjonbofodgidahkflkfjmaiblia
आधिकारिक URL https://chromewebstore.google.com/detail/price99/mmceepjonbofodgidahkflkfjmaiblia
विवरण Round up prices automatically to avoid psychological pricing, reduce clutter, and make easy comparisons.
फ़ाइल का आकार 308 KB
स्थापना संख्या 165
वर्तमान संस्करण 0.1.1.44
अंतिम अपडेट 2015-03-21
प्रकाशन तिथि 2015-03-21
रेटिंग 4.11/5 कुल 19 रेटिंग्स
डेवलपर ironbox
भुगतान के प्रकार free
एक्सटेंशन वेबसाइट https://github.com/AleksueiR/Price.99
सहायता पृष्ठ URL https://github.com/AleksueiR/Price.99/issues
समर्थित भाषाएँ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Price.99",
    "description": "Round up prices automatically to avoid psychological pricing, reduce clutter, and make easy comparisons.",
    "version": "0.1.1.44",
    "default_locale": "en",
    "icons": {
        "128": "images\/i_128.png"
    },
    "background": {
        "scripts": [
            "js\/background.js"
        ]
    },
    "page_action": {
        "default_icon": {
            "19": "images\/i_19.png",
            "38": "images\/i_38.png"
        },
        "default_title": "Price.99",
        "default_popup": "html\/popup.html"
    },
    "permissions": [
        "",
        "storage"
    ],
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "css": [
                "css\/pricepoint.min.css"
            ],
            "js": [
                "js\/content.js"
            ]
        }
    ],
    "options_page": "html\/options.html",
    "devtools_page": "html\/devtools.html",
    "web_accessible_resources": [
        "js\/*",
        "html\/*",
        "css\/*",
        "images\/*"
    ],
    "content_security_policy": "script-src 'self'; object-src 'self'"
}