RationalPlan Multi

RationalPlan Multi

RationalPlan Multi is specifically designed for project managers that need to handle multiple projects and resources.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 2,
  "name": "RationalPlan Multi",
  "description": "RationalPlan Multi is specifically designed for project managers that need to handle multiple projects and resources.",
  "version": "4.6.2.1",
  "icons": {
    "128": "multi_128x128.png"
  },
  "app": {
    "background": {
      "scripts": [
        "background.js"
      ]
    }
  },
  "offline_enabled": true,
  "container": "GOOGLE_DRIVE",
  "api_console_project_id": "641474190353",
  "permissions": [
    "unlimitedStorage"
  ]
}