Automation Easy

Automation Easy

Be productive. Automate any web page easily. Scrap any web page, create scenarios, run them, schedule them, share them.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 3,
  "name": "Automation Easy",
  "version": "1.0.7",
  "description": "Be productive. Automate any web page easily. Scrap any web page, create scenarios, run them, schedule them, share them.",
  "permissions": [
    "storage",
    "scripting",
    "identity",
    "notifications",
    "unlimitedStorage",
    "contextMenus"
  ],
  "host_permissions": [
    "<all_urls>"
  ],
  "background": {
    "service_worker": "js/backend.bundle.js"
  },
  "icons": {
    "128": "static/img/icon.png"
  },
  "content_scripts": [
    {
      "match_about_blank": true,
      "matches": [
        "<all_urls>"
      ],
      "js": [
        "js/frontend.bundle.js"
      ],
      "content_security_policy": "script-src 'self' 'unsafe-eval'; object-src 'self'; module-src 'self';"
    }
  ],
  "content_security_policy": {
    "extension_pages": "script-src 'self'; object-src 'self';"
  },
  "options_ui": {
    "page": "/static/gpt-config.html",
    "open_in_tab": true
  },
  "web_accessible_resources": [
    {
      "resources": [
        "/static/*"
      ],
      "matches": [
        "<all_urls>"
      ]
    }
  ],
  "action": {
    "default_title": "Click to open scenario builder"
  },
  "key": "MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAmPil5PRiaPN1xVaqIUHrhP60RyefAdskkEUPnfqtoQZqxw0epL2lxGsrRIdKQaD0GFzpEjKfTASI5F3TGGvzqzxgdLc7DsYui+Ef3IzVwzU2IzJdDLd4om1N4ERNvk3jXGO7Hoi3QsetdHHn+7ECN7QUzJVagc6N94E0BUnPopuf4e7hxaWYr9zp8DyBrqog6BAaHroE1CTlZViCGVSsgcPIPCwlcRnMUwN2hbBZHS41VYE1/LYeMplbbwQTPhSzBHjXG/cT6elzdEY9oGDGOw4xn+ju79sWa9zWuLNzQnW1A2r3AEwLmZtZZ8viFcuDjuVn9fRPGQUj0g1EKDh9pQIDAQAB",
  "oauth2": {
    "client_id": "456730485310-r3bgvv2fkcj6d9dshjb6u6h4glhjcoc5.apps.googleusercontent.com",
    "scopes": [
      "https://www.googleapis.com/auth/userinfo.email",
      "https://www.googleapis.com/auth/spreadsheets",
      "https://www.googleapis.com/auth/drive"
    ]
  },
  "default_locale": "uk"
}