샵플링 플러그인

샵플링 플러그인

What is 샵플링 플러그인?

샵플링 플러그인 is a Chrome extension developed by https://www.shopling.co.kr, and its main feature is "샵플링 플러그인".

Extension Screenshots

screenshot

Download 샵플링 플러그인 Extension CRX File

Download 샵플링 플러그인 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

                        샵플링 확장프로그램 입니다.

- http 로 접근할 경우 https 리다이렉트
- 쇼핑몰 SCM 바로가기시 자동 로그인 처리
- 해외상품 스크랩
- 해외상품 스크랩시 상품 팝업 페이지 자동번역 제외                    

Extension Basic Information

Name 샵플링 플러그인 샵플링 플러그인
ID kkaohflldandkklonkginlamccaknkok
Official URL https://chromewebstore.google.com/detail/%EC%83%B5%ED%94%8C%EB%A7%81-%ED%94%8C%EB%9F%AC%EA%B7%B8%EC%9D%B8/kkaohflldandkklonkginlamccaknkok
Description 샵플링 플러그인
File Size 109 KB
Installation Count 4,652
Current Version 0.6.3
Last Updated 2024-01-10
Publish Date 2019-11-12
Developer https://www.shopling.co.kr
Email [email protected]
Payment Type free
Supported Languages ko
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "author": "Shopling",
    "name": "\uc0f5\ud50c\ub9c1 \ud50c\ub7ec\uadf8\uc778",
    "description": "\uc0f5\ud50c\ub9c1 \ud50c\ub7ec\uadf8\uc778",
    "version": "0.6.3",
    "homepage_url": "https:\/\/www.shopling.co.kr",
    "action": {
        "default_icon": "resource\/icon.png",
        "default_popup": "popup\/popup.html"
    },
    "icons": {
        "128": "resource\/icon.png"
    },
    "permissions": [
        "storage",
        "debugger"
    ],
    "host_permissions": [
        ""
    ],
    "background": {
        "service_worker": "background.js"
    },
    "content_scripts": [
        {
            "matches": [
                "http:\/\/a.shopling.co.kr\/*",
                "http:\/\/cl.shopling.co.kr\/*",
                "http:\/\/pidion.shopling.co.kr\/*"
            ],
            "run_at": "document_start",
            "js": [
                "plugin\/jquery.js",
                "library\/common.js",
                "script\/check_protocol_is_https.js"
            ]
        },
        {
            "matches": [
                "https:\/\/a.shopling.co.kr\/*",
                "https:\/\/cl.shopling.co.kr\/*",
                "https:\/\/pidion.shopling.co.kr\/*"
            ],
            "run_at": "document_idle",
            "all_frames": true,
            "js": [
                "plugin\/jquery.js",
                "library\/common.js",
                "script\/shopling_data_process.js"
            ]
        },
        {
            "matches": [
                "https:\/\/*.taobao.com\/*",
                "https:\/\/*.tmall.com\/*",
                "https:\/\/*.aliexpress.com\/*",
                "https:\/\/*.1688.com\/*",
                "https:\/\/*.rakuten.co.jp\/*",
                "https:\/\/*.amazon.co.jp\/*",
                "https:\/\/*.shopping.yahoo.co.jp\/*",
                "https:\/\/*.item.jd.com\/*",
                "https:\/\/*.temu.com\/*"
            ],
            "run_at": "document_start",
            "all_frames": true,
            "js": [
                "plugin\/jquery.js",
                "library\/common.js",
                "script\/overseas_notranslate.js",
                "script\/overseas_item_data_crawling.js"
            ]
        },
        {
            "matches": [
                "*:\/\/*\/*"
            ],
            "exclude_matches": [
                "*:\/\/a.shopling.co.kr\/*",
                "*:\/\/cl.shopling.co.kr\/*",
                "*:\/\/pidion.shopling.co.kr\/*"
            ],
            "run_at": "document_idle",
            "all_frames": true,
            "js": [
                "plugin\/jquery.js",
                "plugin\/bililiteRange.js",
                "plugin\/jquery.sendkeys.js",
                "library\/common.js",
                "script\/shopping_mall_auto_login.js"
            ]
        }
    ]
}