PRIME Unlimited
Shop with PRIME Unlimited
PRIME Unlimited क्या है?
PRIME Unlimited Prime Gibraltar Ltd द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Shop with PRIME Unlimited"।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में PRIME Unlimited एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ 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'" } |