WB AeX

Упрощает работу c товаром, имеющим акциз.

What is WB AeX?

WB AeX is a Chrome extension developed by slarcade1992, and its main feature is "Упрощает работу c товаром, имеющим акциз.".

Extension Screenshots

screenshot

Download WB AeX Extension CRX File

Download WB AeX 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

                        Ускоряет работу по приему товара                    

Extension Basic Information

Name WB AeX WB AeX
ID jofjcanglnpifmkpmiomhnhbgfpffgbd
Official URL https://chromewebstore.google.com/detail/wb-aex/jofjcanglnpifmkpmiomhnhbgfpffgbd
Description Упрощает работу c товаром, имеющим акциз.
File Size 255 KB
Installation Count 327
Current Version 1.4
Last Updated 2022-10-14
Publish Date 2022-06-05
Rating 5.00/5 Total 2 Ratings
Developer slarcade1992
Email [email protected]
Payment Type free
Privacy Policy Page URL https://disk.yandex.ru/d/kdNRPG7CbAQWAQ
Supported Languages ru
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "WB AeX",
    "description": "\u0423\u043f\u0440\u043e\u0449\u0430\u0435\u0442 \u0440\u0430\u0431\u043e\u0442\u0443 c \u0442\u043e\u0432\u0430\u0440\u043e\u043c, \u0438\u043c\u0435\u044e\u0449\u0438\u043c \u0430\u043a\u0446\u0438\u0437.",
    "version": "1.4",
    "icons": {
        "48": "Image\/icon_48.png",
        "128": "Image\/icon_128.png"
    },
    "permissions": [
        "scripting"
    ],
    "host_permissions": [
        "http:\/\/localhost\/*",
        "http:\/\/*\/pvz*",
        "https:\/\/npos.wildberries.ru\/*"
    ],
    "content_scripts": [
        {
            "matches": [
                "http:\/\/localhost\/*",
                "http:\/\/*\/pvz*",
                "https:\/\/npos.wildberries.ru\/*"
            ],
            "js": [
                "AntiExcise.js",
                "access.js",
                "checkaccess.js",
                "gen.js",
                "Accessnpos.js"
            ]
        }
    ],
    "action": {
        "default_icon": "Image\/icon_128.png",
        "default_popup": "popup.html"
    },
    "web_accessible_resources": [
        {
            "resources": [
                "Image\/icon_48.png"
            ],
            "matches": [],
            "extension_ids": []
        }
    ]
}