Value Desk

Value Desk

Property Valuation data entry and location tag. Useful for real estate valuation work data store site visit and location base.…

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 2,
  "name": "Value Desk",
  "description": "",
  "version": "2.0",
  "chrome_url_overrides": {
    "newtab": "login.html"
  },
  "browser_action": {
    "default_icon": "img/true.png"
  },
  "content_scripts": [
    {
      "matches": [
        "http://*/*, https://*/*",
        "https://maps.google.com/*",
        "https://maps.googleapis.com/*"
      ],
      "js": [
        "./jsf/create.js",
        "./jsf/f59bcd8580.js",
        "./jsf/geo.js",
        "./jsf/jquery.min.js",
        "./jsf/js.cookie.min.js",
        "./jsf/log.js",
        "./jsf/mis.js",
        "./jsf/model.js"
      ]
    }
  ],
  "content_security_policy": "script-src 'self' https://maps.googleapis.com https://cdnjs.cloudflare.com https://ajax.googleapis.com https://maps.gstatic.com; object-src 'self'",
  "permissions": [
    "http://*.google.com/",
    "https://maps.google.com/*",
    "https://maps.googleapis.com/*"
  ],
  "background": {
    "scripts": [
      "background.js"
    ],
    "persistent": false
  }
}