리버스
역직구 솔루션
Wat is 리버스?
리버스 is een Chrome-extensie ontwikkeld door octochrome, en de belangrijkste functie is "역직구 솔루션".
Extensie Screenshots
Download het CRX-bestand van de extensie 리버스
Download 리버스-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
https://reversell.kr 사용자 도우미 서비스 입니다.
Basisinformatie over de Extensie
Naam | 리버스 |
ID | mkbgdbdljfmijpbbbebmmfbmaehpdogi |
Officiële URL | https://chromewebstore.google.com/detail/%EB%A6%AC%EB%B2%84%EC%8A%A4/mkbgdbdljfmijpbbbebmmfbmaehpdogi |
Beschrijving | 역직구 솔루션 |
Bestandsgrootte | 5.04 MB |
Aantal Installaties | 1,018 |
Huidige Versie | 0.5.0 |
Laatst Bijgewerkt | 2023-12-01 |
Publicatiedatum | 2023-12-01 |
Beoordeling | 5.00/5 Totaal 1 Beoordelingen |
Ontwikkelaar | octochrome |
[email protected] | |
Betalingswijze | free |
Extensiewebsite | https://reversell.kr |
Help Pagina-URL | https://reversell.kr |
URL van de Privacybeleid Pagina | https://www.coudae.kr/privacy.html |
Ondersteunde Talen | ko |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "\ub9ac\ubc84\uc2a4", "version": "0.5.0", "description": "\uc5ed\uc9c1\uad6c \uc194\ub8e8\uc158", "permissions": [ "storage" ], "host_permissions": [ "*:\/\/*.coupang.com\/*", "*:\/\/*.naver.com\/*" ], "homepage_url": "https:\/\/reversell.kr", "icons": { "16": "\/assets\/REVERSE.png", "48": "\/assets\/REVERSE.png", "128": "\/assets\/REVERSE.png" }, "action": { "default_icon": "\/assets\/REVERSE.png", "default_popup": "\/dist\/popup\/index.html" }, "background": { "service_worker": "\/assets\/js\/background.js" }, "content_scripts": [ { "run_at": "document_end", "matches": [ "*:\/\/*.coupang.com\/np\/*", "*:\/\/*.coupang.com\/vp\/products\/*", "*:\/\/smartstore.naver.com\/*\/products\/*", "*:\/\/brand.naver.com\/*\/search*", "*:\/\/brand.naver.com\/*\/category\/*", "*:\/\/brand.naver.com\/*\/products\/*" ], "js": [ "\/dist\/contentScripts\/index.global.js" ] } ], "web_accessible_resources": [ { "resources": [ "*.png", "\/assets\/*.png", "\/assets\/*.gif", "\/assets\/js\/*.js", "\/dist\/contentScripts\/style.css", "\/assets\/js\/background.js" ], "matches": [ "*:\/\/*.coupang.com\/*", "*:\/\/*.naver.com\/*" ] } ] } |