Examine source code of RevDriver by SalesIntel

Inspect and view changes in RevDriver by SalesIntel source codes across current and past versions
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",
  "name": "RevDriver by SalesIntel",
  "description": "The account-based prospecting solution that gives you the power to connect with one-click.",
  "version": "4.9.34",
  "manifest_version": 3,
  "short_name": "RevDriver",
  "action": {
    "default_icon": {
      "16": "assets/icons/logo_icon_16.png",
      "24": "assets/icons/logo_icon_24.png",
      "32": "assets/icons/logo_icon_32.png"
    },
    "default_title": "RevDriver by SalesIntel"
  },
  "icons": {
    "16": "assets/icons/logo_icon_16.png",
    "32": "assets/icons/logo_icon_32.png",
    "48": "assets/icons/logo_icon_48.png",
    "128": "assets/icons/logo_icon_128.png"
  },
  "content_scripts": [
    {
      "matches": [
        "http://*/*",
        "https://*/*"
      ],
      "js": [
        "assets/js/m_up.js"
      ],
      "all_frames": true
    }
  ],
  "background": {
    "service_worker": "assets/js/worker_wrapper_DAuuv1G.js"
  },
  "host_permissions": [
    "http://*/*",
    "https://*/*"
  ],
  "permissions": [
    "tabs",
    "storage",
    "webNavigation",
    "scripting",
    "identity"
  ],
  "web_accessible_resources": [
    {
      "resources": [
        "https://fonts.googleapis.com/css?family=Roboto:300,400,500,700,900",
        "index.html",
        "assets/images/sidebar-logo.png",
        "assets/fonts/*",
        "assets/images/header-revdriver-logo.png"
      ],
      "matches": [
        "http://*/*",
        "https://*/*"
      ]
    }
  ],
  "key": "MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAkj59AE6oOL+3+VTUjbmT30Y5ENPW/wUjibQYYPBaux4N9DceK99tAAh8OfGbtioD0ZCZ1frAhXqn/APyU4s70TDlhlE3hS8vbqhXU1x8S46ZWkiy/0/OH+vKFHPcVO44p/FPKL/kwKZFsszS+5Me0VIqP7HcnEfrkeU8N5LFk2Y9zzcAiTbPITT7vtBlD68XB7NYStZgCVz97FqB1lDU5n+GkcxP7qNZW5FLHuiRECB8+uxSXkEjTcysUzIdsQiF8vvOW3bsuApJekEi6zHqTxG87nGRAaXjk6Qo9Qdb1vW5LeryIVpYJI6pGQlvDZ6SLjgPjc5JSz6siVyM/1YFtQIDAQAB",
  "content_security_policy": {
    "extension_pages": "script-src 'self'; object-src 'self'"
  },
  "commands": {
    "reloadExtension": {
      "description": "Used to quickly reload extension during development"
    }
  }
}