Prevue

Prevue

It's easy to add new hires into your payroll/hris system directly from this extension.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 2,
  "default_locale": "en",
  "name": "Prevue",
  "version": "1.2.14",
  "description": "It's easy to add new hires into your payroll/hris system directly from this extension.",
  "homepage_url": "https://admin.prevueaps.com/",
  "author": "Prevue",
  "icons": {
    "16": "icons/ppngbobgafcpkhdlahlplmhcbafgbeno/16.png",
    "48": "icons/ppngbobgafcpkhdlahlplmhcbafgbeno/48.png",
    "128": "icons/ppngbobgafcpkhdlahlplmhcbafgbeno/128.png"
  },
  "browser_action": {
    "default_icon": "icons/ppngbobgafcpkhdlahlplmhcbafgbeno/128.png",
    "default_title": "Prevue",
    "default_popup": "browser_action/index.html"
  },
  "background": {
    "scripts": [
      "jquery/jquery-min.js",
      "js/background.js"
    ],
    "persistent": true
  },
  "permissions": [
    "tabs",
    "activeTab",
    "storage",
    "webNavigation",
    "https://support-tree-207017.appspot.com/*",
    "https://admin.prevueaps.com/*"
  ],
  "web_accessible_resources": [
    "web_access/*",
    "browser_action/person.html",
    "images/header/*",
    "css/popin.css",
    "js/*"
  ],
  "optional_permissions": [
    "*://*/*"
  ]
}