WorkOrderSnap Work Order Creator

WorkOrderSnap Work Order Creator

Create Work Orders and directly save them to Google Drive. Print PDF directly. Integrated with Google Drive™.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "key": "MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAyE3WZb7UchaU7iNeEK2i8qE3uxpyVZrM49iBwmy2P91MRX2h/3GADiM1CDcEtaQ+Bvewf1jG7H6DR8PNEKIkoKYcduefISU3JxB86n278L5/iEPdmuzY5TbU1lu+pUQTUzA+zkrHOJEdQ0PwGLxaxWqb5tU1a3Jglz1MiMJgrvhZOkK2rlNPRUjyMXQJ7G+83OiBPvZffVkWFE7pl4C1oV2O0NhfmLoN1qLYf4aa09QsvM98rS9N+FfSLmO4nDUrOtr7gc74IfjgXouw92v5tBDiyWOyamHZDjM1aabz36HWdP3qASHPoeMSeSRsN54eAkz4+q9EwP68byXT1UlFeQIDAQAB",
  "background": {
    "scripts": [
      "js/background.js"
    ],
    "persistent": false
  },
  "version": "0.9.1",
  "browser_action": {
    "default_icon": "img/work-order-snap-icon-48x48.png",
    "default_title": "WorkOrderSnap Work Order Creator"
  },
  "content_security_policy": "script-src 'self' https://apis.google.com; object-src 'self'",
  "description": "Create Work Orders and directly save them to Google Drive. Print PDF directly. Integrated with Google Drive™.",
  "icons": {
    "16": "img/work-order-snap-icon-16x16.png",
    "48": "img/work-order-snap-icon-48x48.png",
    "128": "img/work-order-snap-icon-128x128.png"
  },
  "manifest_version": 2,
  "name": "WorkOrderSnap Work Order Creator",
  "oauth2": {
    "client_id": "636939737826-i9dfk38426ql2jovh1m0vapn2irpl0mi.apps.googleusercontent.com",
    "scopes": [
      "https://www.googleapis.com/auth/drive",
      "https://www.googleapis.com/auth/spreadsheets"
    ]
  },
  "permissions": [
    "activeTab",
    "identity",
    "storage",
    "tabs",
    "https://www.googleapis.com/drive/v3/files/*",
    "https://sheets.googleapis.com/v4/spreadsheets/*"
  ],
  "short_name": "Create and save Work Orders to Google Drive",
  "update_url": "https://clients2.google.com/service/update2/crx",
  "web_accessible_resources": [
    "img/*.png"
  ]
}