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에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "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

LDV Generator 확장 프로그램 CRX 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 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
}