Hyperbook Invoice

Hyperbook Invoice

Create instant Invoice and directly upload to Google Drive in PDF. Print PDF directly. Integrated with Google Drive™.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "background": {
    "page": "html/background.html"
  },
  "browser_action": {
    "default_icon": "img/small.png",
    "default_title": "create and save invoice to Google drive"
  },
  "content_security_policy": "script-src 'self'  https://ssl.google-analytics.com https://apis.google.com;  object-src 'self'; ",
  "description": "Create instant Invoice and directly upload to Google Drive in PDF. Print PDF directly. Integrated with Google Drive™.",
  "icons": {
    "16": "img/small.png"
  },
  "key": "MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAiukFzs9kBn8dc3TqThefyd4IC252ruxRnk6T7JjFdyQVwtCRsB1inpZjyNqhrezmKXK2DIt4ACyduEz2s9jFEuFYnDWc2rzL749VYYmttS2SABgWKSTBS0VefJIhTeDpIT+z0MKgiFKsn1QpkIO19E+CvnO3jHGP1MscVYXzF8LY456eHlVl1xH4TNlGUC9ES/uBDRcFcLqoVyq5We4mfFUn5zEx43u41hMvBNMccfesqXPQntwOP46S17RjthWRqy/Rue5oGklL2J8NONMq6FV+QWXB6W+RKDc75RPJ6T+8tLrpn8TiZReOVGRahN04xQDYvYoHjHGnzlv6/uN/owIDAQAB",
  "manifest_version": 2,
  "name": "Hyperbook Invoice",
  "oauth2": {
    "client_id": "770223482658-ish455nrtcitckap254usndgpimers55.apps.googleusercontent.com",
    "scopes": [
      "https://www.googleapis.com/auth/drive",
      "https://www.googleapis.com/auth/spreadsheets"
    ]
  },
  "permissions": [
    "activeTab",
    "identity"
  ],
  "short_name": "Create and save cash memos to Google Drive",
  "update_url": "https://clients2.google.com/service/update2/crx",
  "version": "1.5.9"
}