Prime Right Now

Amazon Prime Now 2 Hour Delivery Slot Finder

Qu'est-ce que Prime Right Now ?

Prime Right Now est une extension Chrome développée par GioKhar, et sa fonction principale est "Amazon Prime Now 2 Hour Delivery Slot Finder".

Captures d'Écran de l'Extension

screenshot
screenshot
screenshot
screenshot
screenshot

Télécharger le fichier CRX de l'extension Prime Right Now

Téléchargez les fichiers d'extension Prime Right Now au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        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.                    

Informations de Base sur l'Extension

Nom Prime Right Now Prime Right Now
ID mhemelldakgncoajkkjifdkioeigipaf
URL Officiel https://chromewebstore.google.com/detail/prime-right-now/mhemelldakgncoajkkjifdkioeigipaf
Description Amazon Prime Now 2 Hour Delivery Slot Finder
Taille du Fichier 2.63 MB
Nombre d'Installations 91
Version Actuelle 1.1.1
Dernière Mise à Jour 2020-04-17
Date de Publication 2020-04-16
Évaluation 5.00/5 Total 2 Évaluations
Développeur GioKhar
Email [email protected]
Type de Paiement free
Langues Prises en Charge 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"
}