Subshero
Subshero manages your subscriptions from all the platforms under a single dashboard.
Subsheroคืออะไร?
Subshero เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Novatec Consulting และคุณลักษณะหลักของมันคือ "Subshero manages your subscriptions from all the platforms under a single dashboard."
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Subshero
ดาวน์โหลดไฟล์ส่วนขยาย Subshero ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
Are you struggling to keep up with the subscription management? With Subshero, you'll have everything you need to stay on top of your game. Our subscription management platform lets you manage billing and revenue on a monthly, quarterly, or annual basis. Get Notified before the cycle ends. This way, you can effortlessly track your spendings to avoid any unexpected costs. Additionally, our platform provides comprehensive reporting that lets you understand your spendings and savings in detail. Why wait? Try Subshero today! ✨ Key Features ▶️ Renewal Notifications – When the due date is near, we will notify you ▶️ Track Billing - Track your billing and get a clear view of your cash flow ▶️ Smart Saving - Got a Free Trail? Set a reminder to cancel your subscription on time ▶️ Track Expenses - Your monthly expenses are always in front of you. ▶️ Manage Subscriptions - Add all the subscription details in one place. 💰 Pricing Plans Get Started for Free – Track Up to 20 Subs Pro Plan at $39/year – Track Unlimited Subs
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | |
ID | incaeboloiedljgmlnlbcojkigaflnch |
URL อย่างเป็นทางการ | https://chromewebstore.google.com/detail/subshero/incaeboloiedljgmlnlbcojkigaflnch |
คำอธิบาย | Subshero manages your subscriptions from all the platforms under a single dashboard. |
ขนาดไฟล์ | 1.62 MB |
จำนวนการติดตั้ง | 92 |
เวอร์ชันปัจจุบัน | 1.0.2 |
อัปเดตครั้งล่าสุด | 2022-10-05 |
วันที่เผยแพร่ | 2022-04-06 |
คะแนน | 5.00/5 รวมทั้งหมด 1 คะแนน |
ผู้พัฒนา | Novatec Consulting |
อีเมล | [email protected] |
ประเภทการชำระเงิน | free |
เว็บไซต์ส่วนขยาย | https://subshero.com/ |
URL หน้าช่วยเหลือ | https://subshero.com/support/ |
URL หน้านโยบายความเป็นส่วนตัว | https://subshero.com/privacy-policy |
ภาษาที่รองรับ | en-US |
manifest.json | |
{ "name": "Subshero", "description": "Subshero manages your subscriptions from all the platforms under a single dashboard.", "version": "1.0.2", "manifest_version": 3, "permissions": [ "activeTab" ], "update_url": "http:\/\/clients2.google.com\/service\/update2\/crx", "background": { "service_worker": "background.js" }, "action": { "default_title": "Subshero", "default_popup": "popups\/auth\/login.html", "default_icon": { "64": "assets\/images\/icons\/64.png" } }, "icons": { "64": "assets\/images\/icons\/64.png" }, "storage": { "base_url": "https:\/\/app.subshero.com\/", "api_url": "https:\/\/app.subshero.com\/api\/v1\/" } } |