PRIME Unlimited

Shop with PRIME Unlimited

什麼是PRIME Unlimited?

PRIME Unlimited是由Prime Gibraltar Ltd開發的Chrome擴展程式,該擴展的主要功能是“Shop with PRIME Unlimited”。

擴展截圖

screenshot
screenshot
screenshot

下載PRIME Unlimited擴展crx文件

下載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 PRIME Unlimited
ID diamnfffmbdomboigbjdenkdnnghpdkl
官方網址 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'"
}