리버스
역직구 솔루션
리버스とは何ですか?
리버스はoctochromeによって開発されたChromeの拡張機能で、その主な機能は「역직구 솔루션」です。
拡張機能のスクリーンショット
리버스拡張機能のCRXファイルをダウンロード
리버스拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
                        https://reversell.kr 사용자 도우미 서비스 입니다.                     拡張機能の基本情報
| 名前 |   |  
| ID | mkbgdbdljfmijpbbbebmmfbmaehpdogi | 
| 公式URL | https://chromewebstore.google.com/detail/%EB%A6%AC%EB%B2%84%EC%8A%A4/mkbgdbdljfmijpbbbebmmfbmaehpdogi | 
| 説明 | 역직구 솔루션 | 
| ファイルサイズ | 5.04 MB | 
| インストール数 | 1,018 | 
| 現在のバージョン | 0.5.0 | 
| 最終更新日 | 2023-12-01 | 
| 公開日 | 2023-12-01 | 
| 評価 | 5.00/5 合計 1 レビュー | 
| 開発者 | octochrome | 
| Eメール | [email protected] | 
| 支払い方法 | free | 
| 拡張機能のウェブサイト | https://reversell.kr | 
| ヘルプページのURL | https://reversell.kr | 
| プライバシーポリシーページのURL | https://www.coudae.kr/privacy.html | 
| 対応言語 | 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\/*"
            ]
        }
    ]
}  |  |