DMV Appointement Checker

Monitor latest appointment availabilities for the Californian Department of Motor Vehicle

DMV Appointement Checker क्या है?

DMV Appointement Checker https://tonoid.com द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Monitor latest appointment availabilities for the Californian Department of Motor Vehicle"।

एक्सटेंशन स्क्रीनशॉट्स

screenshot
screenshot
screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में DMV Appointement Checker एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।

एक्सटेंशन उपयोग निर्देश

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