DMV Appointement Checker

Monitor latest appointment availabilities for the Californian Department of Motor Vehicle

什么是DMV Appointement Checker?

DMV Appointement Checker是由https://tonoid.com开发的Chrome扩展程序,该扩展的主要功能是“Monitor latest appointment availabilities for the Californian Department of Motor Vehicle”。

扩展截图

screenshot
screenshot
screenshot

下载DMV Appointement Checker扩展crx文件

下载DMV Appointement Checker扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

                        Monitor latest appointment availabilities for the Californian Department of Motor Vehicle                    

扩展基本信息

名称 DMV Appointement Checker DMV Appointement Checker
ID pilicigppihnlfgeifeoaehaamhdknji
官方URL https://chromewebstore.google.com/detail/dmv-appointement-checker/pilicigppihnlfgeifeoaehaamhdknji
简介 Monitor latest appointment availabilities for the Californian Department of Motor Vehicle
文件大小 82.51 KB
安装次数 170
当前版本 1.3
更新时间 2020-03-06
上架时间 2020-03-04
评分 4.00/5 共1次评分
开发者 https://tonoid.com
付费类型 free
扩展官网 https://www.tonoid.com
支持的语言 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"
    ]
}