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", "manifest_version": 3, "name": "Invoice Downloader", "description": "Download invoices from ETA portal as PDF & Excel with one click. Simple, fast, and secure.", "version": "1", "content_scripts": [ { "matches": [ "*:\/\/invoicing.eta.gov.eg\/*" ], "js": [ "invoiceGrabber.js" ], "run_at": "document_start" } ], "web_accessible_resources": [ { "resources": [ "helperCore.js", "jszip.min.js", "polyfill.js", "exceljs.min.js", "style.css", "bootstrap.min.css" ], "matches": [ "*:\/\/invoicing.eta.gov.eg\/*" ] } ], "host_permissions": [ "https:\/\/invoicing.eta.gov.eg\/" ], "icons": { "16": "logo16.png", "48": "logo48.png", "128": "logo128.png" } }