Cetak Label Alamat

Cetak Label Alamat

Cos'è Cetak Label Alamat?

Cetak Label Alamat è un'estensione di Chrome sviluppata da https://cetaklabelalamat.com, e la sua funzione principale è "Cetak Label Alamat".

Screenshot dell'Estensione

screenshot
screenshot

Scarica il file CRX dell'estensione Cetak Label Alamat

Scarica i file di estensione Cetak Label Alamat in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        Ekstensi ini memungkinkan penjual marketplace untuk mencetak label alamat pengiriman Tokopedia, Bukalapak, Shopee, dan Lazada menggunakan printer label dari Halaman Cetak Label Pengiriman pada masing-masing marketplace.

Buka halaman cetak label pengiriman seperti biasa. Ketika halaman sudah dimuat sepenuhnya, jalankan ekstensi dan anda akan dibawa ke halaman print preview untuk pengaturan cetak pada printer label.

Klik Cetak /  Print, dan pastikan kertas label sudah terpasang dengan benar dan printer sudah menyala. Hanya dapat digunakan untuk situs Marketplace Indonesia : Tokopedia, Bukalapak, Shopee Indonesia, dan Lazada Indonesia.                    

Informazioni di Base sull'Estensione

Nome Cetak Label Alamat Cetak Label Alamat
ID pfkcallckpiapbmignokbdjamkejnimk
URL Ufficiale https://chromewebstore.google.com/detail/cetak-label-alamat/pfkcallckpiapbmignokbdjamkejnimk
Descrizione Cetak Label Alamat
Dimensione del File 9.95 KB
Conteggio Installazioni 4,123
Versione Corrente 2.06
Ultimo Aggiornamento 2022-05-21
Data di Pubblicazione 2020-06-28
Valutazione 4.07/5 Totale 14 Valutazioni
Sviluppatore https://cetaklabelalamat.com
Email [email protected]
Tipo di Pagamento free
Lingue Supportate id
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Cetak Label Alamat",
    "version": "2.06",
    "description": "Cetak Label Alamat",
    "browser_action": {
        "default_popup": "popup.html"
    },
    "permissions": [
        "activeTab",
        "storage",
        "*:\/\/*.cetaklabelalamat.com\/*",
        "*:\/\/cetaklabelalamat.com\/*"
    ],
    "content_scripts": [
        {
            "matches": [
                "*:\/\/*.cetaklabelalamat.com\/*",
                "*:\/\/cetaklabelalamat.com\/*"
            ],
            "run_at": "document_start",
            "js": [
                "auth.js"
            ]
        }
    ],
    "manifest_version": 2,
    "externally_connectable": {
        "matches": [
            "*:\/\/*.cetaklabelalamat.com\/*",
            "*:\/\/cetaklabelalamat.com\/*"
        ]
    },
    "content_security_policy": "script-src 'self' https:\/\/www.google-analytics.com https:\/\/apis.google.com; object-src 'self'"
}