Rank2u:Keyword Global Ranking

Rank2u:Keyword Global Ranking

無料キーワードRankチェックサービス!(Google,Yahoo!JAPAN,Bing,Baidu,NAVER,Yandex,etc)

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 2,
  "name": "Rank2u:Keyword Global Ranking",
  "description": "無料キーワードRankチェックサービス!(Google,Yahoo!JAPAN,Bing,Baidu,NAVER,Yandex,etc)",
  "version": "1.5",
  "icons": {
    "48": "img/icon_48.png",
    "128": "img/icon_128.png"
  },
  "browser_action": {
    "default_icon": "img/icon.png",
    "default_popup": "popup.html"
  },
  "content_scripts": [
    {
      "matches": [
        "https://www.google-analytics.com/*"
      ],
      "js": [
        "analytics.js"
      ]
    }
  ],
  "permissions": [
    "tabs",
    "http://flexion.co.jp/",
    "https://u2u.flexion.jp/",
    "http://rank.u2u.bz/",
    "https://www.google-analytics.com/"
  ]
}