Shippii

Shippii.com Web Browser Extension

Wat is Shippii?

Shippii is een Chrome-extensie ontwikkeld door vConnect Ltd., en de belangrijkste functie is "Shippii.com Web Browser Extension".

Extensie Screenshots

screenshot
screenshot
screenshot

Download het CRX-bestand van de extensie Shippii

Download Shippii-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

                        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                    

Basisinformatie over de Extensie

Naam Shippii Shippii
ID jpgikddpahphnfaihfagojagjcmldgof
Officiële URL https://chromewebstore.google.com/detail/shippii/jpgikddpahphnfaihfagojagjcmldgof
Beschrijving Shippii.com Web Browser Extension
Bestandsgrootte 25.77 KB
Aantal Installaties 1,427
Huidige Versie 1.0.27
Laatst Bijgewerkt 2021-11-09
Publicatiedatum 2021-07-03
Beoordeling 3.50/5 Totaal 2 Beoordelingen
Ontwikkelaar vConnect Ltd.
E-mail [email protected]
Betalingswijze free
Extensiewebsite https://shippii.com/
Help Pagina-URL https://shippii.com/contact
URL van de Privacybeleid Pagina https://shippii.com/privacy-policy
Ondersteunde Talen 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\/*"
    ]
}