Ssg 가격 추적기
AliPrice - Ssg.com에서 가격 추적
What is Ssg 가격 추적기?
Ssg 가격 추적기 is a Chrome extension developed by aliprice2, and its main feature is "AliPrice - Ssg.com에서 가격 추적".
Download Ssg 가격 추적기 Extension CRX File
Download Ssg 가격 추적기 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. SSG.com에서 3개월 또는 6개월 이내에 가격 내역 추적 2. 바로가기 3. AliPrice.com에서 우클릭 이미지 검색 SSG는 SSG, Inc.의 상표입니다. 이 확장 프로그램은 SSG에서 만들거나 보증하지 않습니다. 당사는 쿠키(브라우저에 저장된 작은 파일), 웹 비콘 또는 고유한 장치 식별자와 같은 기술을 사용하여 더 나은 경험을 제공하기 위해 컴퓨터나 장치를 익명으로 식별합니다. 당사 시스템은 귀하의 브라우저, 운영 체제 및 IP 주소와 같은 정보도 기록합니다. 자세한 내용은 개인 정보 보호 정책 - https://www.aliprice.com/information/index?page=privacy를 참조하십시오. 문제나 조언이 있으면 언제든지 알려주세요. https://www.aliprice.com/information/index?page=contact
Extension Basic Information
Name | Ssg 가격 추적기 |
ID | ffnddgjbhobclelkklijnjlmgagnaoee |
Official URL | https://chromewebstore.google.com/detail/ssg-%EA%B0%80%EA%B2%A9-%EC%B6%94%EC%A0%81%EA%B8%B0/ffnddgjbhobclelkklijnjlmgagnaoee |
Description | AliPrice - Ssg.com에서 가격 추적 |
File Size | 1.57 MB |
Installation Count | 240 |
Current Version | 3.0.1 |
Last Updated | 2023-10-06 |
Publish Date | 2019-10-22 |
Rating | 4.93/5 Total 55 Ratings |
Developer | aliprice2 |
[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=10536&channel=chrome&platform=ssg&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": [ "*:\/\/*.ssg.com\/*" ] } ], "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", "storage" ], "host_permissions": [ "*:\/\/*.aliprice.com\/*", "*:\/\/*.ssg.com\/*" ], "web_accessible_resources": [ { "matches": [ "*:\/\/*.ssg.com\/*" ], "resources": [ "assets\/*" ] } ] } |