CRM Science - Admin Assistant

CRM Science - Admin Assistant

Various tools to help SFDC admins work more efficiently!

Merlin
Additional files are visible only to premium users

manifest.json


{
  "background": {
    "scripts": [
      "js/background.js"
    ]
  },
  "content_scripts": [
    {
      "css": [
        "css/style.css"
      ],
      "js": [
        "js/jquery-1.8.3.js",
        "js/connection.js",
        "js/content_script.js",
        "js/main.js",
        "js/blog.js",
        "js/ticker.js"
      ],
      "matches": [
        "https://*.salesforce.com/*"
      ],
      "run_at": "document_idle"
    }
  ],
  "content_security_policy": "script-src 'self' https://www.google.com; object-src 'self'",
  "description": "Various tools to help SFDC admins work more efficiently!",
  "icons": {
    "48": "images/icon48.png",
    "128": "images/icon128.png"
  },
  "key": "MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAxUteeOJO+Jthf/aICWJP9tr0mck4tIh5sKdbqQUlSC/n+R+UHgsZ8QUKa5WWRba5VfHhFOEroxRGr0a3vjS3t1bbohOF98T7P1N2gEPzAL8xVXKgfGn0I3mCEv+6gEme64KjeeaRXdy9VHkLnO5bmXN91wrxKg5Mq2OeS7FQWla19/MLgj3VQz4immLpIoieFC7Qc/3z8n1uylvD68dja2L5nqm1vcK9yXnw98OmF1pqNo9Y7hFHfatVy8B+nDufeIjVJ3Lak8APQy6iokF20/shxYdfbrnSpXh49klyVhre25wqGoK7LkOEtbKOrP/NCUSuYxAlAKnzBCb7LCwo8QIDAQAB",
  "manifest_version": 2,
  "name": "CRM Science - Admin Assistant",
  "page_action": {
    "default_icon": "images/icon.png",
    "default_popup": "popup.html",
    "default_title": "Click to Enable the Tools"
  },
  "permissions": [
    "tabs",
    "https://*/*"
  ],
  "update_url": "https://clients2.google.com/service/update2/crx",
  "version": "2.1"
}