Monitor URL Chrome Extensions
Detect to change url when url typed by Users. For URL Redirect of OpenNetLink.
Monitor URL Chrome Extensions란 무엇입니까?
Monitor URL Chrome Extensions은(는) hsrnd1에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Detect to change url when url typed by Users. For URL Redirect of OpenNetLink."입니다.
확장 프로그램 스크린샷
Monitor URL Chrome Extensions 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
This extension is just only for SecureGate of Hanssak System To supported URL Redirection feature of OpenNetLink by Hanssak System. 이 확장은 한싹 시스템의 SecureGate 전용입니다. Hanssak System에서 지원하는 OpenNetLink의 URL 리디렉션 기능.
확장 프로그램 기본 정보
이름 | Monitor URL Chrome Extensions |
ID | gbbehmiepgfmmnifjbnknjaebgmnpbam |
공식 URL | https://chromewebstore.google.com/detail/monitor-url-chrome-extens/gbbehmiepgfmmnifjbnknjaebgmnpbam |
설명 | Detect to change url when url typed by Users. For URL Redirect of OpenNetLink. |
파일 크기 | 5.51 MB |
설치 횟수 | 11,483 |
현재 버전 | 1.1 |
최근 업데이트 | 2021-07-23 |
출시 날짜 | 2021-02-13 |
개발자 | hsrnd1 |
이메일 | [email protected] |
결제 유형 | free |
확장 프로그램 웹 사이트 | http://www.hanssak.co.kr/main/main.html |
도움말 페이지 URL | http://www.hanssak.co.kr/support/inquiry.html |
지원되는 언어 | ko |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Monitor URL Chrome Extensions", "description": "Detect to change url when url typed by Users. For URL Redirect of OpenNetLink.", "version": "1.1", "manifest_version": 2, "browser_action": { "default_popup": "index.html", "default_icon": "ico.png", "default_title": "Monitor URL Extensions" }, "background": { "scripts": [ "background.js" ], "persistent": true }, "permissions": [ "tabs", "activeTab", "http:\/\/*\/*", "https:\/\/*\/*", "webNavigation" ] } |