옥션가격 추적기

AliPrice - Auction.co.kr에서 가격 추적

What is 옥션가격 추적기?

옥션가격 추적기 is a Chrome extension developed by aliprice3, and its main feature is "AliPrice - Auction.co.kr에서 가격 추적".

Extension Screenshots

screenshot
screenshot
screenshot

Download 옥션가격 추적기 Extension CRX File

Download 옥션가격 추적기 extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        한국인을위한 AliPrice 쇼핑 도우미는 한국 구매자를위한 쇼핑 도우미입니다
Auction.co.kr, 의 구매자를위한 가격 추적기입니다.
주요 특징:
1. 3개월 또는 6개월 이내에 Auction.co.kr에서 가격 내역 추적
2. 가격 하락 알림 받기
3. 바로가기
4. AliPrice에서 이미지로 검색하여 Aliexpress에서 유사한 제품 찾기

문제 나 조언이 있으시면 언제든지 저희에게 연락하십시오:
https://www.aliprice.com/information/index/page/contact

익명 정보 만 수집합니다.
당사는 쿠키 (브라우저에서 저장 한 작은 파일), 웹 비콘 또는 고유 한 장치 식별자와 같은 기술을 사용하여 컴퓨터 나 장치를 익명으로 식별하여 더 나은 경험을 제공 할 수 있으며, 브라우저, 운영 체제 및 IP 주소와 같은 정보도 기록합니다 자세한 내용은 개인 정보 보호 정책 - https://www.aliprice.com/information/index?page=privacy
11st는 11st.co.kr, Inc.의 상표입니다.이 확장은 11st에서 작성하거나 보증하지 않았습니다.
Auction은 Auction.co.kr, Inc.의 상표입니다.이 확장은 Auction에서 작성하거나 보증하지 않습니다.
Google 웹 로그 분석을 사용하여 익명의 사용 통계를 수집하여 사용자 경험을 개선 할 수 있지만 http://tools.google.com/dlpage/gaoptout에서 선택 해제 할 수 있습니다.

Android: https://play.google.com/store/apps/details?id=com.dengpai.aliprice
Firefox/Opera: http://aliprice.com/                    

Extension Basic Information

Name 옥션가격 추적기 옥션가격 추적기
ID ihjgcmcigcghjoolblcdcgpkefcjoaji
Official URL https://chromewebstore.google.com/detail/%EC%98%A5%EC%85%98%EA%B0%80%EA%B2%A9-%EC%B6%94%EC%A0%81%EA%B8%B0/ihjgcmcigcghjoolblcdcgpkefcjoaji
Description AliPrice - Auction.co.kr에서 가격 추적
File Size 1.52 MB
Installation Count 118
Current Version 3.0.1
Last Updated 2023-10-09
Publish Date 2021-11-20
Rating 5.00/5 Total 5 Ratings
Developer aliprice3
Email [email protected]
Payment Type free
Extension Website https://www.aliprice.com/
Help Page URL https://www.aliprice.com/information/index?page=contact
Privacy Policy Page URL https://www.aliprice.com/information/index/page/privacy
Supported Languages ko
manifest.json
{
    "name": "__MSG_EXTENSION_NAME__",
    "short_name": "__MSG_EXTENSION_NAME__",
    "description": "__MSG_EXTENSION_DESCRIPTION__",
    "version": "3.0.1",
    "manifest_version": 3,
    "default_locale": "ko",
    "homepage_url": "https:\/\/www.aliprice.com?ext_id=10208&channel=chrome&platform=auction&version=3.0.1&browser=chrome&mv=3",
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "icons": {
        "16": "icons\/16.png",
        "32": "icons\/32.png",
        "48": "icons\/48.png",
        "128": "icons\/128.png"
    },
    "background": {
        "service_worker": "assets\/js\/background.js"
    },
    "content_scripts": [
        {
            "js": [
                "assets\/js\/chunk-common.js",
                "assets\/js\/chunk-vendors.js",
                "assets\/js\/content-script.js"
            ],
            "css": [
                "assets\/css\/chunk-common.css",
                "assets\/css\/content-script.css"
            ],
            "matches": [
                "*:\/\/*.auction.co.kr\/*"
            ]
        }
    ],
    "options_ui": {
        "open_in_tab": true,
        "page": "options.html"
    },
    "action": {
        "default_icon": {
            "16": "icons\/16.png",
            "32": "icons\/32.png"
        }
    },
    "permissions": [
        "contextMenus",
        "cookies",
        "notifications",
        "scripting",
        "storage"
    ],
    "host_permissions": [
        "*:\/\/*.aliprice.com\/*",
        "*:\/\/*.auction.co.kr\/*"
    ],
    "web_accessible_resources": [
        {
            "matches": [
                "*:\/\/*.auction.co.kr\/*"
            ],
            "resources": [
                "assets\/*"
            ]
        }
    ]
}