Alto PDF to Excel Converter by PDFfiller

Alto PDF to Excel Converter by PDFfiller

Use our free intuitive solution to convert PDF to Excel online

Merlin
Additional files are visible only to premium users

manifest.json


{
  "name": "Alto PDF to Excel Converter by PDFfiller",
  "version": "1.0.0",
  "description": "Use our free intuitive solution to convert PDF to Excel online",
  "author": "PDFfiller",
  "manifest_version": 2,
  "icons": {
    "16": "icons/16.png",
    "48": "icons/48.png",
    "128": "icons/128.png"
  },
  "permissions": [
    "*://*.amazonaws.com/*",
    "*://*.pdffillers.com/*",
    "*://*.pdffiller.com/*",
    "https://www.googleapis.com/",
    "background",
    "identity",
    "storage",
    "*://altoconvertpdftoexcel.com/*"
  ],
  "browser_action": {
    "default_title": "Alto PDF to Excel Converter by PDFfiller",
    "default_popup": "pages/popup.html"
  },
  "background": {
    "persistent": false,
    "scripts": [
      "js/background.js"
    ]
  },
  "content_security_policy": "script-src 'self' 'unsafe-eval' https://content.googleapis.com https://ajax.googleapis.com https://www.googleapis.com https://apis.google.com; object-src 'self'",
  "update_url": "https://edge.microsoft.com/extensionwebstorebase/v1/crx"
}