Eve Health - Period Tracker & Pregnancy App
Try Eve - ovulation calendar, period tracker and pregnancy app.
Wat is Eve Health - Period Tracker & Pregnancy App?
Eve Health - Period Tracker & Pregnancy App is een Chrome-extensie ontwikkeld door Moon Vibe, en de belangrijkste functie is "Try Eve - ovulation calendar, period tracker and pregnancy app.".
Extensie Screenshots
Download het CRX-bestand van de extensie Eve Health - Period Tracker & Pregnancy App
Download Eve Health - Period Tracker & Pregnancy App-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
Eve Health is your go-to digital fertility predictor for women. Our period calendar is easy to use, and the application goes way beyond that. Install Eve today!
Basisinformatie over de Extensie
Naam | |
ID | ahlnhmmdbopfjhcclcmnpnljoomfklel |
Officiële URL | https://chrome.google.com/webstore/detail/eve-health-period-tracker/ahlnhmmdbopfjhcclcmnpnljoomfklel |
Beschrijving | Try Eve - ovulation calendar, period tracker and pregnancy app. |
Bestandsgrootte | 72.46 KB |
Aantal Installaties | 211 |
Huidige Versie | 1.0.1 |
Laatst Bijgewerkt | 2021-04-07 |
Publicatiedatum | 2021-03-24 |
Beoordeling | 4.00/5 Totaal 1 Beoordelingen |
Ontwikkelaar | Moon Vibe |
[email protected] | |
Betalingswijze | free |
URL van de Privacybeleid Pagina | https://horoscopelifestyle.web.app/privacy-policy |
Ondersteunde Talen | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "__MSG_name__", "version": "1.0.1", "manifest_version": 2, "description": "__MSG_description__", "default_locale": "en", "background": { "scripts": [ "js\/background.js" ] }, "browser_action": { "default_title": "__MSG_name__", "default_icon": "images\/icon32.png", "default_popup": "index.html" }, "icons": { "16": "images\/icon16.png", "32": "images\/icon32.png", "192": "images\/icon192.png" }, "content_scripts": [ { "matches": [ "*:\/\/*\/*" ], "js": [ "js\/content.js" ], "css": [ "css\/content.css" ] } ], "permissions": [ "storage" ], "web_accessible_resources": [ "images\/wid.png" ] } |