In-Mobility CRM + Invoice

Multiplatform cloud based CRM app made to give you the right tools to invoice at every moment of the day and wherever you go.
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": "In-Mobility CRM + Invoice",
  "description": "Multiplatform cloud based CRM app made to give you the right tools to invoice at every moment of the day and wherever you go.",
  "version": "1.0.9.2",
  "manifest_version": 2,
  "icons": {
    "128": "In-Mobility.png"
  },
  "app": {
    "urls": [
      "https://www.in-mobility.com/app/"
    ],
    "launch": {
      "web_url": "https://www.in-mobility.com/app/"
    }
  }
}