Allegro Marketflow
Historia sprzedaży ofert na allegro.pl
Was ist Allegro Marketflow?
Allegro Marketflow ist eine Chrome-Erweiterung, die von Parallaxis entwickelt wurde, und ihr Hauptmerkmal ist "Historia sprzedaży ofert na allegro.pl".
Erweiterungsscreenshots
Allegro Marketflow-Erweiterungs-CRX-Datei herunterladen
Laden Sie Allegro Marketflow-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.
Anleitung zur Verwendung der Erweiterung
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!
Grundlegende Informationen zur Erweiterung
Name | |
ID | nfecfdhcnhjmldmlbnpkiddcgglkfhdn |
Offizielle URL | https://chrome.google.com/webstore/detail/allegro-marketflow/nfecfdhcnhjmldmlbnpkiddcgglkfhdn |
Beschreibung | Historia sprzedaży ofert na allegro.pl |
Dateigröße | 397 KB |
Installationsanzahl | 37 |
Aktuelle Version | 1.0 |
Letztes Update | 2019-12-03 |
Veröffentlichungsdatum | 2019-12-03 |
Entwickler | Parallaxis |
[email protected] | |
Zahlungsart | free |
Unterstützte Sprachen | 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" ] } |