AleMonitor.pl
Rozszerzenie możliwości Allegro
What is AleMonitor.pl?
AleMonitor.pl is a Chrome extension developed by https://www.alemonitor.pl, and its main feature is "Rozszerzenie możliwości Allegro".
Extension Screenshots
Download AleMonitor.pl Extension CRX File
Download AleMonitor.pl 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
AleMonitor.pl - monitoring cen, konkurencji i trafności na Allegro Bądź zawsze na bieżąco z konkurencją! Dodatek do przeglądarki wprowadza nowe funkcjonalności do panelu Allegro
Extension Basic Information
Name | AleMonitor.pl |
ID | hiopbommoilekgooenfojlkomlfgmedh |
Official URL | https://chromewebstore.google.com/detail/alemonitorpl/hiopbommoilekgooenfojlkomlfgmedh |
Description | Rozszerzenie możliwości Allegro |
File Size | 308 KB |
Installation Count | 379 |
Current Version | 1.1.0 |
Last Updated | 2024-03-06 |
Publish Date | 2023-07-04 |
Rating | 5.00/5 Total 1 Ratings |
Developer | https://www.alemonitor.pl |
[email protected] | |
Payment Type | in_app |
Extension Website | https://www.alemonitor.pl/ |
Help Page URL | https://www.alemonitor.pl/site/help/ |
Privacy Policy Page URL | https://www.snajper.net/help.php?id=gwarancja-poufnosci |
Supported Languages | pl |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "AleMonitor.pl", "version": "1.1.0", "manifest_version": 3, "description": "Rozszerzenie mo\u017cliwo\u015bci Allegro", "content_scripts": [ { "matches": [ "https:\/\/allegro.pl\/*", "https:\/\/www.alemonitor.pl\/*" ], "js": [ "contentscript.js" ], "run_at": "document_idle" } ], "permissions": [ "tabs", "storage", "webRequest", "alarms", "cookies" ], "background": { "service_worker": "background.js" }, "author": "www.alemonitor.pl", "host_permissions": [ "*:\/\/*.alemonitor.pl\/*", "*:\/\/*.allegro.pl\/*", "*:\/\/allegro.pl\/*" ], "options_ui": { "page": "options.html" }, "action": { "default_popup": "popup.html" }, "options_page": "options.html", "icons": { "16": "alemonitor.png", "48": "alemonitor.png", "128": "alemonitor.png" } } |