Yandex.Market Adviser

Find the best deals and save money

Qu'est-ce que Yandex.Market Adviser ?

Yandex.Market Adviser est une extension Chrome développée par https://yandex.ru, et sa fonction principale est "Find the best deals and save money".

Captures d'Écran de l'Extension

screenshot
screenshot
screenshot

Télécharger le fichier CRX de l'extension Yandex.Market Adviser

Téléchargez les fichiers d'extension Yandex.Market Adviser au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

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

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

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

Informations de Base sur l'Extension

Nom Yandex.Market Adviser Yandex.Market Adviser
ID ppiaojpbclpegkkkmikabinlpbahhbha
URL Officiel https://chromewebstore.google.com/detail/yandexmarket-adviser/ppiaojpbclpegkkkmikabinlpbahhbha
Description Find the best deals and save money
Taille du Fichier 761 KB
Nombre d'Installations 79,021
Version Actuelle 3.3.15.0
Dernière Mise à Jour 2024-02-28
Date de Publication 2020-07-02
Évaluation 2.95/5 Total 215 Évaluations
Développeur https://yandex.ru
Email [email protected]
Type de Paiement free
Site Web de l'Extension https://sovetnik.yandex.ru
URL de la Page d'Aide https://yandex.ru/support/market/personal-services/sovetnik.xml
URL de la Page de Politique de Confidentialité https://yandex.ru/legal/confidential?lang=ru
Langues Prises en Charge 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"
}