Shippii
Shippii.com Web Browser Extension
What is Shippii?
Shippii is a Chrome extension developed by vConnect Ltd., and its main feature is "Shippii.com Web Browser Extension".
Extension Screenshots
Download Shippii Extension CRX File
Download Shippii extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
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
Extension Basic Information
Name | Shippii |
ID | jpgikddpahphnfaihfagojagjcmldgof |
Official URL | https://chromewebstore.google.com/detail/shippii/jpgikddpahphnfaihfagojagjcmldgof |
Description | Shippii.com Web Browser Extension |
File Size | 25.77 KB |
Installation Count | 1,427 |
Current Version | 1.0.27 |
Last Updated | 2021-11-09 |
Publish Date | 2021-07-03 |
Rating | 3.50/5 Total 2 Ratings |
Developer | vConnect Ltd. |
[email protected] | |
Payment Type | free |
Extension Website | https://shippii.com/ |
Help Page URL | https://shippii.com/contact |
Privacy Policy Page URL | https://shippii.com/privacy-policy |
Supported Languages | 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\/*" ] } |