monitoro

monitoro is a no-code website monitoring and automation tool. Get alerts, extract data, automate your work without a line of code.

monitoro là gì?

monitoro là một tiện ích mở rộng Chrome được phát triển bởi https://monitoro.co, và tính năng chính của nó là "monitoro is a no-code website monitoring and automation tool. Get alerts, extract data, automate your work without a line of code.".

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

screenshot
screenshot
screenshot
screenshot

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

Tải xuống các tệp mở rộng monitoro 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

                        Be the First to Know, the First to Act 😎

Experience the power of seamless web monitoring and automation with monitoro. This extension works tirelessly, reloading your favorite websites round-the-clock, ensuring you never miss an update that matters to you.

We Reload Websites 24/7 So You Don't Have To ⏰

monitoro is more than just a website monitoring tool. It's your no-code solution to web data automation. Receive instant alerts, extract valuable data, and automate your workflows effortlessly whenever your monitored websites undergo changes. All of this, without writing a single line of code!

No Technical Skills Are Required, It Just Works 🪄

Stay ahead of the curve, save time, and boost productivity with monitoro - your personal web assistant.

Learn more about Monitoro at https://monitoro.co                    

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

Tên monitoro monitoro
ID ehonbahmapggcdiedkpkbmcaadlfgjpg
URL Chính Thức https://chromewebstore.google.com/detail/monitoro/ehonbahmapggcdiedkpkbmcaadlfgjpg
Mô tả monitoro is a no-code website monitoring and automation tool. Get alerts, extract data, automate your work without a line of code.
Kích Thước Tệp 456 KB
Số Lần Cài Đặt 909
Phiên Bản Hiện Tại 4.1.32
Cập Nhật Lần Cuối 2024-02-15
Ngày Phát Hành 2020-03-29
Đánh Giá 5.00/5 Tổng số 2 Đánh Giá
Nhà Phát Triển https://monitoro.co
Email [email protected]
Loại Thanh Toán free
Trang Web Mở Rộng https://monitoro.co?ref=chromewebstore
URL Trang Trợ Giúp https://monitoro.co/?ref=chromewebstore
URL Trang Chính Sách Bảo Mật https://monitoro.co/privacy
Ngôn Ngữ Được Hỗ Trợ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "monitoro",
    "description": "monitoro is a no-code website monitoring and automation tool. Get alerts, extract data, automate your work without a line of code.",
    "version": "4.1.32",
    "version_name": "4.1.32",
    "icons": {
        "16": "src\/assets\/icons\/logo-16.png",
        "32": "src\/assets\/icons\/logo-32.png",
        "48": "src\/assets\/icons\/logo-48.png",
        "128": "src\/assets\/icons\/logo-128.png"
    },
    "content_scripts": [
        {
            "js": [
                "assets\/index.ts-loader-cb92ab77.js"
            ],
            "matches": [
                ""
            ],
            "run_at": "document_start"
        }
    ],
    "background": {
        "service_worker": "service-worker-loader.js",
        "type": "module"
    },
    "side_panel": {
        "default_path": "src\/sidepanel\/sidepanel.html"
    },
    "action": {
        "default_icon": {
            "16": "src\/assets\/icons\/logo-16.png",
            "32": "src\/assets\/icons\/logo-32.png",
            "48": "src\/assets\/icons\/logo-48.png",
            "128": "src\/assets\/icons\/logo-128.png"
        }
    },
    "permissions": [
        "storage",
        "sidePanel",
        "activeTab",
        "scripting"
    ],
    "host_permissions": [
        ""
    ],
    "web_accessible_resources": [
        {
            "matches": [
                ""
            ],
            "resources": [
                "assets\/pinned-0db64494.js",
                "assets\/index.ts-d3372ebd.js"
            ],
            "use_dynamic_url": true
        }
    ]
}