Helper Yandex Market

Поиск товаров с помощью Яндекс Маркет

Helper Yandex Market란 무엇입니까?

Helper Yandex Market은(는) alex.orioni에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Поиск товаров с помощью Яндекс Маркет"입니다.

확장 프로그램 스크린샷

screenshot
screenshot
screenshot
screenshot

Helper Yandex Market 확장 프로그램 CRX 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        Finds the goods and services you need at a better price with yandex marketing or yandex market
Yandex Market Search notices when you open the pages of certain goods and services. At such moments, he begins to search for them on the Internet, selects offers with lower prices and immediately shows them to you. marketing yandex ru and market yandex ru in your browser, market ru

You can also contact the Advisor for help by clicking the button with the image of the basket to the right of the address bar,
Yandex market internet

this is a chrome extensions                    

확장 프로그램 기본 정보

이름 Helper Yandex Market Helper Yandex Market
ID ifgcpkepaofinbimpgocfedadcbaeeea
공식 URL https://chromewebstore.google.com/detail/helper-yandex-market/ifgcpkepaofinbimpgocfedadcbaeeea
설명 Поиск товаров с помощью Яндекс Маркет
파일 크기 680 KB
설치 횟수 561
현재 버전 1.0.6
최근 업데이트 2020-12-25
출시 날짜 2020-07-04
개발자 alex.orioni
이메일 [email protected]
결제 유형 free
개인정보 보호 정책 페이지 URL https://orioni.ru/privacy
지원되는 언어 en,tr,ru
manifest.json
{
    "background": {
        "scripts": [
            "sovetnik\/sovetnik-vendor.js",
            "sovetnik\/injectors\/sovetnik-inject-background.min.js"
        ]
    },
    "browser_action": {
        "default_icon": {
            "16": "icons\/icon16.png",
            "48": "icons\/icon48.png"
        },
        "default_popup": "sovetnik\/popup\/popup.html"
    },
    "content_scripts": [
        {
            "all_frames": true,
            "js": [
                "sovetnik\/sovetnik-vendor.js",
                "sovetnik\/injectors\/sovetnik-inject-content.min.js",
                "sovetnik\/script\/sovetnik-vendor.js",
                "sovetnik\/script\/sovetnik-templates.js",
                "sovetnik\/script\/sovetnik-internal.min.js"
            ],
            "matches": [
                ""
            ],
            "run_at": "document_end"
        }
    ],
    "default_locale": "ru",
    "description": "__MSG_extDesc__",
    "icons": {
        "128": "icons\/icon128.png",
        "16": "icons\/icon16.png",
        "48": "icons\/icon48.png"
    },
    "manifest_version": 2,
    "name": "__MSG_extName__",
    "options_page": "options.html",
    "permissions": [
        "",
        "tabs",
        "cookies",
        "notifications",
        "webNavigation",
        "storage"
    ],
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "version": "1.0.6"
}