monitoro

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

monitoro란 무엇입니까?

monitoro은(는) https://monitoro.co에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "monitoro is a no-code website monitoring and automation tool. Get alerts, extract data, automate your work without a line of code."입니다.

확장 프로그램 스크린샷

screenshot
screenshot
screenshot
screenshot

monitoro 확장 프로그램 CRX 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        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                    

확장 프로그램 기본 정보

이름 monitoro monitoro
ID ehonbahmapggcdiedkpkbmcaadlfgjpg
공식 URL https://chromewebstore.google.com/detail/monitoro/ehonbahmapggcdiedkpkbmcaadlfgjpg
설명 monitoro is a no-code website monitoring and automation tool. Get alerts, extract data, automate your work without a line of code.
파일 크기 456 KB
설치 횟수 909
현재 버전 4.1.32
최근 업데이트 2024-02-15
출시 날짜 2020-03-29
평점 5.00/5 총 2 개의 평점
개발자 https://monitoro.co
이메일 [email protected]
결제 유형 free
확장 프로그램 웹 사이트 https://monitoro.co?ref=chromewebstore
도움말 페이지 URL https://monitoro.co/?ref=chromewebstore
개인정보 보호 정책 페이지 URL https://monitoro.co/privacy
지원되는 언어 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
        }
    ]
}