GFC Invoice

Converts AliExpress, Alibaba, GearBest order details into an invoice ready to print

Co to jest GFC Invoice?

GFC Invoice to rozszerzenie Chrome opracowane przez https://www.dropshipping.store, a jego główną funkcją jest „Converts AliExpress, Alibaba, GearBest order details into an invoice ready to print”.

Zrzuty ekranu rozszerzenia

screenshot
screenshot
screenshot

Pobierz plik CRX rozszerzenia GFC Invoice

Pobierz pliki rozszerzeń GFC Invoice w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.

Instrukcja Użytkowania Rozszerzenia

                        Print or download PDF invoices in just a few clicks!

After installing the extension, you have to enter your details:
  1. Click on the GFC Invoice icon
  2. Select Options
  3. Enter required details
  4. Click on the Save button

Using GFC Invoice:
  1. Navigate to My Orders page on one of the supported websites
  2. Click on a GFC Invoice button
  3. Click on the Print Invoice button

Done!

27 supported websites:

Alibaba
AliExpress
Banggood
DHGate
GearBest
+ 22 more!                    

Podstawowe informacje o rozszerzeniu

Nazwa GFC Invoice GFC Invoice
ID jcmpmmkhhoelakhlbbpoaeceagacckah
Oficjalny URL https://chromewebstore.google.com/detail/gfc-invoice/jcmpmmkhhoelakhlbbpoaeceagacckah
Opis Converts AliExpress, Alibaba, GearBest order details into an invoice ready to print
Rozmiar pliku 683 KB
Liczba instalacji 1,021
Aktualna Wersja 0.0.2.7
Ostatnia Aktualizacja 2023-07-12
Data Publikacji 2020-05-19
Ocena 3.33/5 Łącznie 3 Oceny
Deweloper https://www.dropshipping.store
E-mail [email protected]
Typ Płatności free
Strona Rozszerzenia https://www.dropshipping.store/gfc-invoice/
Adres URL Strony Pomocy https://www.dropshipping.store/gfc-invoice-instructions/
Adres URL Strony Polityki Prywatności https://www.dropshipping.store/privacy
Obsługiwane Języki en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "GFC Invoice",
    "version": "0.0.2.7",
    "manifest_version": 2,
    "description": "Converts AliExpress, Alibaba, GearBest order details into an invoice ready to print",
    "author": "Ivan Matic",
    "background": {
        "scripts": [
            ".\/js\/background.js"
        ],
        "persistent": true
    },
    "icons": {
        "16": ".\/icon_16.png",
        "32": ".\/icon_32.png",
        "48": ".\/icon_48.png",
        "64": ".\/icon_64.png",
        "128": ".\/icon_128.png"
    },
    "browser_action": {
        "default_title": "GFC Invoice",
        "default_icon": ".\/icon_128.png",
        "default_popup": ".\/html\/popup.html",
        "scripts": ".\/js\/popup.js"
    },
    "options_ui": {
        "page": "options.html",
        "open_in_tab": true
    },
    "content_scripts": [
        {
            "js": [
                ".\/lib\/jquery.min.js",
                ".\/js\/basic.js",
                ".\/js\/gfc.js",
                ".\/js\/aliexpress.js"
            ],
            "css": [
                ".\/css\/aliexpress.css"
            ],
            "matches": [
                "*:\/\/*.aliexpress.com\/*",
                "*:\/\/*.aliexpress.ru\/*",
                "*:\/\/*.aliexpress.us\/*"
            ],
            "run_at": "document_end"
        },
        {
            "js": [
                ".\/lib\/jquery.min.js",
                ".\/lib\/accounting.min.js",
                ".\/js\/components\/utilities.js",
                ".\/js\/components\/modal.js",
                ".\/js\/components\/interface.js",
                ".\/js\/components\/ordersPage.js",
                ".\/js\/components\/orderDetails.js",
                ".\/js\/components\/orderLogistics.js"
            ],
            "matches": [
                "*:\/\/*.aliexpress.com\/*",
                "*:\/\/*.aliexpress.ru\/*",
                "*:\/\/*.aliexpress.us\/*"
            ],
            "css": [
                ".\/css\/aliexpress.css",
                ".\/css\/custom.css"
            ]
        },
        {
            "js": [
                ".\/lib\/jquery.min.js",
                ".\/js\/basic.js",
                ".\/js\/gfc.js",
                ".\/js\/banggood.js"
            ],
            "css": [
                ".\/css\/banggood.css"
            ],
            "matches": [
                "*:\/\/*.banggood.com\/*"
            ],
            "run_at": "document_end"
        },
        {
            "js": [
                ".\/lib\/jquery.min.js",
                ".\/js\/basic.js",
                ".\/js\/gfc.js",
                ".\/js\/berrylook.js"
            ],
            "css": [
                ".\/css\/berrylook.css"
            ],
            "matches": [
                "*:\/\/*.berrylook.com\/*"
            ],
            "run_at": "document_end"
        },
        {
            "js": [
                ".\/lib\/jquery.min.js",
                ".\/js\/basic.js",
                ".\/js\/gfc.js",
                ".\/js\/boutiquefeel.js"
            ],
            "css": [
                ".\/css\/boutiquefeel.css"
            ],
            "matches": [
                "*:\/\/*.boutiquefeel.com\/*"
            ],
            "run_at": "document_end"
        },
        {
            "js": [
                ".\/lib\/jquery.min.js",
                ".\/js\/basic.js",
                ".\/js\/gfc.js",
                ".\/js\/cafago.js"
            ],
            "css": [
                ".\/css\/cafago.css"
            ],
            "matches": [
                "*:\/\/*.cafago.com\/*"
            ],
            "run_at": "document_end"
        },
        {
            "js": [
                ".\/lib\/jquery.min.js",
                ".\/js\/basic.js",
                ".\/js\/gfc.js",
                ".\/js\/chicme.js"
            ],
            "css": [
                ".\/css\/chicme.css"
            ],
            "matches": [
                "*:\/\/*.chicme.com\/*"
            ],
            "run_at": "document_end"
        },
        {
            "js": [
                ".\/lib\/jquery.min.js",
                ".\/js\/basic.js",
                ".\/js\/gfc.js",
                ".\/js\/cesdeals.js"
            ],
            "css": [
                ".\/css\/cesdeals.css"
            ],
            "matches": [
                "*:\/\/*.cesdeals.com\/*"
            ],
            "run_at": "document_end"
        },
        {
            "js": [
                ".\/lib\/jquery.min.js",
                ".\/js\/basic.js",
                ".\/js\/gfc.js",
                ".\/js\/dhgate.js"
            ],
            "css": [
                ".\/css\/dhgate.css"
            ],
            "matches": [
                "*:\/\/*.dhgate.com\/*"
            ],
            "run_at": "document_end"
        },
        {
            "js": [
                ".\/lib\/jquery.min.js",
                ".\/js\/basic.js",
                ".\/js\/gfc.js",
                ".\/js\/dresslily.js"
            ],
            "css": [
                ".\/css\/dresslily.css"
            ],
            "matches": [
                "*:\/\/*.dresslily.com\/*"
            ],
            "run_at": "document_end"
        },
        {
            "js": [
                ".\/lib\/jquery.min.js",
                ".\/js\/basic.js",
                ".\/js\/gfc.js",
                ".\/js\/dx.js"
            ],
            "css": [
                ".\/css\/dx.css"
            ],
            "matches": [
                "*:\/\/*.dx.com\/*"
            ],
            "run_at": "document_end"
        },
        {
            "js": [
                ".\/lib\/jquery.min.js",
                ".\/js\/basic.js",
                ".\/js\/gfc.js",
                ".\/js\/fairyseason.js"
            ],
            "css": [
                ".\/css\/fairyseason.css"
            ],
            "matches": [
                "*:\/\/*.fairyseason.com\/*"
            ],
            "run_at": "document_end"
        },
        {
            "js": [
                ".\/lib\/jquery.min.js",
                ".\/js\/basic.js",
                ".\/js\/gfc.js",
                ".\/js\/floryday.js"
            ],
            "css": [
                ".\/css\/floryday.css"
            ],
            "matches": [
                "*:\/\/*.floryday.com\/*"
            ],
            "run_at": "document_end"
        },
        {
            "js": [
                ".\/lib\/jquery.min.js",
                ".\/js\/basic.js",
                ".\/js\/gfc.js",
                ".\/js\/gearbest.js"
            ],
            "css": [
                ".\/css\/gearbest.css"
            ],
            "matches": [
                "*:\/\/*.gearbest.com\/*"
            ],
            "run_at": "document_end"
        },
        {
            "js": [
                ".\/lib\/jquery.min.js",
                ".\/js\/basic.js",
                ".\/js\/gfc.js",
                ".\/js\/geekbuying.js"
            ],
            "css": [
                ".\/css\/geekbuying.css"
            ],
            "matches": [
                "*:\/\/*.geekbuying.com\/*"
            ],
            "run_at": "document_end"
        },
        {
            "js": [
                ".\/lib\/jquery.min.js",
                ".\/js\/basic.js",
                ".\/js\/gfc.js",
                ".\/js\/ivrose.js"
            ],
            "css": [
                ".\/css\/ivrose.css"
            ],
            "matches": [
                "*:\/\/*.ivrose.com\/*"
            ],
            "run_at": "document_end"
        },
        {
            "js": [
                ".\/lib\/jquery.min.js",
                ".\/js\/basic.js",
                ".\/js\/gfc.js",
                ".\/js\/joybuy.js"
            ],
            "css": [
                ".\/css\/joybuy.css"
            ],
            "matches": [
                "*:\/\/*.joybuy.com\/*",
                "*:\/\/*.joybuy.es\/*",
                "*:\/\/*.jd.ru\/*"
            ],
            "run_at": "document_end"
        },
        {
            "js": [
                ".\/lib\/jquery.min.js",
                ".\/js\/basic.js",
                ".\/js\/gfc.js",
                ".\/js\/joyshoetique.js"
            ],
            "css": [
                ".\/css\/joyshoetique.css"
            ],
            "matches": [
                "*:\/\/*.joyshoetique.com\/*"
            ],
            "run_at": "document_end"
        },
        {
            "js": [
                ".\/lib\/jquery.min.js",
                ".\/js\/basic.js",
                ".\/js\/gfc.js",
                ".\/js\/lightake.js"
            ],
            "css": [
                ".\/css\/lightake.css"
            ],
            "matches": [
                "*:\/\/*.lightake.com\/*"
            ],
            "run_at": "document_end"
        },
        {
            "js": [
                ".\/lib\/jquery.min.js",
                ".\/js\/basic.js",
                ".\/js\/gfc.js",
                ".\/js\/lightinthebox.js"
            ],
            "css": [
                ".\/css\/lightinthebox.css"
            ],
            "matches": [
                "*:\/\/*.lightinthebox.com\/*"
            ],
            "run_at": "document_end"
        },
        {
            "js": [
                ".\/lib\/jquery.min.js",
                ".\/js\/basic.js",
                ".\/js\/gfc.js",
                ".\/js\/lovelywholesale.js"
            ],
            "css": [
                ".\/css\/lovelywholesale.css"
            ],
            "matches": [
                "*:\/\/*.lovelywholesale.com\/*"
            ],
            "run_at": "document_end"
        },
        {
            "js": [
                ".\/lib\/jquery.min.js",
                ".\/js\/basic.js",
                ".\/js\/gfc.js",
                ".\/js\/milanoo.js"
            ],
            "css": [
                ".\/css\/milanoo.css"
            ],
            "matches": [
                "*:\/\/*.milanoo.com\/*"
            ],
            "run_at": "document_end"
        },
        {
            "js": [
                ".\/lib\/jquery.min.js",
                ".\/js\/basic.js",
                ".\/js\/gfc.js",
                ".\/js\/miniinthebox.js"
            ],
            "css": [
                ".\/css\/miniinthebox.css"
            ],
            "matches": [
                "*:\/\/*.miniinthebox.com\/*"
            ],
            "run_at": "document_end"
        },
        {
            "js": [
                ".\/lib\/jquery.min.js",
                ".\/js\/basic.js",
                ".\/js\/gfc.js",
                ".\/js\/alibaba.js"
            ],
            "css": [
                ".\/css\/alibaba.css"
            ],
            "matches": [
                "https:\/\/biz.alibaba.com\/order*",
                "*:\/\/*.alibaba.com\/*"
            ],
            "run_at": "document_end"
        },
        {
            "js": [
                ".\/lib\/jquery.min.js",
                ".\/js\/basic.js",
                ".\/js\/gfc.js",
                ".\/js\/tomtop.js"
            ],
            "css": [
                ".\/css\/tomtop.css"
            ],
            "matches": [
                "*:\/\/*.tomtop.com\/*"
            ],
            "run_at": "document_end"
        },
        {
            "js": [
                ".\/lib\/jquery.min.js",
                ".\/js\/basic.js",
                ".\/js\/gfc.js",
                ".\/js\/tvcmall.js"
            ],
            "css": [
                ".\/css\/tvcmall.css"
            ],
            "matches": [
                "*:\/\/*.tvc-mall.com\/*",
                "*:\/\/*.tvcmall.com\/*"
            ],
            "run_at": "document_end"
        },
        {
            "js": [
                ".\/lib\/jquery.min.js",
                ".\/js\/basic.js",
                ".\/js\/gfc.js",
                ".\/js\/newchic.js"
            ],
            "css": [
                ".\/css\/newchic.css"
            ],
            "matches": [
                "*:\/\/*.newchic.com\/*"
            ],
            "run_at": "document_end"
        },
        {
            "js": [
                ".\/lib\/jquery.min.js",
                ".\/js\/basic.js",
                ".\/js\/gfc.js",
                ".\/js\/rosegal.js"
            ],
            "css": [
                ".\/css\/rosegal.css"
            ],
            "matches": [
                "*:\/\/*.rosegal.com\/*"
            ],
            "run_at": "document_end"
        },
        {
            "js": [
                ".\/lib\/jquery.min.js",
                ".\/js\/basic.js",
                ".\/js\/gfc.js",
                ".\/js\/priceelf.js"
            ],
            "css": [
                ".\/css\/priceelf.css"
            ],
            "matches": [
                "*:\/\/*.priceelf.com\/*"
            ],
            "run_at": "document_end"
        },
        {
            "js": [
                ".\/lib\/jquery.min.js",
                ".\/js\/basic.js",
                ".\/js\/gfc.js",
                ".\/js\/romwe.js"
            ],
            "css": [
                ".\/css\/romwe.css"
            ],
            "matches": [
                "*:\/\/*.romwe.com\/*"
            ],
            "run_at": "document_end"
        },
        {
            "js": [
                ".\/lib\/jquery.min.js",
                ".\/js\/basic.js",
                ".\/js\/gfc.js",
                ".\/js\/shein.js"
            ],
            "css": [
                ".\/css\/shein.css"
            ],
            "matches": [
                "*:\/\/*.shein.com\/*"
            ],
            "run_at": "document_end"
        },
        {
            "js": [
                ".\/lib\/jquery.min.js",
                ".\/js\/basic.js",
                ".\/js\/gfc.js",
                ".\/js\/zaful.js"
            ],
            "css": [
                ".\/css\/zaful.css"
            ],
            "matches": [
                "*:\/\/*.zaful.com\/*"
            ],
            "run_at": "document_end"
        }
    ],
    "web_accessible_resources": [
        "\/*.png",
        ".\/img\/*.png",
        "\/*.jpg",
        ".\/img\/*.jpg",
        "\/*.gif",
        ".\/img\/*.gif",
        "\/options.html"
    ],
    "permissions": [
        "http:\/\/my.dropshipping.store\/*",
        "https:\/\/my.dropshipping.store\/*",
        "https:\/\/www.dropshipping.store\/*",
        "*:\/\/*.dropshipping.store\/*",
        "*:\/\/*.gfcinvoice.com\/*",
        "*:\/\/*.alibaba.com\/*",
        "*:\/\/*.aliexpress.com\/*",
        "*:\/\/*.aliexpress.ru\/*",
        "*:\/\/*.banggood.com\/*",
        "*:\/\/*.berrylook.com\/*",
        "*:\/\/*.boutiquefeel.com\/*",
        "*:\/\/*.cafago.com\/*",
        "*:\/\/*.cesdeals.com\/*",
        "*:\/\/*.chicme.com\/*",
        "*:\/\/*.dhgate.com\/*",
        "*:\/\/*.dresslily.com\/*",
        "*:\/\/*.dx.com\/*",
        "*:\/\/*.fairyseason.com\/*",
        "*:\/\/*.floryday.com\/*",
        "*:\/\/*.gearbest.com\/*",
        "*:\/\/*.gearbest.net\/*",
        "*:\/\/*.geekbuying.com\/*",
        "*:\/\/*.ivrose.com\/*",
        "*:\/\/*.joybuy.com\/*",
        "*:\/\/*.joybuy.es\/*",
        "*:\/\/*.jd.ru\/*",
        "*:\/\/*.joyshoetique.com\/*",
        "*:\/\/*.lightake.com\/*",
        "*:\/\/*.lightinthebox.com\/*",
        "*:\/\/*.lovelywholesale.com\/*",
        "*:\/\/*.milanoo.com\/*",
        "*:\/\/*.miniinthebox.com\/*",
        "*:\/\/*.newchic.com\/*",
        "*:\/\/*.priceelf.com\/*",
        "*:\/\/*.romwe.com\/*",
        "*:\/\/*.rosegal.com\/*",
        "*:\/\/*.shein.com\/*",
        "*:\/\/*.tomtop.com\/*",
        "*:\/\/*.tvc-mall.com\/*",
        "*:\/\/*.tvcmall.com\/*",
        "*:\/\/*.zaful.com\/*",
        "storage",
        "webRequest"
    ]
}