Directory Plus for Google Directory

Directory Plus for Google Directory

Keep track of all HR changes at your organization; Export all directory users (contacts);

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "name": "Directory Plus for Google Directory",
  "description": "Keep track of all HR changes at your organization; Export all directory users (contacts);",
  "version": "1.3",
  "manifest_version": 3,
  "background": {},
  "content_scripts": [
    {
      "matches": [
        "https://contacts.google.com/*"
      ],
      "js": [
        "dist/main.js"
      ],
      "run_at": "document_start"
    }
  ],
  "permissions": [],
  "action": {
    "default_popup": "popup/popup.html",
    "default_icon": {
      "16": "/images/d-logo.png",
      "32": "/images/d-logo.png",
      "48": "/images/d-logo.png",
      "128": "/images/d-logo.png"
    }
  },
  "icons": {
    "16": "/images/d-logo.png",
    "32": "/images/d-logo.png",
    "48": "/images/d-logo.png",
    "128": "/images/d-logo.png"
  }
}