IMAS DVC

Công cụ hỗ trợ nhận dữ liệu bảng đối chiếu 20a, 20c từ IMAS

IMAS DVCคืออะไร?

IMAS DVC เป็นส่วนขยายของ Chrome ที่พัฒนาโดย TSC และคุณลักษณะหลักของมันคือ "Công cụ hỗ trợ nhận dữ liệu bảng đối chiếu 20a, 20c từ IMAS"

ภาพหน้าจอของส่วนขยาย

screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย IMAS DVC

ดาวน์โหลดไฟล์ส่วนขยาย IMAS DVC ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

                        Công cụ hỗ trợ nhận dữ liệu từ IMAS để tạo nhanh bảng đối chiếu 20a (mẫu 01a) và 20c (mẫu 02a) lên dịch vụ công kho bạc nhà nước                    

ข้อมูลพื้นฐานของส่วนขยาย

ชื่อ IMAS DVC IMAS DVC
ID pgdgmbndfggakdloofhbdkefenepmplc
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/imas-dvc/pgdgmbndfggakdloofhbdkefenepmplc
คำอธิบาย Công cụ hỗ trợ nhận dữ liệu bảng đối chiếu 20a, 20c từ IMAS
ขนาดไฟล์ 83.76 KB
จำนวนการติดตั้ง 3,175
เวอร์ชันปัจจุบัน 1.0.1
อัปเดตครั้งล่าสุด 2022-01-04
วันที่เผยแพร่ 2021-12-31
คะแนน 5.00/5 รวมทั้งหมด 2 คะแนน
ผู้พัฒนา TSC
อีเมล [email protected]
ประเภทการชำระเงิน free
ภาษาที่รองรับ vi
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "action": {
        "default_popup": "popup.html",
        "default_title": "IMAS DVC"
    },
    "author": "TSC",
    "background": {
        "service_worker": "background.js",
        "type": "module"
    },
    "content_scripts": [
        {
            "js": [
                "imasDvcScript.js"
            ],
            "matches": [
                "https:\/\/dvc.vst.mof.gov.vn\/*"
            ],
            "run_at": "document_idle"
        }
    ],
    "description": "C\u00f4ng c\u1ee5 h\u1ed7 tr\u1ee3 nh\u1eadn d\u1eef li\u1ec7u b\u1ea3ng \u0111\u1ed1i chi\u1ebfu 20a, 20c t\u1eeb IMAS",
    "icons": {
        "128": "icons\/icon_128.png",
        "16": "icons\/icon_16.png",
        "32": "icons\/icon_32.png",
        "48": "icons\/icon_48.png"
    },
    "manifest_version": 3,
    "name": "IMAS DVC",
    "version": "1.0.1"
}