PRIME Unlimited
Shop with PRIME Unlimited
PRIME Unlimited란 무엇입니까?
PRIME Unlimited은(는) Prime Gibraltar Ltd에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Shop with PRIME Unlimited"입니다.
확장 프로그램 스크린샷
PRIME Unlimited 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
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'" } |