Procore Navigator

Procore Navigator

Navigate Procore *FAST* by typing "/" (backslash) then the name or keywords of whichever page you want to navigate to. Note: this…

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 3,
  "name": "Procore Navigator",
  "version": "1.0.0",
  "action": {},
  "icons": {},
  "content_scripts": [
    {
      "js": [
        "assets/content-script-loader.main.tsx.fe8c6543.e9318981.js"
      ],
      "matches": [
        "https://*.procore.com/*",
        "https://*.procoretech-qa.com/*"
      ],
      "media": [],
      "css": [
        "assets/main.d764c07e.css"
      ]
    }
  ],
  "web_accessible_resources": [
    {
      "matches": [
        "https://*.procore.com/*",
        "https://*.procoretech-qa.com/*"
      ],
      "resources": [
        "assets/main.tsx.fe8c6543.js"
      ],
      "use_dynamic_url": true
    }
  ]
}