Vend Age Restriction

This extension will determine a customers age before checkout

What is Vend Age Restriction?

Vend Age Restriction is a Chrome extension developed by Lutes, and its main feature is "This extension will determine a customers age before checkout".

Extension Screenshots

screenshot
screenshot
screenshot

Download Vend Age Restriction Extension CRX File

Download Vend Age Restriction extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        Enter the customers DOB from their ID while checking out in the Vend web register. Allows customized age restriction 18 years old, 21 years old, or even 5 years old.                    

Extension Basic Information

Name Vend Age Restriction Vend Age Restriction
ID behibmealfdflppiagmpcidhhbaojkmk
Official URL https://chromewebstore.google.com/detail/vend-age-restriction/behibmealfdflppiagmpcidhhbaojkmk
Description This extension will determine a customers age before checkout
File Size 42.25 KB
Installation Count 192
Current Version 1.5.0
Last Updated 2016-08-09
Publish Date 2016-08-09
Rating 3.00/5 Total 2 Ratings
Developer Lutes
Payment Type free
Supported Languages en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Vend Age Restriction",
    "description": "This extension will determine a customers age before checkout",
    "version": "1.5.0",
    "browser_action": {
        "default_icon": "icon.png",
        "default_title": "Vend Age Restriction",
        "default_popup": "options.html"
    },
    "content_scripts": [
        {
            "matches": [
                "https:\/\/*.vendhq.com\/webregister\/"
            ],
            "css": [
                "ar_style.css"
            ],
            "js": [
                "jquery.js",
                "content.js"
            ],
            "run_at": "document_end",
            "all_frames": true
        }
    ],
    "permissions": [
        "https:\/\/*.vendhq.com\/webregister\/",
        "storage"
    ]
}