Avem Same-Day Delivery

Let Us Drive The Extra Mile For You. No Minimum Purchase Required!

Τι είναι το Avem Same-Day Delivery;

Το Avem Same-Day Delivery είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον https://joinavem.com, και η κύρια λειτουργία του είναι "Let Us Drive The Extra Mile For You. No Minimum Purchase Required!".

Στιγμιότυπα Επέκτασης

screenshot
screenshot
screenshot
screenshot
screenshot

Λήψη αρχείου CRX της επέκτασης Avem Same-Day Delivery

Λήψη αρχείων επέκτασης Avem Same-Day Delivery σε μορφή crx, εγκατάσταση των επεκτάσεων Chrome μη αυτόματα στον περιηγητή ή κοινοποίηση των αρχείων crx με φίλους για εύκολη εγκατάσταση των επεκτάσεων Chrome.

Οδηγίες Χρήσης της Επέκτασης

                        Avem provides delivery services with a focus on same-day delivery from nearby retail stores. Item prices are the same as those on the retail website for just $2.99 per delivery and without a minimum purchase requirement.

** Shop online
** Select in-store/curbside pickup
** Use Avem extension to deliver it to you

Avem currently supports most ZIP codes in Orange county & Long Beach areas. The list of supported stores and zip codes is continuously adding up as we grow.

Currently, we support Jasper Plum, Petco, Nordstrom, Target, Best Buy, Home Depot, Macy's and Walmart in the above areas. The next main release will support even more of your favorite stores!                    

Βασικές Πληροφορίες Επέκτασης

