AliExpress Order PDF Generator

AliExpress Order PDF Generator.

What is AliExpress Order PDF Generator?

AliExpress Order PDF Generator is a Chrome extension developed by https://aliextractors.com, and its main feature is "AliExpress Order PDF Generator.".

Extension Screenshots

screenshot

Download AliExpress Order PDF Generator Extension CRX File

Download AliExpress Order PDF Generator extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        "AliExpress Order PDF Generator" est un outil très pratique permettent de générer des récapitulatifs de commandes qui seront très utiles pour votre comptables et en cas de contrôle fiscal.
Nous insistons sur le point qu'il ne s'agit pas de factures, car cela signifierais que vous générez des "FAUSSES" factures, ce qui est totalement interdit.
Grâce à "AliExpress Order PDF Generator" la saisie comptable sera facilitée ainsi qu'un éventuel contrôle fiscal.                    

Extension Basic Information

Name AliExpress Order PDF Generator AliExpress Order PDF Generator
ID ennfdijfckfghbabbbpeegcaajnjmcpg
Official URL https://chromewebstore.google.com/detail/aliexpress-order-pdf-gene/ennfdijfckfghbabbbpeegcaajnjmcpg
Description AliExpress Order PDF Generator.
File Size 398 KB
Installation Count 65
Current Version 1.1
Last Updated 2018-03-20
Publish Date 2018-03-20
Developer https://aliextractors.com
Payment Type free
Extension Website https://aliextractors.com/
Supported Languages fr
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "AliExpress Order PDF Generator",
    "description": "AliExpress Order PDF Generator.",
    "version": "1.1",
    "browser_action": {
        "default_icon": "inv.png",
        "default_popup": "popup.html",
        "default_title": "AliExpress Order PDF Generator"
    },
    "background": {
        "scripts": [
            "jquery.min.js",
            "background.js"
        ]
    },
    "icons": {
        "128": "inv.png"
    },
    "permissions": [
        "activeTab",
        "storage",
        "unlimitedStorage",
        "https:\/\/aliextractors.com\/api"
    ],
    "content_scripts": [
        {
            "matches": [
                "https:\/\/trade.aliexpress.com\/order_detail.htm*",
                "https:\/\/*.alicdn.com\/*",
                "https:\/\/trade.aliexpress.com\/orderList.htm*",
                "https:\/\/trade.aliexpress.com\/order_list.htm*"
            ],
            "all_frames": true,
            "js": [
                "jquery.min.js",
                "jspdf.debug.js",
                "config.js",
                "content.js"
            ]
        }
    ]
}