eServices Greece
Receive Notifications & Direct Access to our Apps. Check your website DNS & Tech status.
eServices Greeceคืออะไร?
eServices Greece เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://esgr.in และคุณลักษณะหลักของมันคือ "Receive Notifications & Direct Access to our Apps. Check your website DNS & Tech status."
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย eServices Greece
ดาวน์โหลดไฟล์ส่วนขยาย 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" } |