샵플링 플러그인

샵플링 플러그인

Apa itu 샵플링 플러그인?

샵플링 플러그인 adalah ekstensi Chrome yang dikembangkan oleh https://www.shopling.co.kr, dan fitur utamanya adalah "샵플링 플러그인".

Screenshot Ekstensi

screenshot

Unduh Berkas CRX Ekstensi 샵플링 플러그인

Unduh file ekstensi 샵플링 플러그인 dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.

Petunjuk Penggunaan Ekstensi

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

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

Informasi Dasar Ekstensi

Nama 샵플링 플러그인 샵플링 플러그인
ID kkaohflldandkklonkginlamccaknkok
URL Resmi 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
Deskripsi 샵플링 플러그인
Ukuran File 109 KB
Jumlah Instalasi 4,652
Versi Saat Ini 0.6.3
Terakhir Diperbarui 2024-01-10
Tanggal Publikasi 2019-11-12
Pengembang https://www.shopling.co.kr
Email [email protected]
Tipe Pembayaran free
Bahasa yang Didukung 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"
            ]
        }
    ]
}