DMV Appointement Checker

Monitor latest appointment availabilities for the Californian Department of Motor Vehicle

What is DMV Appointement Checker?

DMV Appointement Checker is a Chrome extension developed by https://tonoid.com, and its main feature is "Monitor latest appointment availabilities for the Californian Department of Motor Vehicle".

Extension Screenshots

screenshot
screenshot
screenshot

Download DMV Appointement Checker Extension CRX File

Download DMV Appointement Checker 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

                        Monitor latest appointment availabilities for the Californian Department of Motor Vehicle                    

Extension Basic Information

Name DMV Appointement Checker DMV Appointement Checker
ID pilicigppihnlfgeifeoaehaamhdknji
Official URL https://chromewebstore.google.com/detail/dmv-appointement-checker/pilicigppihnlfgeifeoaehaamhdknji
Description Monitor latest appointment availabilities for the Californian Department of Motor Vehicle
File Size 82.51 KB
Installation Count 170
Current Version 1.3
Last Updated 2020-03-06
Publish Date 2020-03-04
Rating 4.00/5 Total 1 Ratings
Developer https://tonoid.com
Payment Type free
Extension Website https://www.tonoid.com
Supported Languages en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "DMV Appointement Checker",
    "short_name": "dmv-appointement-checker",
    "description": "Monitor latest appointment availabilities for the Californian Department of Motor Vehicle",
    "version": "1.3",
    "author": "Simo Elalj ",
    "options_page": "options.html",
    "icons": {
        "16": "16.png",
        "48": "48.png",
        "128": "128.png"
    },
    "content_scripts": [
        {
            "matches": [
                "https:\/\/www.dmv.ca.gov\/wasapp\/foa\/*"
            ],
            "js": [
                "content-script.js"
            ],
            "run_at": "document_end"
        }
    ],
    "content_security_policy": "script-src 'self' https:\/\/www.google-analytics.com; object-src 'self'",
    "background": {
        "scripts": [
            "background.js"
        ]
    },
    "permissions": [
        "storage",
        "tabs"
    ]
}