Shippii
Shippii.com Web Browser Extension
Shippiiคืออะไร?
Shippii เป็นส่วนขยายของ Chrome ที่พัฒนาโดย vConnect Ltd. และคุณลักษณะหลักของมันคือ "Shippii.com Web Browser Extension"
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Shippii
ดาวน์โหลดไฟล์ส่วนขยาย 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. |
อีเมล | [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\/*" ] } |