Data is synced from the Chrome Web Store. View the official store page for the most current information.
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Efatura Amigo", "description": "Ferramenta de ajuda na pr\u00e9-sele\u00e7\u00e3o de categorias nas faturas do Portal EFatura", "version": "1.1.2", "manifest_version": 3, "action": { "default_popup": "index.html", "default_title": "Open the popup" }, "icons": { "16": "logo192.png", "48": "logo192.png", "128": "logo192.png" }, "content_scripts": [ { "matches": [ "https:\/\/faturas.portaldasfinancas.gov.pt\/resolverListaPendenciasAdquirenteForm.action", "https:\/\/faturas.portaldasfinancas.gov.pt\/resolverListaPendenciasAdquirente.action" ], "js": [ ".\/static\/js\/content.js" ] } ] }