Block Page Assistant
If using DNS based web filtering, this extension will improve the user experience for block pages when using HTTPS.
Block Page Assistant란 무엇입니까?
Block Page Assistant은(는) https://mytools.management에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "If using DNS based web filtering, this extension will improve the user experience for block pages when using HTTPS."입니다.
확장 프로그램 스크린샷
Block Page Assistant 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
When using a web filtering product that also filters HTTPS but does not intercept the connections, the block page is generally the browser saying it cannot connect. This extension resolves that issue for customers of DNS-based web filtering solutions by forwarding the user to a gateway hosted block page. Enhances the user experience for those using a DNS-based Internet filter that runs mytools.management by redirecting blocked HTTPS connections to a clear block page. Note that as of 2022, adam:ONE® users should instead use [adam:ONE® assist](https://chrome.google.com/webstore/detail/fdmpekabnlekabjlimjkfmdjajnddgpc).
확장 프로그램 기본 정보
이름 | Block Page Assistant |
ID | pkimhjnhalcimiegkknnidjmmoiedhon |
공식 URL | https://chromewebstore.google.com/detail/block-page-assistant/pkimhjnhalcimiegkknnidjmmoiedhon |
설명 | If using DNS based web filtering, this extension will improve the user experience for block pages when using HTTPS. |
파일 크기 | 31.76 KB |
설치 횟수 | 3,620 |
현재 버전 | 2.0.5 |
최근 업데이트 | 2023-11-18 |
출시 날짜 | 2019-02-20 |
평점 | 5.00/5 총 2 개의 평점 |
개발자 | https://mytools.management |
이메일 | [email protected] |
결제 유형 | free |
도움말 페이지 URL | https://support.adamnet.works |
개인정보 보호 정책 페이지 URL | https://adamnet.works/privacy-policy |
지원되는 언어 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Block Page Assistant", "description": "If using DNS based web filtering, this extension will improve the user experience for block pages when using HTTPS.", "version": "2.0.5", "icons": { "128": "icon128.png", "48": "icon48.png", "16": "icon16.png" }, "background": { "scripts": [ "bg.js" ] }, "browser_action": [], "options_ui": { "page": "options.html" }, "content_scripts": [ { "matches": [ "*:\/\/mytools.management\/*", "*:\/\/*\/*" ], "js": [ "cs.js" ] } ], "declarative_net_request": { "rule_resources": [ { "id": "recaptcha", "enabled": false, "path": "recaptcha-ruleset.json" } ] }, "permissions": [ " |