Pricy

Pricy is your best friend when buying online. It tracks over 1.5 million products and gets you the best deals.

Что такое Pricy?

Pricy - это расширение Chrome, разработанное https://pricy.ro, и его основная функция - "Pricy is your best friend when buying online. It tracks over 1.5 million products and gets you the best deals.".

Снимки экрана расширения

screenshot
screenshot
screenshot
screenshot

Скачать файл CRX расширения Pricy

Скачайте файлы расширений Pricy в формате crx, установите расширения Chrome вручную в браузере или поделитесь файлами crx с друзьями, чтобы легко установить расширения Chrome.

Инструкции по использованию расширения

                        Pricy este extensia de care ai nevoie pentru a cumpăra mereu la cel mai mic preț!
Cum te ajutăm?
Oricând vrei să cumperi ceva, apelează la Pricy. Monitorizăm prețurile de la cele mai mari magazine din România - eMAG, Altex, evoMAG, PC Garage, F64, Flanco, CEL, Media Galaxy și până la alte peste 200 de magazine.
Tu poți vedea în timp real care este evoluția prețurilor și unde găsești cele mai bune oferte de cumpărare.
Nu găsești pe moment un preț îndeajuns de bun? Nicio grijă! Iți oferim opțiunea de a seta alertă de preț – atunci când produsele tale favorite sunt reduse, vei fi primul care află!
 
Instalează extensia acum cu doar câteva clickuri – apoi bucură-te mereu de cea mai buna oferta de pe piață!                    

Основная информация о расширении

Название Pricy Pricy
ID jnpfnacconjipomhfkphknjfmcnhagpb
Официальный URL https://chromewebstore.google.com/detail/pricy/jnpfnacconjipomhfkphknjfmcnhagpb
Описание Pricy is your best friend when buying online. It tracks over 1.5 million products and gets you the best deals.
Размер файла 132 KB
Количество установок 130,654
Текущая Версия 5.1.2
Последнее Обновление 2024-03-02
Дата публикации 2020-04-08
Рейтинг 4.23/5 Всего 145 оценок
Разработчик https://pricy.ro
Электронная почта [email protected]
Тип оплаты free
Официальный сайт расширения https://www.pricy.ro
URL страницы помощи https://www.pricy.ro/legal/faq/
URL страницы политики конфиденциальности https://www.pricy.ro/legal/privacy
Поддерживаемые языки en,ro
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "__MSG_extensionName__",
    "short_name": "__MSG_extensionName__",
    "version": "5.1.2",
    "default_locale": "en",
    "description": "__MSG_extensionDescription__",
    "icons": {
        "128": "icon128.png"
    },
    "browser_action": {
        "default_title": "__MSG_extensionName__",
        "default_icon": "icon128.png",
        "default_popup": "popup.html"
    },
    "author": "www.pricy.ro",
    "background": {
        "page": "background.html"
    },
    "content_scripts": [
        {
            "js": [
                "js\/content-init.js"
            ],
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ],
            "run_at": "document_start"
        }
    ],
    "permissions": [
        "http:\/\/*\/*",
        "https:\/\/*\/*",
        "https:\/\/www.pricy.ro\/",
        "tabs"
    ],
    "web_accessible_resources": [
        "icon48.png",
        "images\/*.*"
    ]
}