Send to Sheets - CSV & Excel File Viewer

Send to Sheets - CSV & Excel File Viewer

Instantly view your downloaded CSV and Excel files in Google Sheets.

Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 3,
  "name": "Send to Sheets - CSV & Excel File Viewer",
  "description": "Instantly view your downloaded CSV and Excel files in Google Sheets.",
  "version": "1.2",
  "permissions": [
    "downloads",
    "identity",
    "identity.email",
    "tabs"
  ],
  "host_permissions": [
    "<all_urls>",
    "file:///"
  ],
  "background": {
    "service_worker": "service-worker-loader.js",
    "type": "module"
  },
  "content_scripts": [
    {
      "js": [
        "assets/content-script-loader.index.tsx.9c778360.c42bb9d0.js"
      ],
      "matches": [
        "http://*/*",
        "https://*/*",
        "<all_urls>"
      ],
      "css": [
        "assets/index.tsx.5f34fb0d.css"
      ]
    }
  ],
  "externally_connectable": {
    "matches": [
      "http://localhost:8000/mini_apps/*",
      "https://dev.coeficient.io/mini_apps/",
      "https://app.coeficient.io/mini_apps/"
    ]
  },
  "oauth2": {
    "client_id": "319662761950-47ebd4m20ugsb5027a64anmo5m268kuo.apps.googleusercontent.com",
    "scopes": [
      "https://www.googleapis.com/auth/spreadsheets"
    ]
  },
  "icons": {
    "16": "images/icon16.png",
    "32": "images/icon32.png",
    "48": "images/icon48.png",
    "128": "images/icon128.png"
  },
  "key": "MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAlnEQYaaOyzeQ1qofv3FRq0xtBMnFbZgTlVYq+TiS6pZxINdoU7PO5TxBYOYcBqhTAjGtqMHy/g3uvOVid83167GONqpzjPwhpjgSUi0em/mT5nv0xs45hU3oZHZIJgXFsm5dx0FayrASVypVg1bvl2FfsX2M08oD3J8kH6wx192LjSNA0uaW9lx8t4UzrMGxD+5R8BCIP7jnGlzUHQ483zk/7rN4OcPtatb580aTa3gHGbdD93gZg10kKYFHSPvdIQtOFHuv+kR4cHd/mD7pevLAVv+4njnU0DGeXgsxDmwrX7dgr8TjXi1y3FCOqG6fpffiBz5J2qW4oLUtc4QyKwIDAQAB",
  "web_accessible_resources": [
    {
      "matches": [
        "<all_urls>",
        "http://*/*",
        "https://*/*"
      ],
      "resources": [
        "assets/index.tsx.9c778360.js"
      ],
      "use_dynamic_url": true
    }
  ]
}