eServices Greece
Receive Notifications & Direct Access to our Apps. Check your website DNS & Tech status.
eServices Greece란 무엇입니까?
eServices Greece은(는) https://esgr.in에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Receive Notifications & Direct Access to our Apps. Check your website DNS & Tech status."입니다.
확장 프로그램 스크린샷
eServices Greece 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
This extension will provide the following details about the server/page you are currently viewing: * The Sites IP from: Your local DNS Rsolves, eSGR DNS, Google DNS, Cloudflare DNS * The expiration date for the ssl certificate used * Web servers details * Web server compression (gzip, brotli) * Halcyon Engine It will also provide our latest news and direct links to our services. Version 1.20 Switched to a tab interface Switched to a new menu (removed jquery) Add certificate expiration checks Version 1.13 Changes: Refactored Technology TagIcons Added option for last 3 news Fixed issue when API returns CNAME Removed unused permission (alerts) Version 1.11 Changes: Updated manifest for compatibility with MS Edge Version 1.09 Changes: Muted Alarms for version until the infrastructure API is updated. Version 1.08 Changes: Added exceptions for domains that include ports. Version 1.07 Changes: New RSS Reader Ability to select number of latest news Ability to select search provider (eSGR Site or Documentation) Report Server Info of current Tab (Web Server, Application Server etc) Report Server IP of current Tab
확장 프로그램 기본 정보
이름 | eServices Greece |
ID | faabjiemdnpokkcpinnfigpnpapnlelk |
공식 URL | https://chromewebstore.google.com/detail/eservices-greece/faabjiemdnpokkcpinnfigpnpapnlelk |
설명 | Receive Notifications & Direct Access to our Apps. Check your website DNS & Tech status. |
파일 크기 | 103 KB |
설치 횟수 | 16 |
현재 버전 | 1.0.20 |
최근 업데이트 | 2020-12-08 |
출시 날짜 | 2019-11-07 |
평점 | 5.00/5 총 3 개의 평점 |
개발자 | https://esgr.in |
이메일 | [email protected] |
결제 유형 | free |
확장 프로그램 웹 사이트 | https://esgr.in |
도움말 페이지 URL | https://esgr.in/contact |
개인정보 보호 정책 페이지 URL | https://esgr.in/privacy-policy |
지원되는 언어 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "browser_action": { "default_icon": { "128": "assets\/eSGR-Logo-128px.png" }, "default_popup": "html\/esgce.html", "default_title": "eServices Greece" }, "content_security_policy": "script-src 'self' https:\/\/api.eservices-greece.net; object-src 'self'", "description": "Receive Notifications & Direct Access to our Apps. Check your website DNS & Tech status.", "icons": { "128": "assets\/eSGR-Logo-128px.png", "256": "assets\/eSGR-Logo-256px.png", "64": "assets\/eSGR-Logo-64px.png" }, "manifest_version": 2, "name": "eServices Greece", "options_ui": { "page": "html\/options.html", "open_in_tab": false }, "background": { "scripts": [ "js\/background.js" ] }, "permissions": [ "storage", "webRequest", "webNavigation", "http:\/\/*\/", "https:\/\/*\/" ], "short_name": "eSGR", "version": "1.0.20" } |