Allegro Marketflow
Historia sprzedaży ofert na allegro.pl
What is Allegro Marketflow?
Allegro Marketflow is a Chrome extension developed by Parallaxis, and its main feature is "Historia sprzedaży ofert na allegro.pl".
Extension Screenshots
Download Allegro Marketflow Extension CRX File
Download Allegro Marketflow 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
Rozszerzenie pobiera historię sprzedaży produktów na danej aukcji i przedstawia je użytkownikowi w przystępnej formie. Unikaj nieuczciwych promocji i podejmuj lepsze decyzje przy zakupach!
Extension Basic Information
Name | |
ID | nfecfdhcnhjmldmlbnpkiddcgglkfhdn |
Official URL | https://chrome.google.com/webstore/detail/allegro-marketflow/nfecfdhcnhjmldmlbnpkiddcgglkfhdn |
Description | Historia sprzedaży ofert na allegro.pl |
File Size | 397 KB |
Installation Count | 37 |
Current Version | 1.0 |
Last Updated | 2019-12-03 |
Publish Date | 2019-12-03 |
Developer | Parallaxis |
[email protected] | |
Payment Type | free |
Supported Languages | pl |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Allegro Marketflow", "description": "Historia sprzeda\u017cy ofert na allegro.pl", "version": "1.0", "options_ui": { "page": "options.html", "chrome_style": true }, "browser_action": { "default_icon": "icon.png", "default_popup": "popup.html" }, "content_scripts": [ { "matches": [ "https:\/\/allegro.pl\/*" ], "js": [ "js\/vendor.js", "js\/content_script.js" ] } ], "background": { "scripts": [ "js\/vendor.js", "js\/background.js" ] }, "permissions": [ "webNavigation", "storage" ] } |