Shippii

Shippii.com Web Browser Extension

Shippii란 무엇입니까?

Shippii은(는) vConnect Ltd.에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Shippii.com Web Browser Extension"입니다.

확장 프로그램 스크린샷

screenshot
screenshot
screenshot

Shippii 확장 프로그램 CRX 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        Shippii shopping browser extension provides user the possibility to use shippii external checkout for ordering shipment for their packages. Shippii is external shipping provider that allows you to select variety of shipping methods in order to deliver your goods to any place in Scandinavia.

Extension exclusively works only with our partners websites such as:
netpris.dk
discandooo.com
netpris.net
247kiosk.se                    

확장 프로그램 기본 정보

이름 Shippii Shippii
ID jpgikddpahphnfaihfagojagjcmldgof
공식 URL https://chromewebstore.google.com/detail/shippii/jpgikddpahphnfaihfagojagjcmldgof
설명 Shippii.com Web Browser Extension
파일 크기 25.77 KB
설치 횟수 1,427
현재 버전 1.0.27
최근 업데이트 2021-11-09
출시 날짜 2021-07-03
평점 3.50/5 총 2 개의 평점
개발자 vConnect Ltd.
이메일 [email protected]
결제 유형 free
확장 프로그램 웹 사이트 https://shippii.com/
도움말 페이지 URL https://shippii.com/contact
개인정보 보호 정책 페이지 URL https://shippii.com/privacy-policy
지원되는 언어 de,en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "__MSG_appName__",
    "version": "1.0.27",
    "description": "__MSG_appDescription__",
    "manifest_version": 2,
    "default_locale": "en",
    "content_scripts": [
        {
            "js": [
                "content.js"
            ],
            "matches": [
                "https:\/\/*.bh-netpris-net-dev.vconnect.dev\/*",
                "https:\/\/*.netpris.dk\/*",
                "https:\/\/*.netpris.net\/*",
                "https:\/\/*.discandooo.com\/*",
                "https:\/\/*.247kiosk.se\/*",
                "https:\/\/*.bh-netpris-dk-dev.vconnect.dev\/*"
            ],
            "run_at": "document_end",
            "css": [
                "css\/shippii.css"
            ],
            "exclude_matches": [
                "https:\/\/*\/admin\/*"
            ]
        }
    ],
    "permissions": [
        "storage",
        "https:\/\/test-api.shippii.com\/*",
        "https:\/\/api.shippii.com\/*"
    ],
    "icons": {
        "16": "favicon.png",
        "48": "favicon.png",
        "128": "favicon.png"
    },
    "web_accessible_resources": [
        "images\/*"
    ]
}