AymericDev: CV Accès Facile (apec.fr) Firefox

Examine source code of AymericDev: CV Accès Facile (apec.fr)

By: Hoax
Inspect and view changes in AymericDev: CV Accès Facile (apec.fr) source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "description": "Scraping Apec",
  "manifest_version": 2,
  "name": "Scraping Apec",
  "version": "3.0.1",
  "homepage_url": "https://www.aymericdev.fr/produit/2",
  "background": {
    "scripts": [
      "js/background.js"
    ]
  },
  "page_action": {
    "default_icon": {
      "20": "icons/on-32.png"
    },
    "default_title": "Scraping Apec",
    "default_popup": "popup.html"
  },
  "content_scripts": [
    {
      "matches": [
        "*://*.apec.fr/recruteur/mon-espace/candidapec.html*"
      ],
      "css": [
        "css/content.css"
      ],
      "js": [
        "js/jquery-3.4.1.min.js",
        "js/content.js"
      ],
      "run_at": "document_end"
    }
  ],
  "icons": {
    "16": "icons/on-16.png",
    "32": "icons/on-32.png",
    "128": "icons/on-128.png",
    "300": "icons/on-300.png"
  },
  "permissions": [
    "*://*.apec.fr/recruteur/mon-espace/candidapec.html*",
    "*://aymericdev.fr/api/*",
    "activeTab",
    "storage",
    "tabs",
    "webNavigation",
    "webRequest",
    "webRequestBlocking"
  ]
}

Best AymericDev: CV Accès Facile (apec.fr) Alternatives

Here are some Firefox add-ons that are similar to AymericDev: CV Accès Facile (apec.fr):