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
公式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
Eメール [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'"
}