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 |
官方網址 | 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\/*" ] } |