Клиенты ПВЗ

Информация о клиенте ПВЗ и его товарах

What is Клиенты ПВЗ?

Клиенты ПВЗ is a Chrome extension developed by LemmingsWantToDie, and its main feature is "Информация о клиенте ПВЗ и его товарах".

Extension Screenshots

screenshot

Download Клиенты ПВЗ Extension CRX File

Download Клиенты ПВЗ 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

                        Расширение позволит вам узнать информацию о клиенте и его последних товарах по ID пользователя.                    

Extension Basic Information

Name Клиенты ПВЗ Клиенты ПВЗ
ID pnaiodlhoeocfificfnkmnpcekkgiifo
Official URL https://chromewebstore.google.com/detail/%D0%BA%D0%BB%D0%B8%D0%B5%D0%BD%D1%82%D1%8B-%D0%BF%D0%B2%D0%B7/pnaiodlhoeocfificfnkmnpcekkgiifo
Description Информация о клиенте ПВЗ и его товарах
File Size 25.6 KB
Installation Count 394
Current Version 1.0.6
Last Updated 2024-01-02
Publish Date 2023-03-01
Rating 4.50/5 Total 2 Ratings
Developer LemmingsWantToDie
Email [email protected]
Payment Type free
Supported Languages ru
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "background": {
        "service_worker": "service-worker.js"
    },
    "content_scripts": [
        {
            "matches": [
                "https:\/\/point.wb.ru\/*"
            ],
            "js": [
                "sys.js"
            ]
        }
    ],
    "description": "\u0418\u043d\u0444\u043e\u0440\u043c\u0430\u0446\u0438\u044f \u043e \u043a\u043b\u0438\u0435\u043d\u0442\u0435 \u041f\u0412\u0417 \u0438 \u0435\u0433\u043e \u0442\u043e\u0432\u0430\u0440\u0430\u0445",
    "icons": {
        "16": "icon-16.png",
        "32": "icon.png",
        "48": "icon-48.png",
        "128": "icon-128.png"
    },
    "manifest_version": 3,
    "name": "\u041a\u043b\u0438\u0435\u043d\u0442\u044b \u041f\u0412\u0417",
    "action": {
        "default_icon": {
            "32": "icon.png"
        },
        "default_title": "\u0423\u0437\u043d\u0430\u0442\u044c \u0438\u043d\u0444\u043e\u0440\u043c\u0430\u0446\u0438\u044e \u043e \u043a\u043b\u0438\u0435\u043d\u0442\u0435 \u043f\u043e \u0435\u0433\u043e ID",
        "default_popup": "popup.html"
    },
    "host_permissions": [
        "https:\/\/point.wb.ru\/"
    ],
    "permissions": [
        "declarativeContent"
    ],
    "version": "1.0.6"
}