SalesPilot Firefox

Examine source code of SalesPilot

By: Gaurang Add-on
Inspect and view changes in SalesPilot source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 2,
  "name": "SalesPilot",
  "short_name": "SalesPilot",
  "description": "SalesPilot Chrome Extension for B2B data extraction",
  "version": "1",
  "browser_action": {
    "default_icon": "icon.png",
    "default_popup": "popup.html"
  },
  "icons": {
    "16": "icon.png",
    "48": "icon.png",
    "128": "icon.png"
  },
  "permissions": [
    "tabs",
    "storage",
    "clipboardWrite",
    "activeTab",
    "http://*/*",
    "https://*/*"
  ],
  "content_scripts": [
    {
      "matches": [
        "http://*/*",
        "https://*/*"
      ],
      "run_at": "document_start",
      "css": [],
      "js": [
        "jquery.min.js",
        "jquery-ui.js",
        "content.js"
      ]
    }
  ],
  "web_accessible_resources": [
    "xhr_inject.js"
  ],
  "browser_specific_settings": {
    "gecko": {
      "id": "{f0ec4e5c-fa4e-47dd-8176-609d19e7fa11}"
    }
  }
}

Best SalesPilot Alternatives

Here are some Firefox add-ons that are similar to SalesPilot: