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 ETA Download Tools Plus", "description": "Save All invoices from ETA portal as Excel and PDF with one click. Simple, fast, and secure.", "version": "10.0", "content_scripts": [ { "matches": [ "*:\/\/invoicing.eta.gov.eg\/*" ], "js": [ "scripts\/extensionInjector.min.js" ], "run_at": "document_start" } ], "content_security_policy": { "extension_pages": "script-src 'self'; object-src 'self';" }, "web_accessible_resources": [ { "resources": [ "scripts\/extensionBase.min.js", "scripts\/jszip.min.js", "scripts\/polyfill.js", "scripts\/exceljs\/exceljs.min.js", "css\/style.css", "css\/bootstrap.min.css" ], "matches": [ "*:\/\/invoicing.eta.gov.eg\/*" ] } ], "host_permissions": [ "https:\/\/invoicing.eta.gov.eg\/" ], "background": { "service_worker": "scripts\/background.min.js" }, "icons": { "16": "logo16.png", "24": "logo24.png", "48": "logo48.png", "128": "logo128.png" } }