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
电子邮箱 [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"
}