한국어

Privacy Policy

Piryo — Coupang Price History Chrome Extension

Effective Date: February 22, 2026

Piryo (hereinafter referred to as "the Service") establishes and discloses this Privacy Policy in accordance with Article 30 of the Personal Information Protection Act to protect users' personal information and to handle related grievances promptly and smoothly.

Article 1 (Purpose of Processing Personal Information)

The Service is a Chrome browser extension that tracks and visualizes price change history of products on Coupang (coupang.com). The Service does not collect personal information. We only process product-related data necessary for service operation and do not process any information that can personally identify users.

Article 2 (Categories of Information Processed)

1. Information Transmitted to Server (piryo.mupersei.com)

To provide price history tracking functionality, the Service transmits only the following product-related information to external servers. This information is publicly available product information on the Coupang website and does not constitute personal information.

Data ItemDescriptionTransmission Timing
Product ID (productId)Coupang product unique identifierWhen querying/registering price history or requesting deeplinks
Vendor Item ID (vendorItemId)Coupang vendor product variant identifierWhen querying/registering price history or requesting deeplinks
Item ID (itemId)Coupang item identifierWhen registering price history or requesting deeplinks
Product Name (productName)Product name displayed on Coupang product pageWhen registering price history (target registration)
Product Price (price)Current selling price displayed on Coupang product pageWhen registering price history

API endpoints that transmit data to server:

POST /api/targets — Register product tracking target (vendorItemId, product name)
POST /api/history — Register price history record (vendorItemId, productId, itemId, product name, price)
GET /api/history — Query price history data (vendorItemId)
POST /api/deeplink — Request affiliate link generation (productId, vendorItemId, itemId)
GET /api/features/ad/status — Check ad feature status (no user data transmitted)

2. Information Stored Only on User Device (Local Storage)

The following information is stored only in Chrome browser's local storage (chrome.storage.local) and is not transmitted to external servers.

Storage ItemDescriptionPurpose
Registration cooldown timestampLast history registration time per product (vendorItemId: Unix timestamp)Prevent duplicate registration within 24 hours for the same product
Ad status cacheAd feature activation status (boolean)Cache to minimize server requests

3. Information Not Collected

The Service does not collect any of the following information:

  • Personal identification information such as name, email, phone number, address
  • Account information (username, password)
  • Cookies and session information
  • IP addresses
  • Device unique identifiers or browser fingerprints
  • User browsing history or search records
  • Coupang account information or payment/order information
  • Location information

Article 3 (Processing and Retention Period)

1. Server-side (Product Data)

Product-related data transmitted to the server (product ID, product name, price, etc.) is retained during the service operation period for the purpose of providing price history services. This data is publicly available product information and does not constitute personal information.

2. Local-side (Browser Storage)

Cooldown timestamps and ad status cache stored on user devices are immediately deleted when users uninstall the extension or clear browser data.

Article 4 (Provision of Information to Third Parties)

The Service does not provide collected product information to third parties. However, exceptions are made in the following cases:

  1. When requested by relevant authorities for investigation purposes as required by law
  2. When users have given prior consent

Regarding Affiliate Links: The Service participates in the Coupang Partners affiliate program. When users navigate to product pages through the extension, links or deeplinks containing Coupang Partners affiliate tags (lptag) may be used. This is in accordance with Coupang's affiliate program policies, and users' personal information is not provided to the Service operator in this process. Information received by the operator through Coupang Partners is limited to statistical information such as purchase counts and commission amounts, and does not include users' personal information (name, order details, etc.).

Article 5 (Entrustment of Information Processing)

The Service entrusts information processing as follows for smooth service provision:

TrusteeEntrusted TasksNotes
Amazon Web Services, Inc. (AWS)piryo.mupersei.com server operation and data storageStorage and provision of product price history data

When entering entrustment contracts, we specify in the contract the prohibition of processing information beyond the purpose of performing entrusted tasks and security measures in accordance with the Personal Information Protection Act.

Article 6 (Security Measures)

The Service takes the following measures to ensure information security:

  1. Transmission Encryption: All communications with the server are encrypted through HTTPS (TLS) protocol.
  2. Principle of Least Privilege: The extension requests only the minimum browser permissions necessary for service provision.
    • activeTab: Access to current active tab
    • scripting: Content script execution
    • storage: Local data storage
  3. Host Permission Restrictions: The extension operates only on coupang.com and piryo.mupersei.com domains, and does not collect or process any data on other websites.
  4. Local Data Isolation: Data stored locally is managed within the Chrome browser's extension sandbox.

Article 7 (Procedures and Methods for Information Destruction)

1. Local Data

When users uninstall the extension or reset extension data in Chrome browser settings, all locally stored data (cooldown timestamps, ad status cache) is immediately deleted.

2. Server Data

Product price history data stored on the server is publicly available product information and is retained during the service operation period. When the service terminates, related data will be destroyed without delay.

3. Destruction Methods

  • Electronic files: Permanently deleted using methods that prevent recovery
  • Records and printed materials: Shredded or incinerated

Article 8 (User Rights, Obligations, and Exercise Methods)

  1. Since the Service does not collect personal information, there is no personal information subject to requests for access, correction, deletion, or suspension of processing.
  2. Users can remove all locally stored data at any time by uninstalling the extension.
  3. For inquiries regarding product data stored on the server, please contact us using the information provided in Article 9.

Article 9 (Privacy Officer)

We have designated a Privacy Officer as follows to oversee matters related to information processing and handle related complaints and remedies:

Service Name: Piryo

Operator: mupersei

Email: mupersei@gmail.com

Article 10 (Remedies for Rights Infringement)

Users may contact the following organizations for damage relief and consultation regarding information infringement:

OrganizationContactWebsite
Personal Information Infringement Report Center (KISA)118 (no area code)privacy.kisa.or.kr
Personal Information Dispute Mediation Committee1833-6972 (no area code)kopico.go.kr
Supreme Prosecutors' Office Cyber Investigation Division1301 (no area code)spo.go.kr
National Police Agency Cyber Bureau182 (no area code)ecrm.cyber.go.kr

Article 11 (Changes to Privacy Policy)

This Privacy Policy is effective from the effective date. If there are additions, deletions, or modifications to the content due to changes in laws, policies, or services, we will notify users through the Chrome Web Store or official channels at least 7 days before the changes take effect.

Current Privacy Policy Effective Date: February 22, 2026

Appendix: Data Flow Summary

[User Browser — Coupang Website]
        │
        │  Extract product ID, product name, price from product page
        │  (Publicly available information on Coupang website)
        ▼
[Piryo Extension (Content Script)]
        │
        ├──→ [Chrome Local Storage]
        │     · Cooldown timestamp (not sent to server)
        │     · Ad status cache (not sent to server)
        ▼
[Piryo Server (piryo.mupersei.com)] ← HTTPS encrypted communication
        · Product ID, Vendor Item ID, Item ID
        · Product name, Price
        ※ No personal information transmitted
© 2026 Piryo. All rights reserved.