Extension
This commit is contained in:
@@ -18,7 +18,10 @@ const CONTENT = {
|
||||
section3: '3. Drittanbieter',
|
||||
text3:
|
||||
'GreenLens nutzt technische Dienstleister fuer App-Betrieb, Analyse, Authentifizierung und In-App-Kaeufe. Dazu koennen je nach Plattform Apple, RevenueCat, PostHog oder Hosting-Anbieter gehoeren.',
|
||||
section4: '4. Kontakt',
|
||||
extensionTitle: '4. Chrome-Erweiterung und Photo Scan',
|
||||
extensionText:
|
||||
'Wenn du in der GreenLens Chrome-Erweiterung Photo Scan startest, wird nur das von dir ausgewaehlte Bild oder der von dir ausgewaehlte Bildausschnitt ueber eine verschluesselte Verbindung an GreenLens gesendet. GreenLens nutzt OpenAI als Dienstleister fuer die KI-gestuetzte Pflanzenanalyse. Die Erweiterung liest keine Browserinhalte im Hintergrund und erfasst keine Seite, bevor du Photo Scan selbst startest.',
|
||||
section4: '5. Kontakt',
|
||||
text4: 'Bei Fragen zum Datenschutz oder zu deinen Datenrechten kannst du uns per E-Mail kontaktieren.',
|
||||
},
|
||||
en: {
|
||||
@@ -34,7 +37,10 @@ const CONTENT = {
|
||||
section3: '3. Third-party services',
|
||||
text3:
|
||||
'GreenLens uses service providers for app delivery, analytics, authentication, and in-app purchases. Depending on platform and setup, this can include Apple, RevenueCat, PostHog, or hosting providers.',
|
||||
section4: '4. Contact',
|
||||
extensionTitle: '4. Chrome extension and Photo Scan',
|
||||
extensionText:
|
||||
'When you start Photo Scan in the GreenLens Chrome extension, only the image or image area you select is sent to GreenLens over an encrypted connection. GreenLens uses OpenAI as a service provider for AI-powered plant analysis. The extension does not read browser content in the background and does not capture a page unless you start Photo Scan yourself.',
|
||||
section4: '5. Contact',
|
||||
text4: 'If you have privacy questions or want to exercise your data rights, contact us by email.',
|
||||
},
|
||||
es: {
|
||||
@@ -50,7 +56,10 @@ const CONTENT = {
|
||||
section3: '3. Servicios de terceros',
|
||||
text3:
|
||||
'GreenLens utiliza proveedores para la operacion de la app, analitica, autenticacion y compras integradas. Segun la plataforma, esto puede incluir Apple, RevenueCat, PostHog o proveedores de hosting.',
|
||||
section4: '4. Contacto',
|
||||
extensionTitle: '4. Extension de Chrome y Photo Scan',
|
||||
extensionText:
|
||||
'Cuando inicias Photo Scan en la extension de Chrome de GreenLens, solo se envia a GreenLens mediante una conexion cifrada la imagen o el area de imagen que seleccionas. GreenLens utiliza OpenAI como proveedor de servicios para el analisis de plantas con IA. La extension no lee contenido del navegador en segundo plano ni captura una pagina hasta que inicias Photo Scan.',
|
||||
section4: '5. Contacto',
|
||||
text4: 'Si tienes preguntas sobre privacidad o tus derechos de datos, contactanos por correo electronico.',
|
||||
},
|
||||
}
|
||||
@@ -73,6 +82,8 @@ export default function PrivacyContent() {
|
||||
<p>{c.text2}</p>
|
||||
<h2 style={{ marginTop: '1.5rem', fontSize: '1.25rem' }}>{c.section3}</h2>
|
||||
<p>{c.text3}</p>
|
||||
<h2 style={{ marginTop: '1.5rem', fontSize: '1.25rem' }}>{c.extensionTitle}</h2>
|
||||
<p>{c.extensionText}</p>
|
||||
<h2 style={{ marginTop: '1.5rem', fontSize: '1.25rem' }}>{c.section4}</h2>
|
||||
<p>{c.text4}</p>
|
||||
<p style={{ marginTop: '0.75rem' }}>
|
||||
|
||||
Reference in New Issue
Block a user