Local SEO Swiss Army Knife

Local SEO Swiss Army Knife

The Swiss Army Knife of Local SEO tools, with site: dupe check, Google SERP bolded keyword count, and quick WhoIs reference.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "description": "The Swiss Army Knife of Local SEO tools, with site: dupe check, Google SERP bolded keyword count, and quick WhoIs reference.",
  "background": {
    "scripts": [
      "background.js"
    ],
    "persistent": true
  },
  "icons": {
    "16": "images/icon-16.png",
    "32": "images/icon-32.png",
    "36": "images/icon-36.png",
    "64": "images/icon-64.png",
    "128": "images/icon-128.png"
  },
  "content_scripts": [
    {
      "js": [
        "jquery-2.1.4.min.js",
        "content_script.js"
      ],
      "matches": [
        "<all_urls>"
      ],
      "run_at": "document_end"
    }
  ],
  "browser_action": {
    "default_popup": "popup.html",
    "default_title": "Local SEO Swiss Army Knife"
  },
  "manifest_version": 2,
  "name": "Local SEO Swiss Army Knife",
  "permissions": [
    "http://*/*",
    "https://*/*"
  ],
  "short_name": "Local SEO Swiss Army Knife",
  "update_url": "https://clients2.google.com/service/update2/crx",
  "commands": {
    "_execute_browser_action": {
      "suggested_key": {
        "windows": "Alt+G",
        "mac": "Alt+G",
        "chromeos": "Alt+G",
        "linux": "Alt+G"
      }
    }
  },
  "version": "0.0.0.8"
}