GMI - Get global information intelligently

GMI - Get global information intelligently

Global Market Information provides an easy solution to research global companies and contacts, through its GDI platform

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "name": "GMI - Get global information intelligently",
  "version": "1.0.1",
  "description": "Global Market Information provides an easy solution to research global companies and contacts, through its GDI platform",
  "manifest_version": 2,
  "permissions": [
    "cookies",
    "*://*.linkedin.com/"
  ],
  "background": {
    "scripts": [
      "axios.min.js",
      "background.js"
    ],
    "persistent": false
  },
  "icons": {
    "16": "icon16.png",
    "48": "icon48.png",
    "128": "icon128.png"
  },
  "externally_connectable": {
    "matches": [
      "*://localhost/*",
      "*://globalmarketinformation.com/*"
    ]
  }
}