Lo trovo a meno

Lo trovo a meno

Non perdere tempo a confrontare i prezzi dei prodotti nei negozi online: il plugin “Lo trovo a meno” individua automaticamente i prezzi migliori. Se stai navigando su un e-commerce e il prezzo è il più economico ti apparirà un avviso sullo schermo.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "name": "Lo trovo a meno",
  "version": "1.0.2resigned1",
  "manifest_version": 2,
  "content_security_policy": "script-src 'self' 'unsafe-eval'; object-src 'self'",
  "description": "Il plug-in “Lo trovo a meno” individua automaticamente i migliori prezzi su un sito di ecommerce.",
  "background": {
    "scripts": [
      "browser-polyfill.js",
      "extension-configuration.js",
      "lifecycle-hooks.js",
      "background.js"
    ]
  },
  "permissions": [
    "storage",
    "tabs",
    "http://*/*",
    "https://*/*"
  ],
  "content_scripts": [
    {
      "matches": [
        "http://*/*",
        "https://*/*"
      ],
      "js": [
        "browser-polyfill.js",
        "contentscript.js"
      ],
      "run_at": "document_end"
    },
    {
      "matches": [
        "*://test-achats-banner-local.workitsaas.com/*"
      ],
      "js": [
        "browser-polyfill.js",
        "banner-script.js"
      ],
      "all_frames": true
    }
  ],
  "web_accessible_resources": [
    "app/*/*"
  ],
  "icons": {
    "48": "IT-PLUGIN_48x48.png",
    "128": "IT-PLUGIN_128x128.png"
  },
  "browser_action": {
    "default_icon": "IT-PLUGIN_48x48.png"
  },
  "browser_specific_settings": {
    "gecko": {
      "id": "{7db5f356-7337-4c3c-aaba-f5b325e9e27b}"
    }
  }
}