Sharetivity 360 prospecting

Intelligent prospecting by allowing salespeople to find personalized content with one click.
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": "Sharetivity 360 prospecting",
  "description": "Intelligent prospecting by allowing salespeople to find personalized content with one click.",
  "version": "2.1.2.1",
  "browser_action": {
    "default_title": "Sharetivity 360"
  },
  "background": {
    "scripts": [
      "jquery.min.js",
      "jquery.js",
      "jquery-ui.js",
      "background.js"
    ],
    "persistent": false
  },
  "content_scripts": [
    {
      "matches": [
        "<all_urls>"
      ],
      "js": [
        "jquery.min.js",
        "jquery.js",
        "jquery-ui.js"
      ],
      "run_at": "document_end",
      "css": [
        "main.css"
      ]
    }
  ],
  "icons": {
    "16": "images/icon-16.png",
    "20": "images/icon-20.png",
    "24": "images/icon-24.png",
    "32": "images/icon-32.png",
    "64": "images/icon-64.png",
    "128": "images/icon-128.png"
  },
  "permissions": [
    "cookies",
    "<all_urls>"
  ]
}