Ssg 가격 추적기
AliPrice - Ssg.com에서 가격 추적
Cos'è Ssg 가격 추적기?
Ssg 가격 추적기 è un'estensione di Chrome sviluppata da aliprice2, e la sua funzione principale è "AliPrice - Ssg.com에서 가격 추적".
Scarica il file CRX dell'estensione Ssg 가격 추적기
Scarica i file di estensione Ssg 가격 추적기 in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.
Istruzioni per l'Uso dell'Estensione
주요 특징:
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 Informazioni di Base sull'Estensione
| Nome | |
| ID | ffnddgjbhobclelkklijnjlmgagnaoee |
| URL Ufficiale | https://chromewebstore.google.com/detail/ssg-%EA%B0%80%EA%B2%A9-%EC%B6%94%EC%A0%81%EA%B8%B0/ffnddgjbhobclelkklijnjlmgagnaoee |
| Descrizione | AliPrice - Ssg.com에서 가격 추적 |
| Dimensione del File | 1.57 MB |
| Conteggio Installazioni | 240 |
| Versione Corrente | 3.0.1 |
| Ultimo Aggiornamento | 2023-10-06 |
| Data di Pubblicazione | 2019-10-22 |
| Valutazione | 4.93/5 Totale 55 Valutazioni |
| Sviluppatore | aliprice2 |
| [email protected] | |
| Tipo di Pagamento | free |
| Sito Web dell'Estensione | https://www.aliprice.com/ |
| URL della Pagina di Aiuto | https://www.aliprice.com/information/index?page=contact |
| URL della Pagina della Politica sulla Privacy | https://www.aliprice.com/information/index/page/privacy |
| Lingue Supportate | 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\/*"
]
}
]
} | |