Yandex.Market Adviser

Find the best deals and save money

Cos'è Yandex.Market Adviser?

Yandex.Market Adviser è un'estensione di Chrome sviluppata da https://yandex.ru, e la sua funzione principale è "Find the best deals and save money".

Screenshot dell'Estensione

screenshot
screenshot
screenshot

Scarica il file CRX dell'estensione Yandex.Market Adviser

Scarica i file di estensione Yandex.Market Adviser in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        Советник замечает, когда вы открываете страницы определённых товаров и услуг. В такие моменты он начинает искать их в интернете, выбирает предложения с меньшей ценой и тут же показывает их вам.

Вы можете и сами обратиться за помощью к Советнику, нажав кнопку с изображением корзины справа от адресной строки.

Советник можно установить в Яндекс.Браузер, Google Chrome, Mozilla Firefox и Opera.                    

Informazioni di Base sull'Estensione

Nome Yandex.Market Adviser Yandex.Market Adviser
ID ppiaojpbclpegkkkmikabinlpbahhbha
URL Ufficiale https://chromewebstore.google.com/detail/yandexmarket-adviser/ppiaojpbclpegkkkmikabinlpbahhbha
Descrizione Find the best deals and save money
Dimensione del File 761 KB
Conteggio Installazioni 79,021
Versione Corrente 3.3.15.0
Ultimo Aggiornamento 2024-02-28
Data di Pubblicazione 2020-07-02
Valutazione 2.95/5 Totale 215 Valutazioni
Sviluppatore https://yandex.ru
Email [email protected]
Tipo di Pagamento free
Sito Web dell'Estensione https://sovetnik.yandex.ru
URL della Pagina di Aiuto https://yandex.ru/support/market/personal-services/sovetnik.xml
URL della Pagina della Politica sulla Privacy https://yandex.ru/legal/confidential?lang=ru
Lingue Supportate en,tr,ru
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "__MSG_extName__",
    "author": "\u041e\u041e\u041e \u00ab\u042f\u043d\u0434\u0435\u043a\u0441.\u041c\u0430\u0440\u043a\u0435\u0442\u00bb",
    "description": "__MSG_extDescription__",
    "version": "3.3.15.0",
    "manifest_version": 3,
    "default_locale": "ru",
    "icons": {
        "64": "64.png",
        "32": "32.png",
        "48": "48.png",
        "16": "16.png",
        "128": "128.png"
    },
    "background": {
        "service_worker": "script\/background.min.js",
        "type": "module"
    },
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "run_at": "document_end",
            "js": [
                "script\/content.min.js",
                "script\/bundle.js"
            ],
            "all_frames": true
        }
    ],
    "action": {
        "default_popup": "popup\/popup.html",
        "default_icon": {
            "19": "19.png",
            "38": "38.png"
        }
    },
    "permissions": [
        "tabs",
        "cookies",
        "notifications",
        "webNavigation",
        "storage",
        "scripting"
    ],
    "host_permissions": [
        "*:\/\/*\/*"
    ],
    "options_page": "options.html"
}