PRIME Unlimited
Shop with PRIME Unlimited
PRIME Unlimitedคืออะไร?
PRIME Unlimited เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Prime Gibraltar Ltd และคุณลักษณะหลักของมันคือ "Shop with PRIME Unlimited"
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย PRIME Unlimited
ดาวน์โหลดไฟล์ส่วนขยาย PRIME Unlimited ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
Shop like a UK resident, with unlimited affordable delivery (or even free delivery) to Gibraltar from top brands like Amazon, TKMaxx, Currys PC World and more! With the PRIME Unlimited extension for Google Chrome, you can shop at many of your favourite online stores with one account in just a few clicks. Access the same great deals and product selection as other major European countries. Online shopping from Gibraltar has never been easier or cheaper! Simply browse your favourite online stores and add items to your virtual PRIME shopping cart using the toolbar that appears above the website. When you're done, click the checkout button to submit your order and we'll purchase the items on your behalf and handle all the payments, tracking and shipping. Then, we'll let you know as soon as your items have arrived in Gibraltar - it's as simple as that.
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | PRIME Unlimited |
ID | diamnfffmbdomboigbjdenkdnnghpdkl |
URL อย่างเป็นทางการ | https://chromewebstore.google.com/detail/prime-unlimited/diamnfffmbdomboigbjdenkdnnghpdkl |
คำอธิบาย | Shop with PRIME Unlimited |
ขนาดไฟล์ | 397 KB |
จำนวนการติดตั้ง | 30 |
เวอร์ชันปัจจุบัน | 1.0.0 |
อัปเดตครั้งล่าสุด | 2020-12-10 |
วันที่เผยแพร่ | 2020-12-05 |
คะแนน | 5.00/5 รวมทั้งหมด 1 คะแนน |
ผู้พัฒนา | Prime Gibraltar Ltd |
อีเมล | [email protected] |
ประเภทการชำระเงิน | free |
เว็บไซต์ส่วนขยาย | https://primegibraltar.co.uk/ |
URL หน้าช่วยเหลือ | https://primegibraltar.co.uk/contact/ |
URL หน้านโยบายความเป็นส่วนตัว | http://primegibraltar.co.uk/privacy-policy |
ภาษาที่รองรับ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "description": "Shop with PRIME Unlimited", "version": "1.0.0", "name": "PRIME Unlimited", "background": { "page": "background.html" }, "permissions": [ "storage", "alarms", "*:\/\/*.primegibraltar.co.uk\/", "activeTab" ], "browser_action": { "default_icon": "public\/icon_48x48.png" }, "content_scripts": [ { "matches": [ "http:\/\/*\/*", "https:\/\/*\/*" ], "js": [ "inject.bundle.js" ], "all_frames": false, "run_at": "document_idle" } ], "icons": { "128": "public\/icon_128x128.png" }, "web_accessible_resources": [ "public\/**\/*.png", "public\/**\/*.jpg", "public\/*.woff2", "*.html" ], "manifest_version": 2, "content_security_policy": "script-src 'self' 'unsafe-eval'; object-src 'self'" } |