LDV Generator

Dalla pagina "dettaglio della vendita" di eBay.it e amazon.it crea un box in grado di inviare i dati al software LDV Generator

LDV Generator क्या है?

LDV Generator https://www.maipiusenza.com द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Dalla pagina "dettaglio della vendita" di eBay.it e amazon.it crea un box in grado di inviare i dati al software LDV Generator"।

एक्सटेंशन स्क्रीनशॉट्स

screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में LDV Generator एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।

एक्सटेंशन उपयोग निर्देश

                        ITALIANO:
Questo add-on estende le funzionalità del software "LDV Generator".
Crea un box nella pagina "dettaglio della vendita" di eBay.it e Amazon in grado di raccogliere tutte le informazioni relative al destinatario della spedizione ed inviarle al software così da creare automaticamente le lettere di vettura per alcuni dei principali corrieri italiani.

ENGLISH:
This add-on extends the features of the software "LDV Generator".
Creates a box in the "sales details" of eBay.it and Amazon able to retrieve all the data about the consignee of the shipment and to send them to the software, so to create the shipping documents for some of the most important Italian couriers.                    

एक्सटेंशन की मूल जानकारी

नाम LDV Generator LDV Generator
ID fjhmcddlpcjojpicloofdjpapoojgjmb
आधिकारिक URL https://chromewebstore.google.com/detail/ldv-generator/fjhmcddlpcjojpicloofdjpapoojgjmb
विवरण Dalla pagina "dettaglio della vendita" di eBay.it e amazon.it crea un box in grado di inviare i dati al software LDV Generator
फ़ाइल का आकार 109 KB
स्थापना संख्या 463
वर्तमान संस्करण 1.901
अंतिम अपडेट 2024-02-29
प्रकाशन तिथि 2020-01-31
रेटिंग 4.40/5 कुल 5 रेटिंग्स
डेवलपर https://www.maipiusenza.com
ईमेल [email protected]
भुगतान के प्रकार free
एक्सटेंशन वेबसाइट http://www.maipiusenza.com/LDV
सहायता पृष्ठ URL http://www.maipiusenza.com/LDV/istr_import.php
समर्थित भाषाएँ it
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "LDV Generator",
    "version": "1.901",
    "description": "Dalla pagina \"dettaglio della vendita\" di eBay.it e amazon.it crea un box in grado di inviare i dati al software LDV Generator",
    "content_scripts": [
        {
            "matches": [
                "*:\/\/payments.ebay.it\/ws\/eBayISAPI.dll?ViewPaymentStatus&*",
                "*:\/\/vod.ebay.it\/vod\/FetchOrderDetails*",
                "*:\/\/k2b-bulk.ebay.it\/ws\/eBayISAPI.dll?EditSalesRecord&*",
                "*:\/\/www.ebay.it\/sh\/ord\/details*",
                "*:\/\/www.ebay.it\/mesh\/ord\/details*",
                "*:\/\/sellercentral.amazon.it\/hz\/orders\/details*",
                "*:\/\/sellercentral.amazon.it\/orders\/details*",
                "*:\/\/sellercentral.amazon.it\/orders-v3\/order*",
                "*:\/\/sellercentral-europe.amazon.com\/hz\/orders\/details*",
                "*:\/\/sellercentral-europe.amazon.com\/orders\/details*",
                "*:\/\/sellercentral-europe.amazon.com\/orders-v3\/order*",
                "http:\/\/www.maipiusenza.com\/LDV\/test*",
                "https:\/\/www.maipiusenza.com\/Nadia*"
            ],
            "css": [
                "ldv.css"
            ],
            "js": [
                "contentscript.js",
                "ldv.js"
            ],
            "run_at": "document_idle",
            "all_frames": false
        }
    ],
    "background": {
        "service_worker": "background.js"
    },
    "permissions": [
        "webNavigation",
        "storage",
        "scripting"
    ],
    "host_permissions": [
        "https:\/\/sellercentral.amazon.it\/*",
        "*:\/\/sellercentral-europe.amazon.com\/*",
        "https:\/\/www.maipiusenza.com\/LDV\/API\/*"
    ],
    "web_accessible_resources": [
        {
            "resources": [
                "images\/*.png",
                "ldv.js"
            ],
            "matches": [
                ""
            ]
        }
    ],
    "icons": {
        "48": "images\/ico48.png",
        "128": "images\/ico64.png",
        "64": "images\/ico64.png"
    },
    "options_ui": {
        "page": "options.html"
    },
    "manifest_version": 3
}