True Price - assistant in stores in Ukraine

Makes purchases profitable and fast.

What is True Price - assistant in stores in Ukraine?

True Price - assistant in stores in Ukraine is a Chrome extension developed by https://true-price.top, and its main feature is "Makes purchases profitable and fast.".

Extension Screenshots

screenshot
screenshot
screenshot
screenshot
screenshot
screenshot

Download True Price - assistant in stores in Ukraine Extension CRX File

Download True Price - assistant in stores in Ukraine extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        ⚠️ The widget works in most stores in Ukraine.

The Price Comparison Widget is your personal assistant in the world of shopping! 🛍️🔍
With its help, you will be able to easily and quickly compare the prices of goods in different stores, without wasting time on searches and checks. ⏱️💰
It will help you find the best deals and save on shopping. 🎁💸

⚠️ The following functions work only on the website of the online store "rozetka.com.ua".

The price fluctuation graph 📉 is an opportunity to see how much the price has changed and buy goods at a discount.
The "price fluctuation graph" function is provided for free and without registration ❤️

⌛️ The improved product filtering menu saves your time.
🎁 Sorting by real discount allows you to find huge discounts on this huge marketplace.
🔔 And with messages in Telegram, you will never miss a price reduction or an improvement in installments for the desired product.

Opportunities:
1️⃣ Real discount on the product card
2️⃣ Notification of a price change or credit offer
3️⃣ Sort by actual discount
4️⃣ Improved product filtering
5️⃣ Price history for all products.
6️⃣ Ability to see all marketplace discounts on our website: https://true-price.top/discount

The Rozetka online store is a very large portal, products from Rozetka make up 15% of the assortment.
Another 85% are products from other sellers who place them on the Rosette website.
The True Price extension helps you find 🔎 great deals, including from other sellers.                    

Extension Basic Information

Name True Price - assistant in stores in Ukraine True Price - assistant in stores in Ukraine
ID obkfkpbaobcmhjmopldnakdgbiecjbbl
Official URL https://chromewebstore.google.com/detail/true-price-assistant-in-s/obkfkpbaobcmhjmopldnakdgbiecjbbl
Description Makes purchases profitable and fast.
File Size 2.48 MB
Installation Count 4,000
Current Version 4.2.9
Last Updated 2024-02-07
Publish Date 2021-04-02
Rating 4.72/5 Total 65 Ratings
Developer https://true-price.top
Email [email protected]
Payment Type in_app
Extension Website https://true-price.top/
Help Page URL https://true-price.top/faq
Privacy Policy Page URL https://true-price.top/policy
Supported Languages en,ru,uk
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "__MSG_extName__",
    "version": "4.2.9",
    "description": "__MSG_extDescription__",
    "author": "NextNextDev",
    "permissions": [
        "storage",
        "identity",
        "identity.email",
        "alarms"
    ],
    "host_permissions": [
        "*:\/\/*.true-price.top\/*",
        ""
    ],
    "externally_connectable": {
        "matches": [
            "*:\/\/*.true-price.top\/*"
        ]
    },
    "background": {
        "service_worker": "background.bundle.js"
    },
    "content_scripts": [
        {
            "matches": [
                "https:\/\/rozetka.com.ua\/*",
                "https:\/\/*.rozetka.com.ua\/*"
            ],
            "run_at": "document_end",
            "js": [
                "content.bundle.js"
            ],
            "match_about_blank": true
        },
        {
            "matches": [
                "https:\/\/*\/*"
            ],
            "run_at": "document_end",
            "js": [
                "all.bundle.js"
            ]
        }
    ],
    "web_accessible_resources": [
        {
            "resources": [
                "*.html",
                "*.png",
                "*.eot",
                "*.woff",
                "*.woff2",
                "*.ttf",
                "*.svg",
                "*.css"
            ],
            "matches": [
                "https:\/\/rozetka.com.ua\/*",
                "https:\/\/*.rozetka.com.ua\/*"
            ]
        },
        {
            "resources": [
                "*.ttf",
                "*.woff",
                "*.svg",
                "*.eot",
                "*.png",
                "icons\/*",
                "fonts\/*"
            ],
            "matches": [
                "https:\/\/*\/*"
            ]
        }
    ],
    "homepage_url": "https:\/\/true-price.top\/",
    "offline_enabled": false,
    "options_page": "settings.html",
    "default_locale": "uk",
    "oauth2": {
        "client_id": "708574902388-pqp5dndgs5qo101hv995pmhb6b9cg7as.apps.googleusercontent.com",
        "scopes": [
            "openid",
            "email"
        ]
    },
    "icons": {
        "16": "icons\/16.png",
        "32": "icons\/32.png",
        "48": "icons\/48.png",
        "128": "icons\/128.png"
    },
    "action": {
        "default_icon": {
            "16": "icons\/16.png",
            "32": "icons\/32.png",
            "48": "icons\/48.png",
            "128": "icons\/128.png"
        },
        "default_title": "True Price"
    },
    "key": "MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAisphPSTXFIt0PJ5e1YCRDeSqwU6HqBv4alg9Z4hSimqVQSzEXDDNO96JLpqKX8xgc5vz5xTki+jszIKknBeUzMnleZbiaKSUmnbqoomkcLLjitvyLpzvUMkIGBE6bOHnUcswChEKhZA1p6d+4D9nqbBfko\/5HfEbT5eL\/62urmn3S6K6ba8H7BOzmE3T2\/k41LMMW4\/JhmK4bPFifP+R+ZyTaaZzumh8BPnPsiga5kevh9pNWT+I4xNt1L3\/LFWK0aN\/0mUtNGr+eqA3tNhjam8MbM+8XwqKZDEJSee\/RbjZC7b5oIFgHEsyGKwHFPo2vpjqtWGDeUbGF1NdF+einQIDAQAB"
}