Autofill Job Application Forms-FmForm

AutoFill Indian Job application Forms in Just 2-3 minutes without typing a single word + enable cut, copy, paste on form websites.
Premium users can view and search full source code, and see the source code differences between two versions.
Upgrade to premium
manifest.json
{
  "applications": {
    "gecko": {
      "id": "fmform@fmform.com"
    }
  },
  "name": "Autofill Job Application Forms - FmForm",
  "version": "2008.2900",
  "description": "Autofill job forms with one click. Save hours of entering repetitive data with our intelligent and secure browser extension.",
  "default_locale": "hi",
  "permissions": [
    "https://*.fmform.com/*",
    "contextMenus",
    "storage",
    "*://*/*"
  ],
  "optional_permissions": [],
  "background": {
    "scripts": [
      "background.js"
    ]
  },
  "icons": {
    "32": "images/32.png",
    "48": "images/48.png",
    "96": "images/96.png",
    "128": "images/128.png"
  },
  "browser_action": {
    "default_popup": "panel/login.html",
    "default_title": "AutoFill Forms in Just Five minutes",
    "default_icon": {
      "32": "images/32.png",
      "48": "images/48.png",
      "96": "images/96.png",
      "128": "images/128.png"
    }
  },
  "manifest_version": 2,
  "web_accessible_resources": [
    "main.js",
    "images/32.png",
    "images/400.png",
    "images/green.png",
    "third/sounds/error/1.mp3",
    "third/sounds/info/2.mp3",
    "third/sounds/warning/1.mp3",
    "third/sounds/success/1.mp3",
    "third/sounds/success/2.mp3",
    "third/sweetalert.css",
    "third/toasty.min.css",
    "third/KFOmCnqEu92Fr1Mu72xKOzY.woff2",
    "third/KFOmCnqEu92Fr1Mu5mxKOzY.woff2",
    "third/KFOmCnqEu92Fr1Mu7mxKOzY.woff2",
    "third/KFOmCnqEu92Fr1Mu4WxKOzY.woff2",
    "third/KFOmCnqEu92Fr1Mu7WxKOzY.woff2",
    "third/KFOmCnqEu92Fr1Mu7GxKOzY.woff2",
    "third/KFOmCnqEu92Fr1Mu4mxK.woff2"
  ]
}