Egypt ETA PDF Tool

Egyptian eTax - eInvoice PDF Tool, save all eInvoices with one click

Egypt ETA PDF Tool क्या है?

Egypt ETA PDF Tool Ahmed Abouelela द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Egyptian eTax - eInvoice PDF Tool, save all eInvoices with one click"।

एक्सटेंशन स्क्रीनशॉट्स

screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में Egypt ETA PDF Tool एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।

एक्सटेंशन उपयोग निर्देश

                        Egyptian ETA, Download all visible eInvoice items with a single file.

Version 11 Changes:
-Added address column for issuer & receiver in the exported excel sheet.
-Added invoice discount values.

Version 10 Changes:
-Added an option to download all table pages.
-Added a stop button to cancel the download process.
-Sorted excel sheet rows with invoice date descending.

Version 9 Changes:
-Added invoice details with all items per each invoice in the exported excel sheet.
-Fixed an error while saving excel sheet with filters applied.

Version 8 Changes:
-Added separate button for excel sheet export.
-Added column for each tax type value.

Version 7 Changes:
-Fixed unexpected behavior,  multiple files downloaded instead of 1.

Version 6 Changes:
-Added more columns to the exported excel sheet, Tax & Net Amount.
-Fixed an issue for the hidden radio button while using the eToken.

Version 5 Changes:
Added more options to invoice file name, including invoice type.

Version 4 Changes:
Added invoice summary excel file within the exported zipped file.

Version 3 Changes:
Added options to select exported file name content

Version 2 Changes:
-Downloading invoices with user selected language, Ar/En.
-Fixed max invoice count, up-to 100 invoice per page.

Note: this extension works only with the Egyptian ETA website to download invoices, not tested with eReceipts.                    

एक्सटेंशन की मूल जानकारी

नाम Egypt ETA PDF Tool Egypt ETA PDF Tool
ID hgdnicmdpgmabbndlmmbpcdnaihelbkf
आधिकारिक URL https://chromewebstore.google.com/detail/egypt-eta-pdf-tool/hgdnicmdpgmabbndlmmbpcdnaihelbkf
विवरण Egyptian eTax - eInvoice PDF Tool, save all eInvoices with one click
फ़ाइल का आकार 520 KB
स्थापना संख्या 30,000
वर्तमान संस्करण 11
अंतिम अपडेट 2023-11-23
प्रकाशन तिथि 2023-09-26
रेटिंग 4.90/5 कुल 51 रेटिंग्स
डेवलपर Ahmed Abouelela
ईमेल [email protected]
भुगतान के प्रकार free
गोपनीयता नीति पृष्ठ URL https://abouelela.net/privacy-policy.html
समर्थित भाषाएँ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "Egypt ETA PDF Tool",
    "description": "Egyptian eTax - eInvoice PDF Tool, save all eInvoices with one click",
    "version": "11",
    "key": "MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEApKYZq9\/dDKmKp51t3u1ErJ2oIXR9GsKo5Oz+NJHtoepTijBKbLTq1pifEL1S\/r+pIjgaLfRoShY2WqJioe8IV3j5V97rs8GnhpILDNPT6IFsUnvE5lYc8nQHZpZ322fQQVujZKra6sV5g64zknPuUuz6MmPJLEV29uCLPVnxwUze9O27ZiVb\/79bVAcZ\/Eudp6EJmuHuNJ+\/b65938MaljaW7MgAqB4g40kItEApDEMb5KEQ3AbVVwg7OTNSCrSx68uxlIsBWT1gljOeTsXG1K07gss46w89aowhsazzNiygGtsmDxy9DyaH1I5X\/kWmwkzf3EZPzbdAocKmwZIozwIDAQAB",
    "content_scripts": [
        {
            "matches": [
                "*:\/\/invoicing.eta.gov.eg\/*"
            ],
            "js": [
                "extensionInjector.js"
            ],
            "run_at": "document_start"
        }
    ],
    "web_accessible_resources": [
        {
            "resources": [
                "extensionBase.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"
    }
}