Eve Health - Period Tracker & Pregnancy App
Try Eve - ovulation calendar, period tracker and pregnancy app.
What is Eve Health - Period Tracker & Pregnancy App?
Eve Health - Period Tracker & Pregnancy App is a Chrome extension developed by Moon Vibe, and its main feature is "Try Eve - ovulation calendar, period tracker and pregnancy app.".
Extension Screenshots
Download Eve Health - Period Tracker & Pregnancy App Extension CRX File
Download Eve Health - Period Tracker & Pregnancy App extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
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!
Extension Basic Information
Name | |
ID | ahlnhmmdbopfjhcclcmnpnljoomfklel |
Official URL | https://chrome.google.com/webstore/detail/eve-health-period-tracker/ahlnhmmdbopfjhcclcmnpnljoomfklel |
Description | Try Eve - ovulation calendar, period tracker and pregnancy app. |
File Size | 72.46 KB |
Installation Count | 211 |
Current Version | 1.0.1 |
Last Updated | 2021-04-07 |
Publish Date | 2021-03-24 |
Rating | 4.00/5 Total 1 Ratings |
Developer | Moon Vibe |
[email protected] | |
Payment Type | free |
Privacy Policy Page URL | https://horoscopelifestyle.web.app/privacy-policy |
Supported Languages | 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" ] } |