PLANIWEB CONTROL LABORAL

PLANIWEB CONTROL LABORAL

Control del trabajo ejecutado de manera remota, utilizando reconocimiento facial y registro de la navegación.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 2,
  "name": "PLANIWEB CONTROL LABORAL",
  "description": "Control del trabajo ejecutado de manera remota, utilizando reconocimiento facial y registro de la navegación.",
  "version": "1.0.2",
  "icons": {
    "128": "./images/planiweb.png"
  },
  "background": {
    "scripts": [
      "./js/nube.js",
      "./js/moment.min.js",
      "background.js"
    ],
    "persistent": false
  },
  "browser_action": {
    "default_icon": "./images/apagado.png"
  },
  "commands": {
    "_execute_browser_action": {
      "suggested_key": {
        "default": "Ctrl+Shift+P",
        "mac": "MacCtrl+Shift+P"
      },
      "description": "Ir a PLANIWEB"
    }
  },
  "permissions": [
    "tabs",
    "activeTab",
    "storage",
    "cookies",
    "https://*.nube.pe/"
  ],
  "options_ui": {
    "page": "./options.html",
    "open_in_tab": false
  }
}