Rentameter: calcul rentabilité locative

Rentameter: calcul rentabilité locative

Application de calcul de rentabilité locative qui s'intègre aux annonces directement

Merlin
Additional files are visible only to premium users

manifest.json


{
  "background": {
    "service_worker": "js/background.js",
    "type": "module"
  },
  "content_scripts": [
    {
      "css": [
        "css/style.css",
        "css/tooltipster.bundle.min.css"
      ],
      "js": [
        "js/bin/jquery-3.3.1.min.js",
        "js/bin/tooltipster.bundle.min.js",
        "js/script.js",
        "js/content_leboncoin.js"
      ],
      "matches": [
        "https://www.leboncoin.fr/ventes_immobilieres/*",
        "https://www.leboncoin.fr/vi/*",
        "https://www.leboncoin.fr/ad/ventes_immobilieres/*"
      ],
      "run_at": "document_end"
    },
    {
      "css": [
        "css/style.css",
        "css/tooltipster.bundle.min.css"
      ],
      "js": [
        "js/bin/jquery-3.3.1.min.js",
        "js/bin/tooltipster.bundle.min.js",
        "js/script.js",
        "js/content_immoregion.js"
      ],
      "matches": [
        "https://www.immoregion.fr/vente/*"
      ],
      "run_at": "document_end"
    },
    {
      "css": [
        "css/style.css",
        "css/tooltipster.bundle.min.css"
      ],
      "js": [
        "js/bin/jquery-3.3.1.min.js",
        "js/bin/tooltipster.bundle.min.js",
        "js/script.js",
        "js/content_seloger.js"
      ],
      "matches": [
        "https://www.seloger.com/annonces/*"
      ],
      "run_at": "document_end"
    },
    {
      "css": [
        "css/style.css",
        "css/tooltipster.bundle.min.css"
      ],
      "js": [
        "js/bin/jquery-3.3.1.min.js",
        "js/bin/tooltipster.bundle.min.js",
        "js/script.js",
        "js/content_herby.js"
      ],
      "matches": [
        "http://www.herbyimmo.lu/vente/*"
      ],
      "run_at": "document_end"
    },
    {
      "css": [
        "css/style.css",
        "css/tooltipster.bundle.min.css"
      ],
      "js": [
        "js/bin/jquery-3.3.1.min.js",
        "js/bin/tooltipster.bundle.min.js",
        "js/script.js",
        "js/content_activeimmo.js"
      ],
      "matches": [
        "https://www.active-immo.fr/vente/maison/*",
        "https://www.active-immo.fr/vente/appartement/*",
        "https://www.active-immo.fr/vente/bureau/*"
      ],
      "run_at": "document_end"
    }
  ],
  "description": "Application de calcul de rentabilité locative qui s'intègre aux annonces directement",
  "icons": {
    "128": "images/image.png"
  },
  "key": "MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAnkfH5YS632x0MgSfyV16BoWdsNvtEF+BKVp8XkJtjdB0mk7hTADHNZNQ16N83t1HC9CclldqoeSnYXPL2Uhvl+L/hUBl4MGSTLiZPV+jk7G5MLgtaEcbf9Ky+QxMnxme69FikM3YItNlhZFk+y8N0HY3w9KzP8JVnohtLSNCuIqbBcvZ+TLJWAKO4mgUFULvkMhF+t9y2meohsI/EQMd983SWH3/+1JCG/aJ4I+v18kOU1CDOt6hrS9Q1AmTp/bueTMXdTQQYZ3YkYCu+5b/yrQTM65C4MslPXiA8cViJ1mZ9q+iqvlvNTc2Ooj+RDkPBfy+3ZWLyDtPopwdQUPSHwIDAQAB",
  "manifest_version": 3,
  "name": "Rentameter: calcul rentabilité locative",
  "options_ui": {
    "open_in_tab": false,
    "page": "options.html"
  },
  "action": {
    "default_icon": "images/image.png",
    "default_popup": "popup.html"
  },
  "permissions": [
    "activeTab",
    "storage",
    "declarativeContent",
    "tabs"
  ],
  "host_permissions": [
    "https://www.leboncoin.fr/*",
    "http://www.herbyimmo.lu/vente/*",
    "https://www.seloger.com/annonces/*",
    "https://www.immoregion.fr/vente/*",
    "https://www.active-immo.fr/*"
  ],
  "update_url": "https://clients2.google.com/service/update2/crx",
  "version": "3.0.1",
  "web_accessible_resources": [
    {
      "resources": [
        "js/bin/jquery-3.3.1.min.js",
        "js/bin/typeahead.bundle.js",
        "js/bin/tooltipster.bundle.min.js",
        "js/script.js",
        "js/arround_me_script.js",
        "css/lbc.css",
        "css/header.png",
        "images/header.png"
      ],
      "matches": [
        "*://*/*"
      ]
    }
  ]
}