Prime Right Now

Amazon Prime Now 2 Hour Delivery Slot Finder

Prime Right Nowとは何ですか?

Prime Right NowはGioKharによって開発されたChromeの拡張機能で、その主な機能は「Amazon Prime Now 2 Hour Delivery Slot Finder」です。

拡張機能のスクリーンショット

screenshot
screenshot
screenshot
screenshot
screenshot

Prime Right Now拡張機能のCRXファイルをダウンロード

Prime Right Now拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。

拡張機能の使用方法

                        If you would like to find your prime now delivery slots fast, this extension is for you. You have already been spending so much time waiting for the midnight or trying your luck during the day to find any 2-hour delivery slots on amazon grocery shopping. 

Supports Amazon WHOLE FOODS. We are currently working on supporting Amazon FRESH, should be ready to go very soon.

The wait is over, simply turn on Prime Right Now extension and it will do all the work for you.

If you experience any bugs PLEASE report them using the feedback button, we are willing to fix them as soon as possible.                    

拡張機能の基本情報

名前 Prime Right Now Prime Right Now
ID mhemelldakgncoajkkjifdkioeigipaf
公式URL https://chromewebstore.google.com/detail/prime-right-now/mhemelldakgncoajkkjifdkioeigipaf
説明 Amazon Prime Now 2 Hour Delivery Slot Finder
ファイルサイズ 2.63 MB
インストール数 91
現在のバージョン 1.1.1
最終更新日 2020-04-17
公開日 2020-04-16
評価 5.00/5 合計 2 レビュー
開発者 GioKhar
Eメール [email protected]
支払い方法 free
対応言語 en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Prime Right Now",
    "version": "1.1.1",
    "manifest_version": 2,
    "description": "Amazon Prime Now 2 Hour Delivery Slot Finder",
    "icons": {
        "16": "images\/logo-16.png",
        "48": "images\/logo-48.png",
        "128": "images\/logo-128.png"
    },
    "permissions": [
        "cookies",
        "storage",
        "*:\/\/*.amazon.com\/*"
    ],
    "content_scripts": [
        {
            "matches": [
                "*:\/\/*.amazon.com\/*"
            ],
            "js": [
                "js\/content.js"
            ]
        }
    ],
    "browser_action": {
        "default_popup": "popup.html",
        "default_title": "Prime",
        "default_icon": "images\/icons\/logo-disabled-38.png"
    },
    "background": {
        "scripts": [
            "js\/background.js"
        ],
        "persistent": true
    },
    "author": "Giorgi Kharshiladze"
}