GFC Invoice
Converts AliExpress, Alibaba, GearBest order details into an invoice ready to print
GFC Invoice là gì?
GFC Invoice là một tiện ích mở rộng Chrome được phát triển bởi https://www.dropshipping.store, và tính năng chính của nó là "Converts AliExpress, Alibaba, GearBest order details into an invoice ready to print".
Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng
Tải xuống tệp CRX của tiện ích mở rộng GFC Invoice
Tải xuống các tệp mở rộng GFC Invoice dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.
Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng
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!
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | GFC Invoice |
ID | jcmpmmkhhoelakhlbbpoaeceagacckah |
URL Chính Thức | https://chromewebstore.google.com/detail/gfc-invoice/jcmpmmkhhoelakhlbbpoaeceagacckah |
Mô tả | Converts AliExpress, Alibaba, GearBest order details into an invoice ready to print |
Kích Thước Tệp | 683 KB |
Số Lần Cài Đặt | 1,021 |
Phiên Bản Hiện Tại | 0.0.2.7 |
Cập Nhật Lần Cuối | 2023-07-12 |
Ngày Phát Hành | 2020-05-19 |
Đánh Giá | 3.33/5 Tổng số 3 Đánh Giá |
Nhà Phát Triển | https://www.dropshipping.store |
[email protected] | |
Loại Thanh Toán | free |
Trang Web Mở Rộng | https://www.dropshipping.store/gfc-invoice/ |
URL Trang Trợ Giúp | https://www.dropshipping.store/gfc-invoice-instructions/ |
URL Trang Chính Sách Bảo Mật | https://www.dropshipping.store/privacy |
Ngôn Ngữ Được Hỗ Trợ | 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" ] } |