Trial Reminders

Never forget to cancel a trial again!

什麼是Trial Reminders?

Trial Reminders是由Trial Reminders開發的Chrome擴展程式,該擴展的主要功能是“Never forget to cancel a trial again!”。

擴展截圖

screenshot
screenshot

下載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.                    

擴展基本資訊

名稱 Trial Reminders Trial Reminders
ID folbbnglhbpipbokochehipfijemfdcc
官方網址 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"
    }
}