G마켓 가격 추적기
AliPrice - Gmarket.co.kr에서 가격 추적
What is G마켓 가격 추적기?
G마켓 가격 추적기 is a Chrome extension developed by aliprice3, and its main feature is "AliPrice - Gmarket.co.kr에서 가격 추적".
Extension Screenshots
Download G마켓 가격 추적기 Extension CRX File
Download G마켓 가격 추적기 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
Gmarket의 편리한 바로가기 출시 예정: 1. 3/6개월 이내 가격 내역 2. 바로 가기 3. 알리 익스프레스에서 유사한 제품을 찾으려면 AliPrice.com에서 이미지로 검색하십시오. Gmarket은 Gmarket, Inc.의 상표입니다. 이 확장 프로그램은 Gmarket에서 만들거나 보증하지 않았습니다. 당사는 더 나은 경험을 제공할 수 있도록 쿠키(귀하의 브라우저에 저장되는 작은 파일), 웹 비콘 또는 고유한 장치 식별자와 같은 기술을 사용하여 귀하의 컴퓨터나 장치를 익명으로 식별합니다. 당사 시스템은 또한 귀하의 브라우저, 운영 체제 및 IP 주소와 같은 정보를 기록합니다. 자세한 내용은 개인 정보 보호 정책 - https://www.aliprice.com/information/index?page=privacy를 참조하십시오. 문제나 조언이 있으면 언제든지 알려주십시오. https://www.aliprice.com/information/index?page=contact
Extension Basic Information
Name | G마켓 가격 추적기 |
ID | ljefnchfpgdbholmkelddgdkkonfgdcm |
Official URL | https://chromewebstore.google.com/detail/g%EB%A7%88%EC%BC%93-%EA%B0%80%EA%B2%A9-%EC%B6%94%EC%A0%81%EA%B8%B0/ljefnchfpgdbholmkelddgdkkonfgdcm |
Description | AliPrice - Gmarket.co.kr에서 가격 추적 |
File Size | 1.52 MB |
Installation Count | 138 |
Current Version | 3.0.2 |
Last Updated | 2023-09-23 |
Publish Date | 2022-01-07 |
Rating | 5.00/5 Total 17 Ratings |
Developer | aliprice3 |
[email protected] | |
Payment Type | free |
Extension Website | https://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.2", "manifest_version": 3, "default_locale": "ko", "homepage_url": "https:\/\/www.aliprice.com?ext_id=10251&channel=chrome&platform=gmarket&version=3.0.2&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": [ "*:\/\/*.gmarket.co.kr\/*" ] } ], "options_ui": { "open_in_tab": true, "page": "options.html" }, "action": { "default_icon": { "16": "icons\/16.png", "32": "icons\/32.png" }, "default_popup": "popup.html" }, "permissions": [ "alarms", "contextMenus", "cookies", "notifications", "scripting", "storage" ], "host_permissions": [ "*:\/\/*.aliprice.com\/*", "*:\/\/*.gmarket.co.kr\/*" ], "web_accessible_resources": [ { "matches": [ "*:\/\/*.gmarket.co.kr\/*" ], "resources": [ "assets\/*" ] } ] } |