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 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        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"
}