도매꾹 가격 추적기

Domeggook.com에서 가격 내역 추적

What is 도매꾹 가격 추적기?

도매꾹 가격 추적기 is a Chrome extension developed by aliprice4, and its main feature is "Domeggook.com에서 가격 내역 추적".

Extension Screenshots

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

                        주요 기능:
1. 가격 기록 차트, 3/6 개월 이내의 가격 기록을 표시합니다.
2. AliPrice에서 이미지로 검색하여 알리익스프레스, 이베이, 타오바오 등에서 유사한 제품을 찾을 수 있습니다.

도매꾹은 Domeggook.com의 상표입니다. 이 확장 프로그램은 Domeggook.com에서 만들거나 보증하지 않습니다.
질문이나 제안 사항이 있으시면 언제든지 저희에게 연락해 주세요:
https://www.aliprice.com/information/index?page=contact
AliPrice 확장 프로그램을 설치하면 "AliPrice 서비스 약관"에 동의하고 확장 프로그램이 도매꾹 제휴 프로그램 링크로 리디렉션되도록 허용하는 것입니다. 
AliPrice 서비스 약관 - https://www.aliprice.com/information/index/page/term_of_use                    

Extension Basic Information

Name 도매꾹 가격 추적기 도매꾹 가격 추적기
ID jddeaeibjkgngkllbfnmcikcgnmkfkik
Official URL https://chromewebstore.google.com/detail/%EB%8F%84%EB%A7%A4%EA%BE%B9-%EA%B0%80%EA%B2%A9-%EC%B6%94%EC%A0%81%EA%B8%B0/jddeaeibjkgngkllbfnmcikcgnmkfkik
Description Domeggook.com에서 가격 내역 추적
File Size 1.66 MB
Installation Count 73
Current Version 2.0.0
Last Updated 2023-09-07
Publish Date 2023-09-07
Rating 5.00/5 Total 2 Ratings
Developer aliprice4
Email [email protected]
Payment Type free
Extension Website https://www.aliprice.com/
Help Page URL https://www.aliprice.com/information/index/page/contact?from=www_footer
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": "2.0.0",
    "manifest_version": 3,
    "default_locale": "ko",
    "homepage_url": "https:\/\/www.aliprice.com?ext_id=10431&channel=chrome&platform=domeggook&version=2.0.0&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": [
                "*:\/\/*.domeggook.com\/*"
            ]
        }
    ],
    "options_ui": {
        "open_in_tab": true,
        "page": "options.html"
    },
    "action": {
        "default_icon": {
            "16": "icons\/16.png",
            "32": "icons\/32.png"
        }
    },
    "permissions": [
        "alarms",
        "contextMenus",
        "cookies",
        "notifications",
        "storage"
    ],
    "host_permissions": [
        "*:\/\/*.aliprice.com\/*",
        "*:\/\/*.domeggook.com\/*"
    ],
    "web_accessible_resources": [
        {
            "matches": [
                "*:\/\/*.domeggook.com\/*"
            ],
            "resources": [
                "assets\/*"
            ]
        }
    ]
}