Shippii
Shippii.com Web Browser Extension
Shippiiとは何ですか?
ShippiiはvConnect Ltd.によって開発されたChromeの拡張機能で、その主な機能は「Shippii.com Web Browser Extension」です。
拡張機能のスクリーンショット
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 |
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. |
Eメール | [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\/*" ] } |