Subshero
Subshero manages your subscriptions from all the platforms under a single dashboard.
Subshero란 무엇입니까?
Subshero은(는) Novatec Consulting에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Subshero manages your subscriptions from all the platforms under a single dashboard."입니다.
확장 프로그램 스크린샷
Subshero 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
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\/" } } |