Όνομα Avem Same-Day Delivery Avem Same-Day Delivery
ID nlbkdkhjfaojbcfnpijejiagpeopgcin
Επίσημο URL https://chromewebstore.google.com/detail/avem-same-day-delivery/nlbkdkhjfaojbcfnpijejiagpeopgcin
Περιγραφή Let Us Drive The Extra Mile For You. No Minimum Purchase Required!
Μέγεθος Αρχείου 3.78 MB
Αριθμός Εγκαταστάσεων 14
Τρέχουσα Έκδοση 1.8.08
Τελευταία Ενημέρωση 2021-04-29
Ημερομηνία Δημοσίευσης 2020-03-26
Αξιολόγηση 5.00/5 Συνολικά 4 Αξιολογήσεις
Προγραμματιστής https://joinavem.com
Ηλεκτρονικό ταχυδρομείο [email protected]
Τύπος Πληρωμής free
Ιστότοπος Επέκτασης https://joinavem.com
Διεύθυνση URL της Σελίδας Βοήθειας https://joinavem.com/help
URL της Σελίδας Πολιτικής Απορρήτου https://joinavem.com/privacy-terms
Υποστηριζόμενες Γλώσσες en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Avem Same-Day Delivery",
    "version": "1.8.08",
    "description": "Let Us Drive The Extra Mile For You. No Minimum Purchase Required!",
    "icons": {
        "16": "assets\/images\/icon16.png",
        "48": "assets\/images\/icon48.png",
        "128": "assets\/images\/icon128.png"
    },
    "browser_action": {
        "default_icon": {
            "16": "assets\/images\/icon16.png",
            "48": "assets\/images\/icon48.png",
            "128": "assets\/images\/icon128.png"
        },
        "default_popup": "popup.html"
    },
    "background": {
        "scripts": [
            ".\/assets\/js\/jquery.min.js",
            ".\/assets\/js\/chrome-extension-async.js",
            ".\/assets\/js\/sweetalert.min.js",
            ".\/assets\/js\/firebase-app.js",
            ".\/assets\/js\/firebase-firestore.js",
            ".\/assets\/js\/firebase-auth.js",
            ".\/assets\/js\/firebase-remote-config.js",
            ".\/background\/images.js",
            ".\/background\/common.js"
        ]
    },
    "content_security_policy": "script-src 'self' https:\/\/www.gstatic.com\/ https:\/\/cdn.firebase.com https:\/\/*.firebaseio.com https:\/\/www.googleapis.com; object-src 'self'",
    "oauth2": {
        "client_id": "74074355376-kum3eku3vqd74ankfbgl4112rsbr1io6.apps.googleusercontent.com",
        "scopes": [
            "https:\/\/www.googleapis.com\/auth\/userinfo.email",
            "https:\/\/www.googleapis.com\/auth\/userinfo.profile",
            "profile"
        ]
    },
    "permissions": [
        "storage",
        "identity",
        ""
    ],
    "content_scripts": [
        {
            "matches": [
                "https:\/\/www.google.com\/search*"
            ],
            "js": [
                ".\/assets\/js\/chrome-extension-async.js",
                ".\/assets\/js\/jquery.min.js",
                "google\/googleSearch.js"
            ]
        },
        {
            "matches": [
                "https:\/\/www.walmart.com\/*"
            ],
            "js": [
                ".\/background\/images.js",
                ".\/assets\/js\/jquery.min.js",
                ".\/assets\/js\/chrome-extension-async.js",
                ".\/assets\/js\/sweetalert.min.js",
                ".\/assets\/js\/firebase-app.js",
                ".\/assets\/js\/firebase-firestore.js",
                ".\/assets\/js\/firebase-remote-config.js",
                ".\/background\/common.js",
                ".\/walmart\/functions.js",
                ".\/walmart\/header.js",
                ".\/walmart\/product.js",
                ".\/walmart\/cart.js",
                ".\/walmart\/search.js",
                ".\/walmart\/checkout.js"
            ]
        },
        {
            "matches": [
                "https:\/\/www.bestbuy.com\/*"
            ],
            "js": [
                ".\/background\/images.js",
                ".\/assets\/js\/jquery.min.js",
                ".\/assets\/js\/chrome-extension-async.js",
                ".\/assets\/js\/sweetalert.min.js",
                ".\/assets\/js\/firebase-app.js",
                ".\/assets\/js\/firebase-firestore.js",
                ".\/assets\/js\/firebase-remote-config.js",
                ".\/background\/common.js",
                ".\/bestbuy\/functions.js",
                ".\/bestbuy\/header.js",
                ".\/bestbuy\/search.js",
                ".\/bestbuy\/product.js",
                ".\/bestbuy\/cart.js",
                ".\/bestbuy\/checkout.js",
                ".\/bestbuy\/payment.js"
            ]
        },
        {
            "matches": [
                "https:\/\/www.macys.com\/*"
            ],
            "js": [
                ".\/background\/images.js",
                ".\/assets\/js\/jquery.min.js",
                ".\/assets\/js\/chrome-extension-async.js",
                ".\/assets\/js\/sweetalert.min.js",
                ".\/assets\/js\/firebase-app.js",
                ".\/assets\/js\/firebase-firestore.js",
                ".\/assets\/js\/firebase-remote-config.js",
                ".\/background\/common.js",
                ".\/macys\/functions.js",
                ".\/macys\/header.js",
                ".\/macys\/search.js",
                ".\/macys\/product.js",
                ".\/macys\/cart.js",
                ".\/macys\/checkout.js",
                ".\/macys\/checkoutSign.js"
            ]
        },
        {
            "matches": [
                "https:\/\/www.petco.com\/*"
            ],
            "js": [
                ".\/background\/images.js",
                ".\/assets\/js\/jquery.min.js",
                ".\/assets\/js\/chrome-extension-async.js",
                ".\/assets\/js\/sweetalert.min.js",
                ".\/assets\/js\/firebase-app.js",
                ".\/assets\/js\/firebase-firestore.js",
                ".\/assets\/js\/firebase-remote-config.js",
                ".\/background\/common.js",
                ".\/petco\/functions.js",
                ".\/petco\/header.js",
                ".\/petco\/search.js",
                ".\/petco\/product.js",
                ".\/petco\/cart.js",
                ".\/petco\/checkout.js",
                ".\/petco\/main.js"
            ]
        },
        {
            "matches": [
                "https:\/\/www.homedepot.com\/*"
            ],
            "js": [
                ".\/background\/images.js",
                ".\/assets\/js\/jquery.min.js",
                ".\/assets\/js\/chrome-extension-async.js",
                ".\/assets\/js\/sweetalert.min.js",
                ".\/assets\/js\/firebase-app.js",
                ".\/assets\/js\/firebase-firestore.js",
                ".\/assets\/js\/firebase-remote-config.js",
                ".\/background\/common.js",
                ".\/homedepot\/functions.js",
                ".\/homedepot\/header.js",
                ".\/homedepot\/search.js",
                ".\/homedepot\/product.js",
                ".\/homedepot\/cart.js",
                ".\/homedepot\/checkout.js"
            ]
        },
        {
            "matches": [
                "https:\/\/www.target.com\/*"
            ],
            "js": [
                ".\/background\/images.js",
                ".\/assets\/js\/jquery.min.js",
                ".\/assets\/js\/chrome-extension-async.js",
                ".\/assets\/js\/sweetalert.min.js",
                ".\/assets\/js\/firebase-app.js",
                ".\/assets\/js\/firebase-firestore.js",
                ".\/assets\/js\/firebase-remote-config.js",
                ".\/background\/common.js",
                ".\/target\/functions.js",
                ".\/target\/main.js",
                ".\/target\/header.js",
                ".\/target\/search.js",
                ".\/target\/product.js",
                ".\/target\/cart.js",
                ".\/target\/checkout.js"
            ]
        },
        {
            "matches": [
                "https:\/\/www.nordstrom.com\/*"
            ],
            "js": [
                ".\/background\/images.js",
                ".\/assets\/js\/jquery.min.js",
                ".\/assets\/js\/chrome-extension-async.js",
                ".\/assets\/js\/sweetalert.min.js",
                ".\/assets\/js\/firebase-app.js",
                ".\/assets\/js\/firebase-firestore.js",
                ".\/assets\/js\/firebase-remote-config.js",
                ".\/background\/common.js",
                ".\/nordstrom\/functions.js",
                ".\/nordstrom\/main.js",
                ".\/nordstrom\/header.js",
                ".\/nordstrom\/cart.js",
                ".\/nordstrom\/product.js",
                ".\/nordstrom\/checkout.js"
            ]
        },
        {
            "matches": [
                "https:\/\/jasperplum.com\/*"
            ],
            "js": [
                ".\/background\/images.js",
                ".\/assets\/js\/jquery.min.js",
                ".\/assets\/js\/chrome-extension-async.js",
                ".\/assets\/js\/sweetalert.min.js",
                ".\/assets\/js\/firebase-app.js",
                ".\/assets\/js\/firebase-firestore.js",
                ".\/assets\/js\/firebase-remote-config.js",
                ".\/background\/common.js",
                ".\/jasper\/functions.js",
                ".\/jasper\/checkout.js"
            ]
        }
    ]
}