Errors Notify

Errors Notify helps novices browse the internet, for understanding through tips, explanations & knowledge bases for errors.

Errors Notify란 무엇입니까?

Errors Notify은(는) Eli Mills에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Errors Notify helps novices browse the internet, for understanding through tips, explanations & knowledge bases for errors."입니다.

확장 프로그램 스크린샷

screenshot

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

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

확장 프로그램 사용 설명서

                        Errors Notify is a powerful extension designed to enhance your browsing experience by providing a seamless, error-free environment. This innovative tool aims to assist novice internet users who encounter NX domain error codes, empowering them to understand the complexities of error codes on the internet while ensuring the safety of their personal data.

Here's what Errors Notify can do for you:

Clear and Comprehensive Explanations: Gain a deep understanding of error codes with our extension's advanced software, which offers insightful explanations, taking you on a journey into the world of the wide web.

Instant Access to Relevant Articles: Unlock a treasure trove of informative articles that provide cognitive insights into error codes, helping you grasp their significance quickly and easily.

Website Load Times and Statistics: Errors Notify not only assists with error codes but also shares valuable website load times and other essential statistics, keeping you informed about the performance of the websites you visit.

Trusted Partnerships: We have collaborated with prominent platforms like errors.net, Yahoo.com, and others, to ensure that you receive expert assistance when encountering domain errors on websites.

Embrace Errors Notify today and embark on a browsing journey free from the frustrations of error codes. Let Errors Notify be your ultimate companion in navigating the vast landscape of the internet.                    

확장 프로그램 기본 정보

이름 Errors Notify Errors Notify
ID cbnlonmcamfngahgiekmdbehhibhnolb
공식 URL https://chromewebstore.google.com/detail/errors-notify/cbnlonmcamfngahgiekmdbehhibhnolb
설명 Errors Notify helps novices browse the internet, for understanding through tips, explanations & knowledge bases for errors.
파일 크기 13.87 KB
설치 횟수 9,505
현재 버전 2.0
최근 업데이트 2023-08-01
출시 날짜 2023-07-31
개발자 Eli Mills
이메일 [email protected]
결제 유형 free
확장 프로그램 웹 사이트 https://errorsnotify.com/
도움말 페이지 URL https://errorsnotify.com/
개인정보 보호 정책 페이지 URL https://ErrorsNotify.com?a=privacy
지원되는 언어 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Errors Notify",
    "homepage_url": "https:\/\/ErrorsNotify.com",
    "description": "Errors Notify helps novices browse the internet, for understanding through tips, explanations & knowledge bases for errors.",
    "version": "2.0",
    "manifest_version": 3,
    "background": {
        "service_worker": "worker.js"
    },
    "action": {
        "default_icon": "logo-128.png"
    },
    "icons": {
        "128": "logo-128.png"
    },
    "content_scripts": [
        {
            "matches": [
                "*:\/\/*\/*"
            ],
            "js": [
                "performance.js"
            ]
        }
    ],
    "permissions": [
        "webRequest",
        "webNavigation",
        "storage"
    ],
    "host_permissions": [
        "http:\/\/*\/*",
        "https:\/\/*\/*"
    ]
}