Giao hàng tiết kiệm

Giao hàng tiết kiệm

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

Giao hàng tiết kiệm is a Chrome extension developed by Unknown, and its main feature is "Giao hàng tiết kiệm".

Extension Screenshots

screenshot

Download Giao hàng tiết kiệm Extension CRX File

Download Giao hàng tiết kiệm 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

                        Ứ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.                    

Extension Basic Information

Name Giao hàng tiết kiệm Giao hàng tiết kiệm
ID dnccpnibbfhjbhjhhoodjbkkljodpckg
Official URL https://chromewebstore.google.com/detail/giao-h%C3%A0ng-ti%E1%BA%BFt-ki%E1%BB%87m/dnccpnibbfhjbhjhhoodjbkkljodpckg
Description Giao hàng tiết kiệm
File Size 349 KB
Installation Count 897
Current Version 0.0.1
Last Updated 2018-07-04
Publish Date 2018-07-03
Rating 5.00/5 Total 1 Ratings
Developer Unknown
Payment Type free
Supported Languages 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"
        ]
    }
}