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.
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.
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 Item | Description | Transmission Timing |
|---|---|---|
| Product ID (productId) | Coupang product unique identifier | When querying/registering price history or requesting deeplinks |
| Vendor Item ID (vendorItemId) | Coupang vendor product variant identifier | When querying/registering price history or requesting deeplinks |
| Item ID (itemId) | Coupang item identifier | When registering price history or requesting deeplinks |
| Product Name (productName) | Product name displayed on Coupang product page | When registering price history (target registration) |
| Product Price (price) | Current selling price displayed on Coupang product page | When 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)The following information is stored only in Chrome browser's local storage (chrome.storage.local) and is not transmitted to external servers.
| Storage Item | Description | Purpose |
|---|---|---|
| Registration cooldown timestamp | Last history registration time per product (vendorItemId: Unix timestamp) | Prevent duplicate registration within 24 hours for the same product |
| Ad status cache | Ad feature activation status (boolean) | Cache to minimize server requests |
The Service does not collect any of the following information:
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.
Cooldown timestamps and ad status cache stored on user devices are immediately deleted when users uninstall the extension or clear browser data.
The Service does not provide collected product information to third parties. However, exceptions are made in the following cases:
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.).
The Service entrusts information processing as follows for smooth service provision:
| Trustee | Entrusted Tasks | Notes |
|---|---|---|
| Amazon Web Services, Inc. (AWS) | piryo.mupersei.com server operation and data storage | Storage 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.
The Service takes the following measures to ensure information security:
activeTab: Access to current active tabscripting: Content script executionstorage: Local data storagecoupang.com and piryo.mupersei.com domains, and does not collect or process any data on other websites.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.
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.
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
Users may contact the following organizations for damage relief and consultation regarding information infringement:
| Organization | Contact | Website |
|---|---|---|
| Personal Information Infringement Report Center (KISA) | 118 (no area code) | privacy.kisa.or.kr |
| Personal Information Dispute Mediation Committee | 1833-6972 (no area code) | kopico.go.kr |
| Supreme Prosecutors' Office Cyber Investigation Division | 1301 (no area code) | spo.go.kr |
| National Police Agency Cyber Bureau | 182 (no area code) | ecrm.cyber.go.kr |
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
[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