PDF Editor for Docs:Edit, Fill, Sign, Print

PDF Editor for Docs:Edit, Fill, Sign, Print

Easily edit, annotate, eSign and transform any PDF from Google Drive into a fillable PDF form.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "name": "PDF Editor for Docs:Edit, Fill, Sign, Print",
  "short_name": "PDFfiller",
  "version": "1.0.3",
  "manifest_version": 2,
  "description": "Easily edit, annotate, eSign and transform any PDF from Google Drive into a fillable PDF form.",
  "container": [
    "GOOGLE_DRIVE",
    "DOMAIN_INSTALLABLE"
  ],
  "api_console_project_id": "554084336035",
  "gdrive_mime_types": {
    "http://drive.google.com/intents/opendrivedoc": [
      {
        "type": [
          "application/pdf",
          "application/vnd.google.drive.ext-type.pdf"
        ],
        "href": "http://www.pdffiller/en/gDrive/import",
        "title": "Open",
        "disposition": "window"
      }
    ]
  },
  "icons": {
    "16": "img/16.png",
    "32": "img/32.png",
    "64": "img/64.png",
    "128": "img/128.png",
    "256": "img/256.png"
  },
  "app": {
    "launch": {
      "web_url": "http://www.pdffiller.com"
    }
  }
}