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文件
下载eServices Greece扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
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" } |