Shippii

Shippii.com Web Browser Extension

什么是Shippii?

Shippii是由vConnect Ltd.开发的Chrome扩展程序,该扩展的主要功能是“Shippii.com Web Browser Extension”。

扩展截图

screenshot
screenshot
screenshot

下载Shippii扩展crx文件

下载Shippii扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

                        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\/*"
    ]
}