Clickfunnels Easy Page Cloner

Clickfunnels Easy Page Cloner

Why spend too much time on building funnels? Clone any funnel in a second.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 3,
  "name": "Clickfunnels Easy Page Cloner",
  "description": "Why spend too much time on building funnels? Clone any funnel in a second.",
  "version": "2.0.47",
  "permissions": [
    "storage"
  ],
  "action": {
    "default_popup": "./login.html",
    "default_title": "Clickfunnels Easy Page Cloner"
  },
  "content_scripts": [
    {
      "css": [
        "jquery.toast.min.css"
      ],
      "js": [
        "js/vendor.js",
        "js/content.js"
      ],
      "matches": [
        "<all_urls>"
      ],
      "all_frames": false,
      "run_at": "document_start"
    }
  ],
  "background": {
    "service_worker": "background_bundle.js"
  },
  "web_accessible_resources": [
    {
      "resources": [
        "/js/web/savepage.js",
        "/js/web/stylehero.js",
        "/js/web/movecss.js",
        "js/vendor.js",
        "html2Canvas.min.js",
        "images/*"
      ],
      "matches": [
        "<all_urls>"
      ]
    }
  ],
  "icons": {
    "16": "images/5e82703c568e944b9d22417d-Easy_CF_Page_Cloner_Pro-1622997372010-small_icon.png",
    "48": "images/1621337186924-mediumLogo.png",
    "128": "images/1621337186975-largeLogo.png"
  },
  "short_name": "CEPC"
}