Giao hàng tiết kiệm

Giao hàng tiết kiệm

Wat is Giao hàng tiết kiệm?

Giao hàng tiết kiệm is een Chrome-extensie ontwikkeld door Unknown, en de belangrijkste functie is "Giao hàng tiết kiệm".

Extensie Screenshots

screenshot

Download het CRX-bestand van de extensie Giao hàng tiết kiệm

Download Giao hàng tiết kiệm-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

                        Ứng dụng hỗ trợ tính phí dịch vụ vận chuyển của Giao Hàng Tiết Kiệm (giaohangtietkiem.com). Hỗ trợ các bạn shop trả lời nhanh cho khách hàng biết phí giao hàng.                    

Basisinformatie over de Extensie

Naam Giao hàng tiết kiệm Giao hàng tiết kiệm
ID dnccpnibbfhjbhjhhoodjbkkljodpckg
Officiële URL https://chromewebstore.google.com/detail/giao-h%C3%A0ng-ti%E1%BA%BFt-ki%E1%BB%87m/dnccpnibbfhjbhjhhoodjbkkljodpckg
Beschrijving Giao hàng tiết kiệm
Bestandsgrootte 349 KB
Aantal Installaties 897
Huidige Versie 0.0.1
Laatst Bijgewerkt 2018-07-04
Publicatiedatum 2018-07-03
Beoordeling 5.00/5 Totaal 1 Beoordelingen
Ontwikkelaar Unknown
Betalingswijze free
Ondersteunde Talen vi
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Giao h\u00e0ng ti\u1ebft ki\u1ec7m",
    "description": "Giao h\u00e0ng ti\u1ebft ki\u1ec7m",
    "version": "0.0.1",
    "author": "Hoang Nhat Nguyen ",
    "browser_action": {
        "default_popup": "index.html",
        "default_title": "Open the popup"
    },
    "icons": {
        "16": "ico16.png",
        "48": "ico48.png",
        "128": "ico128.png"
    },
    "permissions": [
        "webRequest",
        "webRequestBlocking",
        "https:\/\/services.giaohangtietkiem.vn\/"
    ],
    "background": {
        "scripts": [
            "background.js"
        ]
    }
}