AleMonitor.pl
Rozszerzenie możliwości Allegro
AleMonitor.plとは何ですか?
AleMonitor.plはhttps://www.alemonitor.plによって開発されたChromeの拡張機能で、その主な機能は「Rozszerzenie możliwości Allegro」です。
拡張機能のスクリーンショット
AleMonitor.pl拡張機能のCRXファイルをダウンロード
AleMonitor.pl拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
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
拡張機能の基本情報
名前 | AleMonitor.pl |
ID | hiopbommoilekgooenfojlkomlfgmedh |
公式URL | https://chromewebstore.google.com/detail/alemonitorpl/hiopbommoilekgooenfojlkomlfgmedh |
説明 | Rozszerzenie możliwości Allegro |
ファイルサイズ | 308 KB |
インストール数 | 379 |
現在のバージョン | 1.1.0 |
最終更新日 | 2024-03-06 |
公開日 | 2023-07-04 |
評価 | 5.00/5 合計 1 レビュー |
開発者 | https://www.alemonitor.pl |
Eメール | [email protected] |
支払い方法 | in_app |
拡張機能のウェブサイト | https://www.alemonitor.pl/ |
ヘルプページのURL | https://www.alemonitor.pl/site/help/ |
プライバシーポリシーページのURL | https://www.snajper.net/help.php?id=gwarancja-poufnosci |
対応言語 | 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" } } |