샵플링 플러그인

샵플링 플러그인

샵플링 플러그인 là gì?

샵플링 플러그인 là một tiện ích mở rộng Chrome được phát triển bởi https://www.shopling.co.kr, và tính năng chính của nó là "샵플링 플러그인".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot

Tải xuống tệp CRX của tiện ích mở rộng 샵플링 플러그인

Tải xuống các tệp mở rộng 샵플링 플러그인 dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

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

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

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên 샵플링 플러그인 샵플링 플러그인
ID kkaohflldandkklonkginlamccaknkok
URL Chính Thức 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
Mô tả 샵플링 플러그인
Kích Thước Tệp 109 KB
Số Lần Cài Đặt 4,652
Phiên Bản Hiện Tại 0.6.3
Cập Nhật Lần Cuối 2024-01-10
Ngày Phát Hành 2019-11-12
Nhà Phát Triển https://www.shopling.co.kr
Email [email protected]
Loại Thanh Toán free
Ngôn Ngữ Được Hỗ Trợ 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"
            ]
        }
    ]
}