Templateasy

Templateasy

Manage, create, modify, paste and use your tailor-made templates easily with our tool. This tool uses your clipboard and browser localstorage to paste your templates wherever you want to use them. Fast and in an efficient manner.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "manifest_version": 2,
  "name": "Templateasy",
  "version": "0.0.4.7",
  "description": "Manage, create, modify, paste and use your tailor-made templates easily with our tool. This tool uses your clipboard and browser localstorage to paste your templates wherever you want to use them. Fast, quick and in an efficient manner. This will save time for you when replying emails with tailor-made templates",
  "icons": {
    "48": "icons/templateasy.png"
  },
  "browser_action": {
    "default_icon": {
      "48": "icons/templateasy.png"
    },
    "default_title": "Templateasy"
  },
  "content_scripts": [
    {
      "matches": [
        "<all_urls>"
      ],
      "js": [
        "content/content-script.js"
      ]
    }
  ],
  "background": {
    "scripts": [
      "background/background.js"
    ]
  },
  "permissions": [
    "storage",
    "unlimitedStorage",
    "contextMenus",
    "clipboardWrite",
    "clipboardRead"
  ]
}