WB decade salary calculator
Рассчитывает и выводит дневной и декадный расчет вознаграждения сотрудника
What is WB decade salary calculator?
WB decade salary calculator is a Chrome extension developed by alepron, and its main feature is "Рассчитывает и выводит дневной и декадный расчет вознаграждения сотрудника".
Extension Screenshots
Download WB decade salary calculator Extension CRX File
Download WB decade salary calculator 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
Выводит дополнительные данные на странице баланса в NPos и OfflinePvz
Extension Basic Information
Name | WB decade salary calculator |
ID | hekkabglgongahdkbpkifdnmbgphbbop |
Official URL | https://chromewebstore.google.com/detail/wb-decade-salary-calculat/hekkabglgongahdkbpkifdnmbgphbbop |
Description | Рассчитывает и выводит дневной и декадный расчет вознаграждения сотрудника |
File Size | 14.49 KB |
Installation Count | 72 |
Current Version | 0.1.2 |
Last Updated | 2022-04-06 |
Publish Date | 2022-03-10 |
Rating | 5.00/5 Total 1 Ratings |
Developer | alepron |
[email protected] | |
Payment Type | free |
Privacy Policy Page URL | http://alepron.ru/imgparser/confpolicy.txt |
Supported Languages | ru |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "WB decade salary calculator", "short_name": "WBDecSalaryCromeExt", "version": "0.1.2", "author": "alepron", "description": "\u0420\u0430\u0441\u0441\u0447\u0438\u0442\u044b\u0432\u0430\u0435\u0442 \u0438 \u0432\u044b\u0432\u043e\u0434\u0438\u0442 \u0434\u043d\u0435\u0432\u043d\u043e\u0439 \u0438 \u0434\u0435\u043a\u0430\u0434\u043d\u044b\u0439 \u0440\u0430\u0441\u0447\u0435\u0442 \u0432\u043e\u0437\u043d\u0430\u0433\u0440\u0430\u0436\u0434\u0435\u043d\u0438\u044f \u0441\u043e\u0442\u0440\u0443\u0434\u043d\u0438\u043a\u0430", "icons": { "16": "icons\/icon_16.png", "48": "icons\/icon_48.png", "128": "icons\/icon_128.png" }, "content_scripts": [ { "all_frames": true, "css": [ "css\/styles.css" ], "js": [ "js\/WBDecSalary.js" ], "matches": [ "https:\/\/localhost:1100\/*", "https:\/\/npos.wildberries.ru\/*" ], "run_at": "document_end" } ] } |