{"id":24,"date":"2026-04-18T19:06:52","date_gmt":"2026-04-18T16:06:52","guid":{"rendered":"https:\/\/philomeni.gr\/features\/"},"modified":"2026-05-12T11:26:25","modified_gmt":"2026-05-12T08:26:25","slug":"features","status":"publish","type":"page","link":"https:\/\/philomeni.gr\/en\/features\/","title":{"rendered":"\u03a7\u03b1\u03c1\u03b1\u03ba\u03c4\u03b7\u03c1\u03b9\u03c3\u03c4\u03b9\u03ba\u03ac"},"content":{"rendered":"<style>\r\n.ph-page,\r\n.ph-page * { box-sizing: border-box; }\r\n.ph-page {\r\n  --ph-primary: #1B3A6B;\r\n  --ph-primary-dark: #0f2347;\r\n  --ph-blue-light: #7EB3F0;\r\n  --ph-accent: #4A90E2;\r\n  --ph-gray-100: #E2E8F4;\r\n  --ph-gray-500: #5a6a80;\r\n  --ph-gray-900: #1a1a2e;\r\n  --ph-bg-soft: #F5F8FF;\r\n  --ph-bg-warm: #EDF3FC;\r\n  font-family: 'Gothic', 'Century Gothic', CenturyGothic, AppleGothic, 'Trebuchet MS', Arial, sans-serif;\r\n  color: var(--ph-gray-900);\r\n  line-height: 1.6;\r\n}\r\n.ph-page p { margin: 0; font-size: 1rem; }\r\n\r\n.ph-page h1 {\r\n  margin: 0; font-size: 2.8rem; font-weight: bold;\r\n  -webkit-text-stroke: 0.5px currentColor;\r\n  line-height: 1.15; letter-spacing: -0.3px; color: var(--ph-primary);\r\n}\r\n.ph-page h2 {\r\n  margin: 0; font-size: 2.4rem; font-weight: 600;\r\n  line-height: 1.2; letter-spacing: -0.2px; color: var(--ph-primary);\r\n}\r\n.ph-page h3 {\r\n  margin: 0; font-size: 1.4rem; font-weight: 600;\r\n  line-height: 1.3; color: var(--ph-primary);\r\n}\r\n.ph-page h4 {\r\n  margin: 0; font-size: 1.25rem; font-weight: 600;\r\n  line-height: 1.3; color: var(--ph-primary);\r\n}\r\n\r\n.ph-section { padding: 96px 24px; }\r\n.ph-section-gray { background: var(--ph-bg-soft); }\r\n.ph-section-dark { background: linear-gradient(135deg, var(--ph-primary), var(--ph-primary-dark)); }\r\n.ph-section-dark h1, .ph-section-dark h2, .ph-section-dark h3, .ph-section-dark p { color: white; }\r\n.ph-container { max-width: 1200px; margin: 0 auto; }\r\n\r\n.ph-hero {\r\n  padding: 80px 24px 64px;\r\n  background: linear-gradient(135deg, #F5F8FF 0%, #EDF3FC 100%);\r\n}\r\n\r\n.ph-label {\r\n  display: inline-block;\r\n  font-family: 'Gothic', 'Century Gothic', CenturyGothic, AppleGothic, 'Trebuchet MS', Arial, sans-serif;\r\n  font-size: 1.02rem;\r\n  font-weight: 600;\r\n  letter-spacing: 2.8px;\r\n  text-transform: uppercase;\r\n  color: #3F63F2;\r\n  margin-bottom: 18px;\r\n  line-height: 1.2;\r\n}\r\n.ph-section-header { text-align: center; max-width: 760px; margin: 0 auto 56px; }\r\n.ph-section-header p { font-size: 1.2rem; color: var(--ph-gray-500); margin-top: 14px; line-height: 1.6; }\r\n\r\n.ph-btn {\r\n  display: inline-block; padding: 14px 32px; border-radius: 8px;\r\n  font-weight: 600; font-size: 1rem; text-decoration: none;\r\n  transition: all .15s; border: none; cursor: pointer; font-family: inherit;\r\n}\r\n.ph-btn-primary { background: var(--ph-primary); color: white; }\r\n.ph-btn-primary:hover { background: var(--ph-primary-dark); transform: translateY(-1px); color: white; }\r\n.ph-btn-outline { background: transparent; color: var(--ph-primary); border: 1.5px solid var(--ph-primary); }\r\n.ph-btn-outline:hover { background: var(--ph-primary); color: white; }\r\n.ph-btn-white { background: white; color: var(--ph-primary); }\r\n.ph-btn-white:hover { transform: translateY(-1px); color: var(--ph-primary); }\r\n\r\n\/* FEATURES GRID *\/\r\n.ph-features-grid {\r\n  display: grid; grid-template-columns: repeat(3, 1fr);\r\n  gap: 20px; max-width: 1200px; margin: 0 auto;\r\n}\r\n.ph-feature-card {\r\n  background: white; border: 1px solid var(--ph-gray-100);\r\n  border-radius: 16px; padding: 32px 28px;\r\n  box-shadow: 0 4px 20px rgba(30, 58, 95, 0.06);\r\n  transition: all .2s;\r\n}\r\n.ph-feature-card:hover {\r\n  transform: translateY(-3px);\r\n  border-color: var(--ph-blue-light);\r\n  box-shadow: 0 8px 32px rgba(30, 58, 95, 0.1);\r\n}\r\n.ph-feature-icon {\r\n  width: 44px; height: 44px; color: var(--ph-primary);\r\n  margin-bottom: 18px;\r\n}\r\n.ph-feature-card h4 { margin-bottom: 12px; color: var(--ph-primary); }\r\n.ph-feature-card p { font-size: 1.1rem; color: var(--ph-gray-500); line-height: 1.6; }\r\n\r\n\/* SPLIT *\/\r\n.ph-split {\r\n  display: grid; grid-template-columns: 1fr 1.15fr;\r\n  gap: 56px; align-items: center;\r\n  max-width: 1200px; margin: 0 auto;\r\n}\r\n.ph-split-reverse { direction: rtl; }\r\n.ph-split-reverse > * { direction: ltr; }\r\n.ph-split-content h2 { margin-bottom: 20px; }\r\n.ph-split-content p {\r\n  color: var(--ph-gray-500); font-size: 1.2rem;\r\n  margin-bottom: 14px; line-height: 1.65;\r\n}\r\n.ph-split-img {\r\n  width: 100%; height: auto; min-height: 420px; object-fit: cover;\r\n  border-radius: 16px; display: block;\r\n}\r\n\r\n.ph-cta { text-align: center; max-width: 720px; margin: 0 auto; }\r\n.ph-cta h2 { color: white; margin-bottom: 18px; }\r\n.ph-cta p { color: rgba(255,255,255,0.85); font-size: 1.2rem; margin-bottom: 32px; line-height: 1.7; }\r\n\r\n\/* FONT FIX \u2014 use the uploaded WordPress font named Gothic *\/\r\n.ph-page,\r\n.ph-page p,\r\n.ph-page span,\r\n.ph-page div,\r\n.ph-page a,\r\n.ph-page h1,\r\n.ph-page h2,\r\n.ph-page h3,\r\n.ph-page h4,\r\n.ph-page article,\r\n.ph-page button {\r\n  font-family: 'Gothic', 'Century Gothic', CenturyGothic, AppleGothic, 'Trebuchet MS', Arial, sans-serif !important;\r\n}\r\n\r\n@media (max-width: 900px) {\r\n  .ph-page h1 { font-size: 2rem; -webkit-text-stroke: 0; }\r\n  .ph-page h2 { font-size: 1.6rem; }\r\n  .ph-hero { padding: 60px 20px 48px; }\r\n  .ph-section { padding: 64px 20px; }\r\n  .ph-features-grid { grid-template-columns: 1fr; }\r\n  .ph-split, .ph-split-reverse { grid-template-columns: 1fr; gap: 32px; direction: ltr; }\r\n  .ph-split-img { min-height: 280px; }\r\n}\r\n<\/style>\r\n\r\n<div class=\"ph-page\">\r\n\r\n<section class=\"ph-hero\">\r\n  <div class=\"ph-container\">\r\n    <div class=\"ph-section-header\" style=\"margin-bottom:0;\">\r\n      <span class=\"ph-label\">\u03a7\u03b1\u03c1\u03b1\u03ba\u03c4\u03b7\u03c1\u03b9\u03c3\u03c4\u03b9\u03ba\u03b1<\/span>\r\n      <h1>\u0388\u03bd\u03b1 \u03c3\u03cd\u03c3\u03c4\u03b7\u03bc\u03b1. \u039a\u03ac\u03b8\u03b5 \u03c0\u03c4\u03c5\u03c7\u03ae \u03c4\u03b7\u03c2 \u03c6\u03b9\u03bb\u03bf\u03be\u03b5\u03bd\u03af\u03b1\u03c2.<\/h1>\r\n      <p style=\"font-size:1.3rem; color:#5a6a80; margin-top:18px; line-height:1.55;\">\u0391\u03c0\u03cc \u03c4\u03b7 \u03b4\u03b9\u03b1\u03c7\u03b5\u03af\u03c1\u03b9\u03c3\u03b7 \u03b1\u03ba\u03b9\u03bd\u03ae\u03c4\u03c9\u03bd \u03ba\u03b1\u03b9 \u03c5\u03c0\u03b1\u03bb\u03bb\u03ae\u03bb\u03c9\u03bd \u03bc\u03ad\u03c7\u03c1\u03b9 \u03c4\u03bf \u03c0\u03bb\u03ac\u03bd\u03bf \u03ba\u03bb\u03b9\u03bd\u03ce\u03bd \u03ba\u03b1\u03b9 \u03c4\u03b9\u03c2 \u03b1\u03bd\u03b1\u03c6\u03bf\u03c1\u03ad\u03c2 \u03c0\u03c1\u03bf\u03c2 \u03c4\u03bf management. \u03a7\u03c9\u03c1\u03af\u03c2 \u03ba\u03b5\u03bd\u03ac, \u03c7\u03c9\u03c1\u03af\u03c2 \u03b5\u03bd\u03b1\u03bb\u03bb\u03b1\u03b3\u03ae \u03b5\u03c6\u03b1\u03c1\u03bc\u03bf\u03b3\u03ce\u03bd, \u03c7\u03c9\u03c1\u03af\u03c2 \u03b5\u03c1\u03b3\u03b1\u03bb\u03b5\u03af\u03b1 \u03c0\u03bf\u03c5 \u03b4\u03b5\u03bd \u03c3\u03c7\u03b5\u03b4\u03b9\u03ac\u03c3\u03c4\u03b7\u03ba\u03b1\u03bd \u03b3\u03b9\u03b1 \u03c4\u03b7 \u03b4\u03bf\u03c5\u03bb\u03b5\u03b9\u03ac \u03c3\u03b1\u03c2.<\/p>\r\n    <\/div>\r\n  <\/div>\r\n<\/section>\r\n\r\n<section class=\"ph-section\">\r\n  <div class=\"ph-container\">\r\n    <div class=\"ph-features-grid\">\r\n\r\n      <div class=\"ph-feature-card\">\r\n        <div class=\"ph-feature-icon\">\r\n          <svg width=\"44\" height=\"44\" viewbox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"1.5\" stroke-linecap=\"round\" stroke-linejoin=\"round\"><path d=\"M3 21h18\"\/><path d=\"M5 21V7l7-4 7 4v14\"\/><path d=\"M9 9h.01\"\/><path d=\"M9 13h.01\"\/><path d=\"M9 17h.01\"\/><path d=\"M15 9h.01\"\/><path d=\"M15 13h.01\"\/><path d=\"M15 17h.01\"\/><\/svg>\r\n        <\/div>\r\n        <h4>\u0399\u03b4\u03b9\u03bf\u03ba\u03c4\u03ae\u03c4\u03b5\u03c2 &#038; \u039a\u03c4\u03af\u03c1\u03b9\u03b1<\/h4>\r\n        <p>\u0394\u03b9\u03b1\u03c7\u03b5\u03af\u03c1\u03b9\u03c3\u03b7 \u03c3\u03c5\u03bc\u03b2\u03bf\u03bb\u03b1\u03af\u03c9\u03bd, \u03b5\u03be\u03cc\u03b4\u03c9\u03bd \u03ba\u03b1\u03b9 \u03c0\u03b1\u03c1\u03b1\u03b4\u03cc\u03c3\u03b5\u03c9\u03bd \u03b1\u03ba\u03b9\u03bd\u03ae\u03c4\u03c9\u03bd \u03c3\u03b5 \u03ad\u03bd\u03b1 \u03c3\u03b7\u03bc\u03b5\u03af\u03bf. \u0391\u03c5\u03c4\u03cc\u03bc\u03b1\u03c4\u03b5\u03c2 \u03c0\u03c1\u03bf\u03b5\u03b9\u03b4\u03bf\u03c0\u03bf\u03b9\u03ae\u03c3\u03b5\u03b9\u03c2 \u03bb\u03ae\u03be\u03b7\u03c2 \u03ce\u03c3\u03c4\u03b5 \u03c4\u03af\u03c0\u03bf\u03c4\u03b1 \u03bd\u03b1 \u03bc\u03b7\u03bd \u03c3\u03b1\u03c2 \u03be\u03b5\u03c6\u03cd\u03b3\u03b5\u03b9 \u2014 \u03c0\u03bf\u03c4\u03ad.<\/p>\r\n      <\/div>\r\n\r\n      <div class=\"ph-feature-card\">\r\n        <div class=\"ph-feature-icon\">\r\n          <svg width=\"44\" height=\"44\" viewbox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"1.5\" stroke-linecap=\"round\" stroke-linejoin=\"round\">\r\n            <path d=\"M3 20V8\"\/>\r\n            <path d=\"M21 20v-5\"\/>\r\n            <path d=\"M3 15h18\"\/>\r\n            <path d=\"M6 12h5\"\/>\r\n            <path d=\"M12 12h7a2 2 0 0 1 2 2v1\"\/>\r\n            <path d=\"M3 18h18\"\/>\r\n          <\/svg>\r\n        <\/div>\r\n        <h4>\u0394\u03c9\u03bc\u03ac\u03c4\u03b9\u03b1 &#038; \u039a\u03bb\u03af\u03bd\u03b5\u03c2<\/h4>\r\n        <p>\u03a0\u03bb\u03ae\u03c1\u03b7\u03c2 \u03b5\u03b9\u03ba\u03cc\u03bd\u03b1 \u03b4\u03b9\u03b1\u03b8\u03b5\u03c3\u03b9\u03bc\u03cc\u03c4\u03b7\u03c4\u03b1\u03c2 \u03b1\u03bd\u03ac \u03ba\u03bb\u03af\u03bd\u03b7, \u03b4\u03b9\u03b1\u03c7\u03b5\u03af\u03c1\u03b9\u03c3\u03b7 out of order, \u03ba\u03b1\u03b9 \u03b3\u03c1\u03ae\u03b3\u03bf\u03c1\u03b7 \u03b5\u03cd\u03c1\u03b5\u03c3\u03b7 \u03ba\u03b1\u03c4\u03ac\u03bb\u03bb\u03b7\u03bb\u03bf\u03c5 \u03c7\u03ce\u03c1\u03bf\u03c5 \u03b3\u03b9\u03b1 \u03ba\u03ac\u03b8\u03b5 \u03c5\u03c0\u03ac\u03bb\u03bb\u03b7\u03bb\u03bf, \u03c3\u03b5 \u03b4\u03b5\u03c5\u03c4\u03b5\u03c1\u03cc\u03bb\u03b5\u03c0\u03c4\u03b1.<\/p>\r\n      <\/div>\r\n\r\n      <div class=\"ph-feature-card\">\r\n        <div class=\"ph-feature-icon\">\r\n          <svg width=\"44\" height=\"44\" viewbox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"1.5\" stroke-linecap=\"round\" stroke-linejoin=\"round\"><path d=\"M17 21v-2a4 4 0 00-4-4H5a4 4 0 00-4 4v2\"\/><circle cx=\"9\" cy=\"7\" r=\"4\"\/><path d=\"M23 21v-2a4 4 0 00-3-3.87\"\/><path d=\"M16 3.13a4 4 0 010 7.75\"\/><\/svg>\r\n        <\/div>\r\n        <h4>\u03a5\u03c0\u03ac\u03bb\u03bb\u03b7\u03bb\u03bf\u03b9<\/h4>\r\n        <p>\u03a0\u03bb\u03ae\u03c1\u03b7\u03c2 \u03ba\u03cd\u03ba\u03bb\u03bf\u03c2 \u03b6\u03c9\u03ae\u03c2 \u03c3\u03c4\u03b7 \u03c6\u03b9\u03bb\u03bf\u03be\u03b5\u03bd\u03af\u03b1, \u03b9\u03c3\u03c4\u03bf\u03c1\u03b9\u03ba\u03cc \u03b4\u03b9\u03b1\u03bc\u03bf\u03bd\u03ae\u03c2, \u03c0\u03b1\u03c1\u03b1\u03b4\u03cc\u03c3\u03b5\u03b9\u03c2 \u03b5\u03be\u03bf\u03c0\u03bb\u03b9\u03c3\u03bc\u03bf\u03cd. \u039a\u03b1\u03c4\u03b1\u03b3\u03c1\u03b1\u03c6\u03ae \u03ba\u03ac\u03b8\u03b5 \u03b1\u03bb\u03bb\u03b1\u03b3\u03ae\u03c2 \u03b3\u03b9\u03b1 \u03c0\u03bb\u03ae\u03c1\u03b7 \u03b5\u03c0\u03bf\u03c0\u03c4\u03b5\u03af\u03b1 \u03ba\u03b1\u03b9 \u03ac\u03bc\u03b5\u03c3\u03b7 \u03c0\u03c1\u03cc\u03c3\u03b2\u03b1\u03c3\u03b7.<\/p>\r\n      <\/div>\r\n\r\n      <div class=\"ph-feature-card\">\r\n        <div class=\"ph-feature-icon\">\r\n          <svg width=\"44\" height=\"44\" viewbox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"1.5\" stroke-linecap=\"round\" stroke-linejoin=\"round\">\r\n            <rect x=\"3\" y=\"4\" width=\"18\" height=\"17\" rx=\"2\"\/>\r\n            <path d=\"M8 2v4\"\/>\r\n            <path d=\"M16 2v4\"\/>\r\n            <path d=\"M3 9h18\"\/>\r\n            <path d=\"M7 13h4\"\/>\r\n            <path d=\"M13 13h4\"\/>\r\n            <path d=\"M7 17h4\"\/>\r\n            <path d=\"M13 17h4\"\/>\r\n          <\/svg>\r\n        <\/div>\r\n        <h4>\u03a0\u03bb\u03ac\u03bd\u03bf \u039a\u03bb\u03b9\u03bd\u03ce\u03bd (Rack)<\/h4>\r\n        <p>\u039f\u03c0\u03c4\u03b9\u03ba\u03cc timeline \u03bc\u03b5 drag &amp; drop. \u039a\u03c1\u03b1\u03c4\u03ae\u03c3\u03b5\u03b9\u03c2, \u03bc\u03b5\u03c4\u03b1\u03c6\u03bf\u03c1\u03ad\u03c2 \u03ba\u03b1\u03b9 \u03c0\u03c1\u03bf\u03b3\u03c1\u03b1\u03bc\u03bc\u03b1\u03c4\u03b9\u03c3\u03bc\u03ad\u03bd\u03b5\u03c2 \u03b1\u03bb\u03bb\u03b1\u03b3\u03ad\u03c2 \u03c3\u03b5 \u03c0\u03c1\u03b1\u03b3\u03bc\u03b1\u03c4\u03b9\u03ba\u03cc \u03c7\u03c1\u03cc\u03bd\u03bf \u2014 \u03be\u03b5\u03ba\u03ac\u03b8\u03b1\u03c1\u03b1, \u03bc\u03b5 \u03bc\u03af\u03b1 \u03bc\u03b1\u03c4\u03b9\u03ac.<\/p>\r\n      <\/div>\r\n\r\n<div class=\"ph-feature-card\">\r\n  <div class=\"ph-feature-icon\">\r\n    <img decoding=\"async\" src=\"https:\/\/api.iconify.design\/fluent\/broom-24-regular.svg?color=%231B3A6B&#038;width=44&#038;height=44\" alt=\"Broom\" style=\"width:44px;height:44px;\">\r\n  <\/div>\r\n  <h4>\u039a\u03b1\u03b8\u03b1\u03c1\u03b9\u03cc\u03c4\u03b7\u03c4\u03b1<\/h4>\r\n  <p>\u03a0\u03c1\u03cc\u03b3\u03c1\u03b1\u03bc\u03bc\u03b1 \u03b5\u03c1\u03b3\u03b1\u03c3\u03b9\u03ce\u03bd, \u03b5\u03c0\u03b1\u03bd\u03b1\u03bb\u03b1\u03bc\u03b2\u03b1\u03bd\u03cc\u03bc\u03b5\u03bd\u03b5\u03c2 \u03c1\u03bf\u03c5\u03c4\u03af\u03bd\u03b5\u03c2, \u03c6\u03c9\u03c4\u03bf\u03b3\u03c1\u03b1\u03c6\u03b9\u03ba\u03ae \u03c4\u03b5\u03ba\u03bc\u03b7\u03c1\u03af\u03c9\u03c3\u03b7 \u03ba\u03b1\u03b9 \u03be\u03b5\u03c7\u03c9\u03c1\u03b9\u03c3\u03c4\u03cc\u03c2 \u03c1\u03cc\u03bb\u03bf\u03c2 \u03b3\u03b9\u03b1 \u03c4\u03b7\u03bd \u03bf\u03bc\u03ac\u03b4\u03b1 \u03ba\u03b1\u03b8\u03b1\u03c1\u03b9\u03cc\u03c4\u03b7\u03c4\u03b1\u03c2.<\/p>\r\n<\/div>\r\n\r\n      <div class=\"ph-feature-card\">\r\n        <div class=\"ph-feature-icon\">\r\n          <svg width=\"44\" height=\"44\" viewbox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"1.5\" stroke-linecap=\"round\" stroke-linejoin=\"round\"><path d=\"M3 3v18h18\"\/><path d=\"M7 16l4-4 4 4 5-6\"\/><circle cx=\"11\" cy=\"12\" r=\"1\"\/><circle cx=\"15\" cy=\"16\" r=\"1\"\/><circle cx=\"20\" cy=\"10\" r=\"1\"\/><\/svg>\r\n        <\/div>\r\n        <h4>\u0391\u03bd\u03b1\u03c6\u03bf\u03c1\u03ad\u03c2 &#038; Analytics<\/h4>\r\n        <p>\u0388\u03c4\u03bf\u03b9\u03bc\u03b5\u03c2 \u03b1\u03bd\u03b1\u03c6\u03bf\u03c1\u03ad\u03c2 \u03b3\u03b9\u03b1 \u03ba\u03ac\u03b8\u03b5 \u03b1\u03bd\u03ac\u03b3\u03ba\u03b7 \u2014 \u03c0\u03bb\u03b7\u03c1\u03cc\u03c4\u03b7\u03c4\u03b1, \u03bf\u03b9\u03ba\u03bf\u03bd\u03bf\u03bc\u03b9\u03ba\u03ac \u03b1\u03bd\u03ac \u03ba\u03c4\u03af\u03c1\u03b9\u03bf, \u03b9\u03c3\u03c4\u03bf\u03c1\u03b9\u03ba\u03ac. \u0395\u03be\u03b1\u03b3\u03c9\u03b3\u03ae \u03c3\u03b5 Excel \u03ae PDF \u03bc\u03b5 \u03ad\u03bd\u03b1 \u03ba\u03bb\u03b9\u03ba.<\/p>\r\n      <\/div>\r\n\r\n    <\/div>\r\n  <\/div>\r\n<\/section>\r\n\r\n<section class=\"ph-section ph-section-gray\">\r\n  <div class=\"ph-split\">\r\n    <div class=\"ph-split-content\">\r\n      <span class=\"ph-label\">\u03a0\u03bb\u03b1\u03bd\u03bf \u03ba\u03bb\u03b9\u03bd\u03c9\u03bd<\/span>\r\n      <h2>\u0392\u03bb\u03ad\u03c0\u03b5\u03c4\u03b5 \u03c4\u03b1 \u03c0\u03ac\u03bd\u03c4\u03b1 \u03bc\u03b5 \u03bc\u03af\u03b1 \u03bc\u03b1\u03c4\u03b9\u03ac.<\/h2>\r\n      <p>\u03a4\u03bf \u03c0\u03bb\u03ac\u03bd\u03bf \u03ba\u03bb\u03b9\u03bd\u03ce\u03bd \u03b1\u03c0\u03bf\u03c4\u03b5\u03bb\u03b5\u03af \u03c4\u03b7\u03bd \u03ba\u03b1\u03c1\u03b4\u03b9\u03ac \u03c4\u03b7\u03c2 \u03c0\u03bb\u03b1\u03c4\u03c6\u03cc\u03c1\u03bc\u03b1\u03c2. \u03a3\u03b1\u03c2 \u03b4\u03af\u03bd\u03b5\u03b9 \u03c0\u03bb\u03ae\u03c1\u03b7 \u03b5\u03c0\u03bf\u03c0\u03c4\u03b5\u03af\u03b1 \u03c3\u03b5 \u03c0\u03c1\u03b1\u03b3\u03bc\u03b1\u03c4\u03b9\u03ba\u03cc \u03c7\u03c1\u03cc\u03bd\u03bf \u2014 \u03c0\u03bf\u03b9\u03b1 \u03ba\u03bb\u03af\u03bd\u03b7 \u03b5\u03af\u03bd\u03b1\u03b9 \u03ba\u03b1\u03c4\u03b5\u03b9\u03bb\u03b7\u03bc\u03bc\u03ad\u03bd\u03b7, \u03c0\u03bf\u03b9\u03b1 \u03b5\u03bb\u03b5\u03cd\u03b8\u03b5\u03c1\u03b7, \u03c0\u03bf\u03b9\u03b1 \u03ad\u03c7\u03b5\u03b9 \u03c0\u03c1\u03bf\u03b3\u03c1\u03b1\u03bc\u03bc\u03b1\u03c4\u03b9\u03c3\u03c4\u03b5\u03af \u03b3\u03b9\u03b1 \u03b1\u03bd\u03b1\u03ba\u03b1\u03af\u03bd\u03b9\u03c3\u03b7 \u03ae \u03ba\u03b1\u03b8\u03b1\u03c1\u03b9\u03c3\u03bc\u03cc.<\/p>\r\n      <p>\u039c\u03b5 drag &amp; drop \u03ba\u03ac\u03bd\u03b5\u03c4\u03b5 \u03b3\u03c1\u03ae\u03b3\u03bf\u03c1\u03b5\u03c2 \u03b1\u03bb\u03bb\u03b1\u03b3\u03ad\u03c2, \u03c0\u03c1\u03bf\u03b3\u03c1\u03b1\u03bc\u03bc\u03b1\u03c4\u03af\u03b6\u03b5\u03c4\u03b5 \u03bc\u03b5\u03c4\u03b1\u03c6\u03bf\u03c1\u03ad\u03c2 \u03b3\u03b9\u03b1 \u03bc\u03b5\u03bb\u03bb\u03bf\u03bd\u03c4\u03b9\u03ba\u03ad\u03c2 \u03b7\u03bc\u03b5\u03c1\u03bf\u03bc\u03b7\u03bd\u03af\u03b5\u03c2 \u03ba\u03b1\u03b9 \u03b1\u03c0\u03bf\u03c6\u03b5\u03cd\u03b3\u03b5\u03c4\u03b5 \u03ba\u03ac\u03b8\u03b5 \u03b1\u03c3\u03ac\u03c6\u03b5\u03b9\u03b1 \u03ae \u03b4\u03b9\u03c0\u03bb\u03ae \u03ba\u03c1\u03ac\u03c4\u03b7\u03c3\u03b7. \u038c\u03bb\u03b1 \u03cc\u03c3\u03b1 \u03c3\u03c5\u03bd\u03ad\u03b2\u03b7\u03c3\u03b1\u03bd, \u03c3\u03c5\u03bc\u03b2\u03b1\u03af\u03bd\u03bf\u03c5\u03bd \u03ba\u03b1\u03b9 \u03b8\u03b1 \u03c3\u03c5\u03bc\u03b2\u03bf\u03cd\u03bd \u2014 \u03c3\u03b5 \u03ad\u03bd\u03b1 \u03bf\u03c0\u03c4\u03b9\u03ba\u03cc timeline.<\/p>\r\n    <\/div>\r\n    <div>\r\n      <img decoding=\"async\" class=\"ph-split-img\" src=\"https:\/\/philomeni.gr\/wp-content\/uploads\/2026\/04\/oberon-1.png\" alt=\"\u03a0\u03bb\u03ac\u03bd\u03bf \u039a\u03bb\u03b9\u03bd\u03ce\u03bd\" \/>\r\n    <\/div>\r\n  <\/div>\r\n<\/section>\r\n\r\n<section class=\"ph-section\">\r\n  <div class=\"ph-split ph-split-reverse\">\r\n    <div class=\"ph-split-content\">\r\n      <span class=\"ph-label\">Dashboard<\/span>\r\n      <h2>\u0397 \u03b5\u03b9\u03ba\u03cc\u03bd\u03b1 \u03c0\u03bf\u03c5 \u03c7\u03c1\u03b5\u03b9\u03ac\u03b6\u03b5\u03c3\u03c4\u03b5, \u03cc\u03c4\u03b1\u03bd \u03c4\u03b7 \u03c7\u03c1\u03b5\u03b9\u03ac\u03b6\u03b5\u03c3\u03c4\u03b5.<\/h2>\r\n      <p>\u039f \u03c0\u03af\u03bd\u03b1\u03ba\u03b1\u03c2 \u03b5\u03bb\u03ad\u03b3\u03c7\u03bf\u03c5 \u03c3\u03ac\u03c2 \u03b4\u03af\u03bd\u03b5\u03b9 \u03b1\u03bc\u03ad\u03c3\u03c9\u03c2 \u03cc,\u03c4\u03b9 \u03b5\u03af\u03bd\u03b1\u03b9 \u03c3\u03b7\u03bc\u03b1\u03bd\u03c4\u03b9\u03ba\u03cc \u2014 \u03c4\u03c1\u03ad\u03c7\u03bf\u03c5\u03c3\u03b1 \u03ba\u03b1\u03c4\u03ac\u03c3\u03c4\u03b1\u03c3\u03b7 \u03ba\u03bb\u03b9\u03bd\u03ce\u03bd, \u03b1\u03c6\u03af\u03be\u03b5\u03b9\u03c2 \u03ba\u03b1\u03b9 \u03b1\u03bd\u03b1\u03c7\u03c9\u03c1\u03ae\u03c3\u03b5\u03b9\u03c2 \u03c4\u03b7\u03c2 \u03b5\u03b2\u03b4\u03bf\u03bc\u03ac\u03b4\u03b1\u03c2, \u03b5\u03ba\u03ba\u03c1\u03b5\u03bc\u03ae \u03b6\u03b7\u03c4\u03ae\u03bc\u03b1\u03c4\u03b1, \u03b5\u03b9\u03b4\u03bf\u03c0\u03bf\u03b9\u03ae\u03c3\u03b5\u03b9\u03c2 \u03bb\u03ae\u03be\u03b7\u03c2 \u03c3\u03c5\u03bc\u03b2\u03bf\u03bb\u03b1\u03af\u03c9\u03bd.<\/p>\r\n      <p>\u0395\u03c0\u03b9\u03bb\u03ad\u03b3\u03b5\u03c4\u03b5 \u03c4\u03b7\u03bd \u03b7\u03bc\u03b5\u03c1\u03bf\u03bc\u03b7\u03bd\u03af\u03b1 \u03c0\u03bf\u03c5 \u03c3\u03b1\u03c2 \u03b5\u03bd\u03b4\u03b9\u03b1\u03c6\u03ad\u03c1\u03b5\u03b9 \u2014 \u03c3\u03ae\u03bc\u03b5\u03c1\u03b1, \u03b1\u03cd\u03c1\u03b9\u03bf \u03ae \u03c4\u03bf\u03bd \u03b5\u03c0\u03cc\u03bc\u03b5\u03bd\u03bf \u03bc\u03ae\u03bd\u03b1 \u2014 \u03ba\u03b1\u03b9 \u03b7 \u03b5\u03b9\u03ba\u03cc\u03bd\u03b1 \u03c0\u03c1\u03bf\u03c3\u03b1\u03c1\u03bc\u03cc\u03b6\u03b5\u03c4\u03b1\u03b9. \u039a\u03b1\u03bd\u03ad\u03bd\u03b1 \u03c8\u03ac\u03be\u03b9\u03bc\u03bf, \u03ba\u03b1\u03bc\u03af\u03b1 \u03c5\u03c0\u03cc\u03b8\u03b5\u03c3\u03b7, \u03bc\u03cc\u03bd\u03bf \u03b4\u03b5\u03b4\u03bf\u03bc\u03ad\u03bd\u03b1 \u03c0\u03bf\u03c5 \u03b5\u03bd\u03b7\u03bc\u03b5\u03c1\u03ce\u03bd\u03bf\u03c5\u03bd \u03c4\u03b9\u03c2 \u03b1\u03c0\u03bf\u03c6\u03ac\u03c3\u03b5\u03b9\u03c2 \u03c3\u03b1\u03c2.<\/p>\r\n    <\/div>\r\n    <div>\r\n      <img decoding=\"async\" class=\"ph-split-img\" src=\"https:\/\/philomeni.gr\/wp-content\/uploads\/2026\/04\/oberon-1.png\" alt=\"Dashboard\" \/>\r\n    <\/div>\r\n  <\/div>\r\n<\/section>\r\n\r\n<section class=\"ph-section ph-section-gray\">\r\n  <div class=\"ph-split\">\r\n    <div class=\"ph-split-content\">\r\n      <span class=\"ph-label\">\u0391\u03bd\u03b1\u03c6\u03bf\u03c1\u03b5\u03c2<\/span>\r\n      <h2>\u0394\u03b5\u03b4\u03bf\u03bc\u03ad\u03bd\u03b1 \u03c0\u03bf\u03c5 \u03bc\u03b9\u03bb\u03bf\u03cd\u03bd \u03bc\u03cc\u03bd\u03b1 \u03c4\u03bf\u03c5\u03c2.<\/h2>\r\n      <p>\u0388\u03c4\u03bf\u03b9\u03bc\u03b5\u03c2 \u03b1\u03bd\u03b1\u03c6\u03bf\u03c1\u03ad\u03c2 \u03b3\u03b9\u03b1 \u03ba\u03ac\u03b8\u03b5 \u03b1\u03bd\u03ac\u03b3\u03ba\u03b7 \u2014 \u03c0\u03bb\u03b7\u03c1\u03cc\u03c4\u03b7\u03c4\u03b1, \u03bf\u03b9\u03ba\u03bf\u03bd\u03bf\u03bc\u03b9\u03ba\u03ac \u03b1\u03bd\u03ac \u03ba\u03c4\u03af\u03c1\u03b9\u03bf, \u03ba\u03b1\u03c4\u03ac\u03c3\u03c4\u03b1\u03c3\u03b7 \u03c0\u03c1\u03bf\u03c3\u03c9\u03c0\u03b9\u03ba\u03bf\u03cd, \u03b9\u03c3\u03c4\u03bf\u03c1\u03b9\u03ba\u03cc \u03b4\u03b9\u03b1\u03bc\u03bf\u03bd\u03ae\u03c2. \u0395\u03be\u03b1\u03b3\u03c9\u03b3\u03ae \u03c3\u03b5 Excel \u03ae PDF \u03bc\u03b5 \u03ad\u03bd\u03b1 \u03ba\u03bb\u03b9\u03ba.<\/p>\r\n      <p>\u03a3\u03c4\u03b1\u03bc\u03b1\u03c4\u03ae\u03c3\u03c4\u03b5 \u03bd\u03b1 \u03c8\u03ac\u03c7\u03bd\u03b5\u03c4\u03b5 \u03c3\u03b5 \u03b1\u03c1\u03c7\u03b5\u03af\u03b1 \u03ba\u03b1\u03b9 emails \u03b3\u03b9\u03b1 \u03bd\u03b1 \u03c3\u03c5\u03bd\u03c4\u03ac\u03be\u03b5\u03c4\u03b5 \u03b1\u03bd\u03b1\u03c6\u03bf\u03c1\u03ad\u03c2. \u038c\u03bb\u03b7 \u03b7 \u03c0\u03bb\u03b7\u03c1\u03bf\u03c6\u03bf\u03c1\u03af\u03b1 \u03b5\u03af\u03bd\u03b1\u03b9 \u03ae\u03b4\u03b7 \u03bf\u03c1\u03b3\u03b1\u03bd\u03c9\u03bc\u03ad\u03bd\u03b7 \u03ba\u03b1\u03b9 \u03ad\u03c4\u03bf\u03b9\u03bc\u03b7 \u03bd\u03b1 \u03b3\u03af\u03bd\u03b5\u03b9 \u03b1\u03bd\u03b1\u03c6\u03bf\u03c1\u03ac management \u2014 \u03cc\u03c0\u03bf\u03c4\u03b5 \u03c4\u03b7 \u03c7\u03c1\u03b5\u03b9\u03b1\u03c3\u03c4\u03b5\u03af\u03c4\u03b5.<\/p>\r\n    <\/div>\r\n    <div>\r\n      <img decoding=\"async\" class=\"ph-split-img\" src=\"https:\/\/philomeni.gr\/wp-content\/uploads\/2026\/04\/oberon-1.png\" alt=\"\u0391\u03bd\u03b1\u03c6\u03bf\u03c1\u03ad\u03c2\" \/>\r\n    <\/div>\r\n  <\/div>\r\n<\/section>\r\n\r\n<section class=\"ph-section ph-section-dark\">\r\n  <div class=\"ph-cta\">\r\n    <h2>\u0398\u03ad\u03bb\u03b5\u03c4\u03b5 \u03bd\u03b1 \u03b4\u03b5\u03af\u03c4\u03b5 \u03c4\u03b7 Philomeni \u03c3\u03b5 \u03bb\u03b5\u03b9\u03c4\u03bf\u03c5\u03c1\u03b3\u03af\u03b1;<\/h2>\r\n    <p>\u039a\u03bb\u03b5\u03af\u03c3\u03c4\u03b5 \u03ad\u03bd\u03b1 demo 30 \u03bb\u03b5\u03c0\u03c4\u03ce\u03bd \u03ba\u03b1\u03b9 \u03b1\u03bd\u03b1\u03ba\u03b1\u03bb\u03cd\u03c8\u03c4\u03b5 \u03c0\u03ce\u03c2 \u03bc\u03c0\u03bf\u03c1\u03b5\u03af \u03bd\u03b1 \u03b2\u03bf\u03b7\u03b8\u03ae\u03c3\u03b5\u03b9 \u03c4\u03b7\u03bd \u03b5\u03c0\u03b9\u03c7\u03b5\u03af\u03c1\u03b7\u03c3\u03ae \u03c3\u03b1\u03c2 \u2014 \u03c7\u03c9\u03c1\u03af\u03c2 \u03b4\u03ad\u03c3\u03bc\u03b5\u03c5\u03c3\u03b7.<\/p>\r\n    <a class=\"ph-btn ph-btn-white\" href=\"\/en\/contact\/\">\u039a\u03bb\u03b5\u03af\u03c3\u03c4\u03b5 Demo<\/a>\r\n  <\/div>\r\n<\/section>\r\n\r\n<\/div>","protected":false},"excerpt":{"rendered":"<p>\u03a7\u03b1\u03c1\u03b1\u03ba\u03c4\u03b7\u03c1\u03b9\u03c3\u03c4\u03b9\u03ba\u03b1 \u0388\u03bd\u03b1 \u03c3\u03cd\u03c3\u03c4\u03b7\u03bc\u03b1. \u039a\u03ac\u03b8\u03b5 \u03c0\u03c4\u03c5\u03c7\u03ae \u03c4\u03b7\u03c2 \u03c6\u03b9\u03bb\u03bf\u03be\u03b5\u03bd\u03af\u03b1\u03c2. \u0391\u03c0\u03cc \u03c4\u03b7 \u03b4\u03b9\u03b1\u03c7\u03b5\u03af\u03c1\u03b9\u03c3\u03b7 \u03b1\u03ba\u03b9\u03bd\u03ae\u03c4\u03c9\u03bd \u03ba\u03b1\u03b9 \u03c5\u03c0\u03b1\u03bb\u03bb\u03ae\u03bb\u03c9\u03bd \u03bc\u03ad\u03c7\u03c1\u03b9 \u03c4\u03bf \u03c0\u03bb\u03ac\u03bd\u03bf \u03ba\u03bb\u03b9\u03bd\u03ce\u03bd \u03ba\u03b1\u03b9 \u03c4\u03b9\u03c2 \u03b1\u03bd\u03b1\u03c6\u03bf\u03c1\u03ad\u03c2 \u03c0\u03c1\u03bf\u03c2 \u03c4\u03bf management. \u03a7\u03c9\u03c1\u03af\u03c2 \u03ba\u03b5\u03bd\u03ac, \u03c7\u03c9\u03c1\u03af\u03c2 \u03b5\u03bd\u03b1\u03bb\u03bb\u03b1\u03b3\u03ae \u03b5\u03c6\u03b1\u03c1\u03bc\u03bf\u03b3\u03ce\u03bd, \u03c7\u03c9\u03c1\u03af\u03c2 \u03b5\u03c1\u03b3\u03b1\u03bb\u03b5\u03af\u03b1 \u03c0\u03bf\u03c5 \u03b4\u03b5\u03bd \u03c3\u03c7\u03b5\u03b4\u03b9\u03ac\u03c3\u03c4\u03b7\u03ba\u03b1\u03bd \u03b3\u03b9\u03b1 \u03c4\u03b7 \u03b4\u03bf\u03c5\u03bb\u03b5\u03b9\u03ac \u03c3\u03b1\u03c2. \u0399\u03b4\u03b9\u03bf\u03ba\u03c4\u03ae\u03c4\u03b5\u03c2 &#038; \u039a\u03c4\u03af\u03c1\u03b9\u03b1 \u0394\u03b9\u03b1\u03c7\u03b5\u03af\u03c1\u03b9\u03c3\u03b7 \u03c3\u03c5\u03bc\u03b2\u03bf\u03bb\u03b1\u03af\u03c9\u03bd, \u03b5\u03be\u03cc\u03b4\u03c9\u03bd \u03ba\u03b1\u03b9 \u03c0\u03b1\u03c1\u03b1\u03b4\u03cc\u03c3\u03b5\u03c9\u03bd \u03b1\u03ba\u03b9\u03bd\u03ae\u03c4\u03c9\u03bd \u03c3\u03b5 \u03ad\u03bd\u03b1 \u03c3\u03b7\u03bc\u03b5\u03af\u03bf. \u0391\u03c5\u03c4\u03cc\u03bc\u03b1\u03c4\u03b5\u03c2 \u03c0\u03c1\u03bf\u03b5\u03b9\u03b4\u03bf\u03c0\u03bf\u03b9\u03ae\u03c3\u03b5\u03b9\u03c2 \u03bb\u03ae\u03be\u03b7\u03c2 \u03ce\u03c3\u03c4\u03b5 \u03c4\u03af\u03c0\u03bf\u03c4\u03b1 \u03bd\u03b1 \u03bc\u03b7\u03bd \u03c3\u03b1\u03c2 \u03be\u03b5\u03c6\u03cd\u03b3\u03b5\u03b9 \u2014 \u03c0\u03bf\u03c4\u03ad. \u0394\u03c9\u03bc\u03ac\u03c4\u03b9\u03b1 &#038; \u039a\u03bb\u03af\u03bd\u03b5\u03c2 \u03a0\u03bb\u03ae\u03c1\u03b7\u03c2 \u03b5\u03b9\u03ba\u03cc\u03bd\u03b1 \u03b4\u03b9\u03b1\u03b8\u03b5\u03c3\u03b9\u03bc\u03cc\u03c4\u03b7\u03c4\u03b1\u03c2 \u03b1\u03bd\u03ac \u03ba\u03bb\u03af\u03bd\u03b7, \u03b4\u03b9\u03b1\u03c7\u03b5\u03af\u03c1\u03b9\u03c3\u03b7 out of order, \u03ba\u03b1\u03b9 \u03b3\u03c1\u03ae\u03b3\u03bf\u03c1\u03b7 \u03b5\u03cd\u03c1\u03b5\u03c3\u03b7 \u03ba\u03b1\u03c4\u03ac\u03bb\u03bb\u03b7\u03bb\u03bf\u03c5 \u03c7\u03ce\u03c1\u03bf\u03c5 [&hellip;]<\/p>\n","protected":false},"author":1,"featured_media":0,"parent":0,"menu_order":0,"comment_status":"closed","ping_status":"closed","template":"page-blank.php","meta":{"footnotes":""},"class_list":["post-24","page","type-page","status-publish","hentry"],"yoast_head":"<!-- This site is optimized with the Yoast SEO plugin v27.5 - https:\/\/yoast.com\/product\/yoast-seo-wordpress\/ -->\n<title>\u03a7\u03b1\u03c1\u03b1\u03ba\u03c4\u03b7\u03c1\u03b9\u03c3\u03c4\u03b9\u03ba\u03ac - Philomeni.gr<\/title>\n<meta name=\"robots\" content=\"index, follow, max-snippet:-1, max-image-preview:large, max-video-preview:-1\" \/>\n<link rel=\"canonical\" href=\"https:\/\/philomeni.gr\/en\/features\/\" \/>\n<meta name=\"twitter:card\" content=\"summary_large_image\" \/>\n<meta name=\"twitter:label1\" content=\"Est. reading time\" \/>\n\t<meta name=\"twitter:data1\" content=\"3 minutes\" \/>\n<script type=\"application\/ld+json\" class=\"yoast-schema-graph\">{\"@context\":\"https:\\\/\\\/schema.org\",\"@graph\":[{\"@type\":\"WebPage\",\"@id\":\"https:\\\/\\\/philomeni.gr\\\/features\\\/\",\"url\":\"https:\\\/\\\/philomeni.gr\\\/features\\\/\",\"name\":\"\u03a7\u03b1\u03c1\u03b1\u03ba\u03c4\u03b7\u03c1\u03b9\u03c3\u03c4\u03b9\u03ba\u03ac - Philomeni.gr\",\"isPartOf\":{\"@id\":\"https:\\\/\\\/philomeni.gr\\\/#website\"},\"primaryImageOfPage\":{\"@id\":\"https:\\\/\\\/philomeni.gr\\\/features\\\/#primaryimage\"},\"image\":{\"@id\":\"https:\\\/\\\/philomeni.gr\\\/features\\\/#primaryimage\"},\"thumbnailUrl\":\"https:\\\/\\\/api.iconify.design\\\/fluent\\\/broom-24-regular.svg?color=%231B3A6B&width=44&height=44\",\"datePublished\":\"2026-04-18T16:06:52+00:00\",\"dateModified\":\"2026-05-12T08:26:25+00:00\",\"breadcrumb\":{\"@id\":\"https:\\\/\\\/philomeni.gr\\\/features\\\/#breadcrumb\"},\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\\\/\\\/philomeni.gr\\\/features\\\/\"]}]},{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\\\/\\\/philomeni.gr\\\/features\\\/#primaryimage\",\"url\":\"https:\\\/\\\/api.iconify.design\\\/fluent\\\/broom-24-regular.svg?color=%231B3A6B&width=44&height=44\",\"contentUrl\":\"https:\\\/\\\/api.iconify.design\\\/fluent\\\/broom-24-regular.svg?color=%231B3A6B&width=44&height=44\"},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\\\/\\\/philomeni.gr\\\/features\\\/#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Home\",\"item\":\"https:\\\/\\\/philomeni.gr\\\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"\u03a7\u03b1\u03c1\u03b1\u03ba\u03c4\u03b7\u03c1\u03b9\u03c3\u03c4\u03b9\u03ba\u03ac\"}]},{\"@type\":\"WebSite\",\"@id\":\"https:\\\/\\\/philomeni.gr\\\/#website\",\"url\":\"https:\\\/\\\/philomeni.gr\\\/\",\"name\":\"Philomeni.gr\",\"description\":\"\u0394\u03b9\u03b1\u03c7\u03b5\u03af\u03c1\u03b9\u03c3\u03b7 \u0395\u03c4\u03b1\u03b9\u03c1\u03b9\u03ba\u03ce\u03bd \u039a\u03b1\u03c4\u03b1\u03bb\u03c5\u03bc\u03ac\u03c4\u03c9\u03bd \u03a6\u03b9\u03bb\u03bf\u03be\u03b5\u03bd\u03af\u03b1\u03c2 \u03a5\u03c0\u03b1\u03bb\u03bb\u03ae\u03bb\u03c9\u03bd\",\"publisher\":{\"@id\":\"https:\\\/\\\/philomeni.gr\\\/#organization\"},\"potentialAction\":[{\"@type\":\"SearchAction\",\"target\":{\"@type\":\"EntryPoint\",\"urlTemplate\":\"https:\\\/\\\/philomeni.gr\\\/?s={search_term_string}\"},\"query-input\":{\"@type\":\"PropertyValueSpecification\",\"valueRequired\":true,\"valueName\":\"search_term_string\"}}],\"inLanguage\":\"en-US\"},{\"@type\":\"Organization\",\"@id\":\"https:\\\/\\\/philomeni.gr\\\/#organization\",\"name\":\"Philomeni.gr\",\"url\":\"https:\\\/\\\/philomeni.gr\\\/\",\"logo\":{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\\\/\\\/philomeni.gr\\\/#\\\/schema\\\/logo\\\/image\\\/\",\"url\":\"https:\\\/\\\/philomeni.gr\\\/wp-content\\\/uploads\\\/2026\\\/04\\\/oberon_full_small.png\",\"contentUrl\":\"https:\\\/\\\/philomeni.gr\\\/wp-content\\\/uploads\\\/2026\\\/04\\\/oberon_full_small.png\",\"width\":1051,\"height\":1012,\"caption\":\"Philomeni.gr\"},\"image\":{\"@id\":\"https:\\\/\\\/philomeni.gr\\\/#\\\/schema\\\/logo\\\/image\\\/\"}}]}<\/script>\n<!-- \/ Yoast SEO plugin. -->","yoast_head_json":{"title":"\u03a7\u03b1\u03c1\u03b1\u03ba\u03c4\u03b7\u03c1\u03b9\u03c3\u03c4\u03b9\u03ba\u03ac - Philomeni.gr","robots":{"index":"index","follow":"follow","max-snippet":"max-snippet:-1","max-image-preview":"max-image-preview:large","max-video-preview":"max-video-preview:-1"},"canonical":"https:\/\/philomeni.gr\/en\/features\/","twitter_card":"summary_large_image","twitter_misc":{"Est. reading time":"3 minutes"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"WebPage","@id":"https:\/\/philomeni.gr\/features\/","url":"https:\/\/philomeni.gr\/features\/","name":"\u03a7\u03b1\u03c1\u03b1\u03ba\u03c4\u03b7\u03c1\u03b9\u03c3\u03c4\u03b9\u03ba\u03ac - Philomeni.gr","isPartOf":{"@id":"https:\/\/philomeni.gr\/#website"},"primaryImageOfPage":{"@id":"https:\/\/philomeni.gr\/features\/#primaryimage"},"image":{"@id":"https:\/\/philomeni.gr\/features\/#primaryimage"},"thumbnailUrl":"https:\/\/api.iconify.design\/fluent\/broom-24-regular.svg?color=%231B3A6B&width=44&height=44","datePublished":"2026-04-18T16:06:52+00:00","dateModified":"2026-05-12T08:26:25+00:00","breadcrumb":{"@id":"https:\/\/philomeni.gr\/features\/#breadcrumb"},"inLanguage":"en-US","potentialAction":[{"@type":"ReadAction","target":["https:\/\/philomeni.gr\/features\/"]}]},{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/philomeni.gr\/features\/#primaryimage","url":"https:\/\/api.iconify.design\/fluent\/broom-24-regular.svg?color=%231B3A6B&width=44&height=44","contentUrl":"https:\/\/api.iconify.design\/fluent\/broom-24-regular.svg?color=%231B3A6B&width=44&height=44"},{"@type":"BreadcrumbList","@id":"https:\/\/philomeni.gr\/features\/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Home","item":"https:\/\/philomeni.gr\/"},{"@type":"ListItem","position":2,"name":"\u03a7\u03b1\u03c1\u03b1\u03ba\u03c4\u03b7\u03c1\u03b9\u03c3\u03c4\u03b9\u03ba\u03ac"}]},{"@type":"WebSite","@id":"https:\/\/philomeni.gr\/#website","url":"https:\/\/philomeni.gr\/","name":"Philomeni.gr","description":"\u0394\u03b9\u03b1\u03c7\u03b5\u03af\u03c1\u03b9\u03c3\u03b7 \u0395\u03c4\u03b1\u03b9\u03c1\u03b9\u03ba\u03ce\u03bd \u039a\u03b1\u03c4\u03b1\u03bb\u03c5\u03bc\u03ac\u03c4\u03c9\u03bd \u03a6\u03b9\u03bb\u03bf\u03be\u03b5\u03bd\u03af\u03b1\u03c2 \u03a5\u03c0\u03b1\u03bb\u03bb\u03ae\u03bb\u03c9\u03bd","publisher":{"@id":"https:\/\/philomeni.gr\/#organization"},"potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https:\/\/philomeni.gr\/?s={search_term_string}"},"query-input":{"@type":"PropertyValueSpecification","valueRequired":true,"valueName":"search_term_string"}}],"inLanguage":"en-US"},{"@type":"Organization","@id":"https:\/\/philomeni.gr\/#organization","name":"Philomeni.gr","url":"https:\/\/philomeni.gr\/","logo":{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/philomeni.gr\/#\/schema\/logo\/image\/","url":"https:\/\/philomeni.gr\/wp-content\/uploads\/2026\/04\/oberon_full_small.png","contentUrl":"https:\/\/philomeni.gr\/wp-content\/uploads\/2026\/04\/oberon_full_small.png","width":1051,"height":1012,"caption":"Philomeni.gr"},"image":{"@id":"https:\/\/philomeni.gr\/#\/schema\/logo\/image\/"}}]}},"_links":{"self":[{"href":"https:\/\/philomeni.gr\/en\/wp-json\/wp\/v2\/pages\/24","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/philomeni.gr\/en\/wp-json\/wp\/v2\/pages"}],"about":[{"href":"https:\/\/philomeni.gr\/en\/wp-json\/wp\/v2\/types\/page"}],"author":[{"embeddable":true,"href":"https:\/\/philomeni.gr\/en\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/philomeni.gr\/en\/wp-json\/wp\/v2\/comments?post=24"}],"version-history":[{"count":45,"href":"https:\/\/philomeni.gr\/en\/wp-json\/wp\/v2\/pages\/24\/revisions"}],"predecessor-version":[{"id":310,"href":"https:\/\/philomeni.gr\/en\/wp-json\/wp\/v2\/pages\/24\/revisions\/310"}],"wp:attachment":[{"href":"https:\/\/philomeni.gr\/en\/wp-json\/wp\/v2\/media?parent=24"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}