Manny Assistant Firefox

Examine source code of Manny Assistant

Inspect and view changes in Manny Assistant source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "name": "Manny Assistant",
  "description": "Assistant IA avec workflows automatisés pour la recherche d'emploi. Extraction intelligente d'offres, OCR et intégration GPT.",
  "version": "1.4",
  "manifest_version": 2,
  "permissions": [
    "activeTab",
    "tabs",
    "storage",
    "notifications",
    "alarms",
    "https://agent-emploi.fr/*",
    "https://*/*",
    "<all_urls>"
  ],
  "icons": {
    "16": "icons/icon16.png",
    "48": "icons/icon48.png",
    "128": "icons/icon128.png"
  },
  "browser_action": {
    "default_popup": "popup.html",
    "default_title": "Manny Assistant - IA pour l'emploi",
    "default_icon": {
      "16": "icons/icon16.png",
      "48": "icons/icon48.png",
      "128": "icons/icon128.png"
    }
  },
  "options_ui": {
    "page": "options.html",
    "open_in_tab": true
  },
  "background": {
    "scripts": [
      "background.js"
    ],
    "persistent": false
  },
  "content_scripts": [
    {
      "matches": [
        "*://*.francetravail.fr/*",
        "*://*.pole-emploi.fr/*",
        "*://*.indeed.fr/*",
        "*://*.linkedin.com/*",
        "*://*.indeed.com/*",
        "*://*.monster.fr/*",
        "*://*.apec.fr/*",
        "*://*.hellowork.com/*",
        "*://*.cadremploi.fr/*",
        "*://*.jobijoba.com/*",
        "*://*.meteojob.com/*"
      ],
      "js": [
        "content.js"
      ],
      "run_at": "document_idle"
    }
  ],
  "web_accessible_resources": [
    "automa-engine/*.js",
    "automa-core/*.js",
    "icons/*.png"
  ],
  "browser_specific_settings": {
    "gecko": {
      "id": "manny-assistant@agent-emploi.fr",
      "strict_min_version": "140.0",
      "data_collection_permissions": {
        "required": [
          "browsingActivity",
          "websiteContent"
        ],
        "optional": [
          "technicalAndInteraction"
        ]
      }
    }
  }
}

Best Manny Assistant Alternatives

Here are some Firefox add-ons that are similar to Manny Assistant: