AleMonitor.pl

Rozszerzenie możliwości Allegro

AleMonitor.pl là gì?

AleMonitor.pl là một tiện ích mở rộng Chrome được phát triển bởi https://www.alemonitor.pl, và tính năng chính của nó là "Rozszerzenie możliwości Allegro".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot
screenshot

Tải xuống tệp CRX của tiện ích mở rộng AleMonitor.pl

Tải xuống các tệp mở rộng AleMonitor.pl dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        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                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên AleMonitor.pl AleMonitor.pl
ID hiopbommoilekgooenfojlkomlfgmedh
URL Chính Thức https://chromewebstore.google.com/detail/alemonitorpl/hiopbommoilekgooenfojlkomlfgmedh
Mô tả Rozszerzenie możliwości Allegro
Kích Thước Tệp 308 KB
Số Lần Cài Đặt 379
Phiên Bản Hiện Tại 1.1.0
Cập Nhật Lần Cuối 2024-03-06
Ngày Phát Hành 2023-07-04
Đánh Giá 5.00/5 Tổng số 1 Đánh Giá
Nhà Phát Triển https://www.alemonitor.pl
Email [email protected]
Loại Thanh Toán in_app
Trang Web Mở Rộng https://www.alemonitor.pl/
URL Trang Trợ Giúp https://www.alemonitor.pl/site/help/
URL Trang Chính Sách Bảo Mật https://www.snajper.net/help.php?id=gwarancja-poufnosci
Ngôn Ngữ Được Hỗ Trợ 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"
    }
}