Trial Reminders
Never forget to cancel a trial again!
什么是Trial Reminders?
Trial Reminders是由Trial Reminders开发的Chrome扩展程序,该扩展的主要功能是“Never forget to cancel a trial again!”。
扩展截图
下载Trial Reminders扩展crx文件
下载Trial Reminders扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
Never forget to cancel a free trial again. Track your trials and be reminded to cancel them before you're charged.
扩展基本信息
名称 | |
ID | folbbnglhbpipbokochehipfijemfdcc |
官方URL | https://chrome.google.com/webstore/detail/trial-reminders/folbbnglhbpipbokochehipfijemfdcc |
简介 | Never forget to cancel a trial again! |
文件大小 | 778 KB |
安装次数 | 92 |
当前版本 | 1.2 |
更新时间 | 2021-10-08 |
上架时间 | 2021-05-11 |
评分 | 5.00/5 共2次评分 |
开发者 | Trial Reminders |
电子邮箱 | [email protected] |
付费类型 | free |
扩展官网 | https://trialreminders.com |
帮助页面URL | https://trialreminders.com/support |
隐私政策页面URL | https://trialreminders.com/privacy-policy |
支持的语言 | 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" } } |