Trial Reminders
Never forget to cancel a trial again!
Trial Remindersคืออะไร?
Trial Reminders เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Trial Reminders และคุณลักษณะหลักของมันคือ "Never forget to cancel a trial again!"
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Trial Reminders
ดาวน์โหลดไฟล์ส่วนขยาย 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" } } |