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"
    ]
}