Pricy
Расширение для wildberries.ru, отображающее историю цен на товары в виде графика
What is Pricy?
Pricy is a Chrome extension developed by l_ship, and its main feature is "Расширение для wildberries.ru, отображающее историю цен на товары в виде графика".
Extension Screenshots
Download Pricy Extension CRX File
Download Pricy 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
Расширение позволяет получить историю изменения цен на выбранный товар wildberries.ru
Extension Basic Information
Name | Pricy |
ID | jcjhapffmonmlbcogahlaegmgiljfhhd |
Official URL | https://chromewebstore.google.com/detail/pricy/jcjhapffmonmlbcogahlaegmgiljfhhd |
Description | Расширение для wildberries.ru, отображающее историю цен на товары в виде графика |
File Size | 143 KB |
Installation Count | 92 |
Current Version | 0.4 |
Last Updated | 2021-02-18 |
Publish Date | 2020-04-22 |
Rating | 3.38/5 Total 8 Ratings |
Developer | l_ship |
[email protected] | |
Payment Type | free |
Supported Languages | ru |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Pricy", "version": "0.4", "description": "\u0420\u0430\u0441\u0448\u0438\u0440\u0435\u043d\u0438\u0435 \u0434\u043b\u044f wildberries.ru, \u043e\u0442\u043e\u0431\u0440\u0430\u0436\u0430\u044e\u0449\u0435\u0435 \u0438\u0441\u0442\u043e\u0440\u0438\u044e \u0446\u0435\u043d \u043d\u0430 \u0442\u043e\u0432\u0430\u0440\u044b \u0432 \u0432\u0438\u0434\u0435 \u0433\u0440\u0430\u0444\u0438\u043a\u0430", "manifest_version": 2, "permissions": [ "https:\/\/pricy.servehttp.com\/" ], "background": { "scripts": [ "browser-polyfill.js", "background.js" ], "persistent": false }, "page_action": { "default_popup": "popup.html", "default_icon": { "38": "images\/icon_48.png" }, "show_matches": [ "https:\/\/*.wildberries.ru\/*" ] }, "icons": { "48": "images\/icon_48.png", "128": "images\/icon_48.png", "16": "images\/icon_48.png", "32": "images\/icon_48.png" }, "content_scripts": [ { "matches": [ "https:\/\/*.wildberries.ru\/*" ], "js": [ "browser-polyfill.js", "apexcharts.js", "content.js" ], "css": [ "pricy.css" ], "run_at": "document_end" } ], "web_accessible_resources": [ "images\/*\/*" ] } |