Landing page Platform Phoenix

Extension for convenient work with Landing Pages. Only for use with the Platform Phoenix
Premium users can view and search full source code, and see the source code differences between two versions.
Upgrade to premium
manifest.json
{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 2,
  "name": "Landing page Platform Phoenix",
  "version": "1.0",
  "icons": {
    "16": "image/LP16x16.png",
    "48": "image/LP48x48.png",
    "128": "image/LP128x128.png"
  },
  "browser_action": {
    "default_title": "Landing pages Platform Phoenix",
    "default_popup": "template/popup.html",
    "default_icon": "image/LP16x16.png"
  }
}