Ali Invoice FREE

Converts AliExpress order details into an invoice ready to print

Ali Invoice FREEคืออะไร?

Ali Invoice FREE เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://www.dropshipping.store และคุณลักษณะหลักของมันคือ "Converts AliExpress order details into an invoice ready to print"

ภาพหน้าจอของส่วนขยาย

screenshot
screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Ali Invoice FREE

ดาวน์โหลดไฟล์ส่วนขยาย Ali Invoice FREE ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

                        This is a FREE version of our famous Ali Invoice extension and, of course, it has some limitations. Use it freely and if you need more features and options, upgrade to Ali Invoice Standard version.

After installing the extension, you need to enter your details. 
  1. Click on the AliInvoice FREE icon
  2. Select Options
  3. Enter required details
  4. Click on the Save button

Using AliInvoice FREE, on AliExpress website
  1. Open My Orders page
  2. Click on Ali Invoice button
  3. Done                    

ข้อมูลพื้นฐานของส่วนขยาย

ชื่อ Ali Invoice FREE Ali Invoice FREE
ID chniojlpokhaobfkdihilpfafgoealpp
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/ali-invoice-free/chniojlpokhaobfkdihilpfafgoealpp
คำอธิบาย Converts AliExpress order details into an invoice ready to print
ขนาดไฟล์ 184 KB
จำนวนการติดตั้ง 29,541
เวอร์ชันปัจจุบัน 0.1.3.1
อัปเดตครั้งล่าสุด 2023-07-11
วันที่เผยแพร่ 2020-03-02
คะแนน 3.42/5 รวมทั้งหมด 33 คะแนน
ผู้พัฒนา https://www.dropshipping.store
อีเมล [email protected]
ประเภทการชำระเงิน free
เว็บไซต์ส่วนขยาย https://www.dropshipping.store/ali-invoice
URL หน้าช่วยเหลือ https://www.dropshipping.store/ali-invoice-instructions-free
URL หน้านโยบายความเป็นส่วนตัว https://www.dropshipping.store/privacy
ภาษาที่รองรับ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Ali Invoice FREE",
    "version": "0.1.3.1",
    "manifest_version": 2,
    "description": "Converts AliExpress order details into an invoice ready to print",
    "author": "Ivan Matic",
    "background": {
        "scripts": [
            ".\/lib\/jquery.min.js",
            ".\/js\/background.js"
        ],
        "persistent": true
    },
    "icons": {
        "16": ".\/img\/icon16.png",
        "32": ".\/img\/icon32.png",
        "48": ".\/img\/icon48.png",
        "64": ".\/img\/icon64.png",
        "128": ".\/img\/icon128.png"
    },
    "browser_action": {
        "default_title": "Ali Invoice FREE",
        "default_icon": ".\/img\/icon128.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\/orders-page.js"
            ],
            "css": [
                ".\/css\/custom.css"
            ],
            "matches": [
                "http:\/\/trade.aliexpress.com\/order_list.htm*",
                "https:\/\/trade.aliexpress.com\/order_list.htm*",
                "http:\/\/trade.aliexpress.com\/orderList.htm*",
                "https:\/\/trade.aliexpress.com\/orderList.htm*",
                "http:\/\/trade.aliexpress.com\/ordertrash\/orderTrash.htm*",
                "https:\/\/trade.aliexpress.com\/ordertrash\/orderTrash.htm*"
            ]
        },
        {
            "js": [
                ".\/lib\/jquery.min.js",
                ".\/js\/aliinvoice.js"
            ],
            "css": [
                ".\/css\/custom.css"
            ],
            "matches": [
                "http:\/\/trade.aliexpress.com\/order_detail.htm*&inv=3",
                "https:\/\/trade.aliexpress.com\/order_detail.htm?inv=3*"
            ]
        },
        {
            "js": [
                ".\/lib\/jquery.min.js",
                ".\/js\/aliexpress.js"
            ],
            "matches": [
                "https:\/\/*.aliexpress.com\/*"
            ]
        },
        {
            "js": [
                ".\/lib\/accounting.min.js",
                ".\/lib\/jquery.min.js",
                ".\/js\/components\/modal.js",
                ".\/js\/components\/interface.js",
                ".\/js\/components\/utilities.js",
                ".\/js\/components\/ordersPage.js",
                ".\/js\/components\/orderDetails.js",
                ".\/js\/components\/orderLogistics.js"
            ],
            "matches": [
                "*:\/\/*.aliexpress.com\/*",
                "*:\/\/*.aliexpress.ru\/*",
                "*:\/\/*.aliexpress.us\/*"
            ],
            "css": [
                ".\/css\/custom.css"
            ]
        }
    ],
    "web_accessible_resources": [
        "\/*.png",
        "\/img\/*.png",
        "\/*.gif",
        "\/img\/*.gif",
        "\/options.html"
    ],
    "permissions": [
        "http:\/\/*.aliexpress.com\/*",
        "https:\/\/*.aliexpress.com\/*",
        "https:\/\/trade.aliexpress.com\/*",
        "http:\/\/my.dropshipping.store\/*",
        "https:\/\/my.dropshipping.store\/*",
        "https:\/\/www.dropshipping.store\/*",
        "*:\/\/*.dropshipping.store\/*",
        "storage"
    ],
    "optional_permissions": [
        "*:\/\/*.aliexpress.us\/*"
    ]
}