Auto PDF Print for HCloud

Auto PDF Print for HCloud

This extension has been developed for the hcloud.pk B2B application users so that they can get print pop up without even pressing…

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 3,
  "name": "Auto PDF Print for HCloud",
  "version": "1.0.0",
  "content_scripts": [
    {
      "matches": [
        "<all_urls>"
      ],
      "js": [
        "Content.js"
      ]
    }
  ]
}