Trial Reminders
Never forget to cancel a trial again!
What is Trial Reminders?
Trial Reminders is a Chrome extension developed by Trial Reminders, and its main feature is "Never forget to cancel a trial again!".
Extension Screenshots
Download Trial Reminders Extension CRX File
Download Trial Reminders 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
Never forget to cancel a free trial again. Track your trials and be reminded to cancel them before you're charged.
Extension Basic Information
Name | |
ID | folbbnglhbpipbokochehipfijemfdcc |
Official URL | https://chrome.google.com/webstore/detail/trial-reminders/folbbnglhbpipbokochehipfijemfdcc |
Description | Never forget to cancel a trial again! |
File Size | 778 KB |
Installation Count | 92 |
Current Version | 1.2 |
Last Updated | 2021-10-08 |
Publish Date | 2021-05-11 |
Rating | 5.00/5 Total 2 Ratings |
Developer | Trial Reminders |
[email protected] | |
Payment Type | free |
Extension Website | https://trialreminders.com |
Help Page URL | https://trialreminders.com/support |
Privacy Policy Page URL | https://trialreminders.com/privacy-policy |
Supported Languages | en-GB |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "short_name": "Trial Reminders", "name": "Trial Reminders", "description": "Never forget to cancel a trial again!", "version": "1.2", "manifest_version": 2, "permissions": [ "https:\/\/trialreminders.com\/", "https:\/\/www.trialreminders.com\/", "https:\/\/trial-reminders-prod.eu.auth0.com\/", "storage" ], "browser_action": { "default_popup": "index.html", "default_title": "Open Trial Reminders" }, "icons": { "16": "logo192.png", "48": "logo192.png", "128": "logo192.png" } } |