Flatex Downloader (Community Edition)

Simple Batch Downloader for your Flatex Documents

Flatex Downloader (Community Edition) क्या है?

Flatex Downloader (Community Edition) purecopy द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Simple Batch Downloader for your Flatex Documents"।

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

screenshot

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

crx प्रारूप में Flatex Downloader (Community Edition) एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।

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

                        Download all your Documents in one go.

1. Go to the Document Archive
2. Select preferred filters 
3. Click "Download" in the Extension

We all love Flatex, but it is missing a crucial key feature: Batch downloading your Flatex Mailings.

Because it adds functionality to the normal browser context, Flatex Downloader requires the permission to read and write to the webpage. You can always "view the source" of Flatex Downloader the way you do any Chrome extension, or view the source code on Github:
https://github.com/purecopy/flatex-download-chrome-extension                    

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

नाम Flatex Downloader (Community Edition) Flatex Downloader (Community Edition)
ID caodakaebfjohdpppfginjfeiopakjek
आधिकारिक URL https://chromewebstore.google.com/detail/flatex-downloader-communi/caodakaebfjohdpppfginjfeiopakjek
विवरण Simple Batch Downloader for your Flatex Documents
फ़ाइल का आकार 90.7 KB
स्थापना संख्या 265
वर्तमान संस्करण 2.0.0
अंतिम अपडेट 2023-10-23
प्रकाशन तिथि 2022-04-12
रेटिंग 4.22/5 कुल 9 रेटिंग्स
डेवलपर purecopy
ईमेल [email protected]
भुगतान के प्रकार free
सहायता पृष्ठ URL https://github.com/purecopy/flatex-download-chrome-extension
समर्थित भाषाएँ en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Flatex Downloader (Community Edition)",
    "description": "Simple Batch Downloader for your Flatex Documents",
    "version": "2.0.0",
    "manifest_version": 3,
    "icons": {
        "16": "logo192.png",
        "48": "logo192.png",
        "128": "logo192.png",
        "512": "logo512.png"
    },
    "action": {
        "default_popup": "index.html",
        "default_title": "Open Flatex Downloader"
    },
    "permissions": [
        "activeTab"
    ],
    "content_scripts": [
        {
            "js": [
                "assets\/dom.ts-loader-a7c5a867.js"
            ],
            "matches": [
                "https:\/\/konto.flatex.at\/*",
                "https:\/\/konto.flatex.de\/*"
            ],
            "run_at": "document_end"
        }
    ],
    "web_accessible_resources": [
        {
            "matches": [
                "https:\/\/konto.flatex.at\/*",
                "https:\/\/konto.flatex.de\/*"
            ],
            "resources": [
                "assets\/constants-f35bcc7d.js",
                "assets\/_commonjsHelpers-725317a4.js",
                "assets\/auth.ts-d6f2e10b.js",
                "assets\/dom.ts-59e3e5df.js"
            ],
            "use_dynamic_url": true
        }
    ]
}