GFC Invoice
Converts AliExpress, Alibaba, GearBest order details into an invoice ready to print
GFC Invoice란 무엇입니까?
GFC Invoice은(는) https://www.dropshipping.store에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Converts AliExpress, Alibaba, GearBest order details into an invoice ready to print"입니다.
확장 프로그램 스크린샷
GFC Invoice 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
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!
확장 프로그램 기본 정보
이름 | GFC Invoice |
ID | jcmpmmkhhoelakhlbbpoaeceagacckah |
공식 URL | https://chromewebstore.google.com/detail/gfc-invoice/jcmpmmkhhoelakhlbbpoaeceagacckah |
설명 | Converts AliExpress, Alibaba, GearBest order details into an invoice ready to print |
파일 크기 | 683 KB |
설치 횟수 | 1,021 |
현재 버전 | 0.0.2.7 |
최근 업데이트 | 2023-07-12 |
출시 날짜 | 2020-05-19 |
평점 | 3.33/5 총 3 개의 평점 |
개발자 | https://www.dropshipping.store |
이메일 | [email protected] |
결제 유형 | free |
확장 프로그램 웹 사이트 | https://www.dropshipping.store/gfc-invoice/ |
도움말 페이지 URL | https://www.dropshipping.store/gfc-invoice-instructions/ |
개인정보 보호 정책 페이지 URL | https://www.dropshipping.store/privacy |
지원되는 언어 | 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" ] } |