앱 사용법


이 앱은 전반적으로 발급받은 카드의 '이벤트 생애'를 관리한다.

어디서 신청했는지, 언제 발급 받았는지, 얼마나 사용해야 하는지/얼마나 돌려받는지, 언제까지 써야 하는지 등등에 대한 정보를 기입하고

그에 대해 지속적인 관리가 목적이다.

흔히 우리가 아는 신용카드 발급 이벤트는 보통 1년에 한번 기회가 주어진다.

캐시백만 받고 카드를 해지하는 체리피커가 많지만 아래와 같은 사유로 인해 카드사는 이벤트를 지속한다.

  1. 전통적인 '설계사 비용'의 전환 (비용 효율화)
  2. '락인(Lock-in) 효과'를 노린 확률 게임
  3. 부가 수익 모델 (금융 서비스)
  4. 데이터 확보 및 플랫폼 경쟁

그러니 공짜(?)로 발급받는건 아니라고 생각해도 되지 않겠는가.

아래는 스크린샷이다.

<div style="display: flex; flex-direction: row; justify-content: center; gap: 20px; margin: 20px 0; flex-wrap: wrap;">

<div style="display: flex; flex-direction: column; align-items: center;">

<img src="/uploads/cashback-tracker_20260317_101402885_11.jpg" width="300" />

<span style="margin-top: 8px; font-size: 14px; color: #666; font-weight: bold">&lt;총 금액과 수령대기 상태jpg&gt;</span>

</div>

<div style="display: flex; flex-direction: column; align-items: center;">

<img src="/uploads/cashback-tracker_20260317_101402885_10.jpg" width="300" />

<span style="margin-top: 8px; font-size: 14px; color: #666; font-weight: bold">&lt;등록된 캐시백 이벤트 목록jpg&gt;</span>

</div>

<div style="display: flex; flex-direction: column; align-items: center;">

<img src="/uploads/cashback-tracker_20260317_101402885_07.jpg" width="300" />

<span style="margin-top: 8px; font-size: 14px; color: #666; font-weight: bold">&lt;참여가능한 카드사 현황jpg&gt;</span>

</div>

<div style="display: flex; flex-direction: column; align-items: center;">

<img src="/uploads/cashback-tracker_20260317_101402885_06.jpg" width="300" />

<span style="margin-top: 8px; font-size: 14px; color: #666; font-weight: bold">&lt;외부링크 목록&gt;</span>

</div>

</div>