CloudExtend Gmail for NetSuite NextGen

CloudExtend Gmail for NetSuite NextGen

CloudExtend Gmail for NetSuite NextGen enables true cloud-to-cloud synchronization of your Gmail with NetSuite.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 2,
  "name": "CloudExtend Gmail for NetSuite NextGen",
  "description": "CloudExtend Gmail for NetSuite NextGen enables true cloud-to-cloud synchronization of your Gmail with NetSuite.",
  "permissions": [
    "storage",
    "https://mail.google.com/*",
    "https://inbox.google.com/*",
    "https://gmns.cloudextend.app/*"
  ],
  "background": {
    "scripts": [
      "scripts/background.js"
    ],
    "persistent": false
  },
  "options_page": "views/options.html",
  "version": "5.1.9.0",
  "page_action": {
    "default_icon": {
      "16": "assets/Icon16.png",
      "48": "assets/Icon48.png",
      "128": "assets/Icon128.png"
    },
    "default_title": "CloudExtend Gmail for NetSuite NextGen",
    "default_popup": "views/popup.html"
  },
  "icons": {
    "16": "assets/Icon16.png",
    "48": "assets/Icon48.png",
    "128": "assets/Icon128.png"
  },
  "content_scripts": [
    {
      "matches": [
        "https://mail.google.com/*",
        "https://inbox.google.com/*"
      ],
      "js": [
        "scripts/vendor/inboxsdk.js",
        "scripts/index.js"
      ],
      "css": [
        "styles/main.css",
        "styles/options.css"
      ],
      "run_at": "document_end"
    }
  ],
  "web_accessible_resources": [
    "assets/Icon16.png",
    "assets/Icon21.png",
    "assets/Icon40.png",
    "assets/Icon40-invert.png",
    "assets/Icon48.png",
    "assets/Icon128.png",
    "assets/XIcon.svg",
    "assets/launch.png"
  ],
  "options_ui": {
    "page": "views/options.html",
    "chrome_style": true
  }
}