EE-BCPM-MIS Extension

EE-BCPM-MIS Provide Advance User friendlily features

EE-BCPM-MIS Extensionคืออะไร?

EE-BCPM-MIS Extension เป็นส่วนขยายของ Chrome ที่พัฒนาโดย EE Projects และคุณลักษณะหลักของมันคือ "EE-BCPM-MIS Provide Advance User friendlily features"

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

screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย EE-BCPM-MIS Extension

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

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

                        BCPM MIS - Fill Asha Payment Data with Excel Template

For Data entry easily.

https://ee-projects-ee.blogspot.com

[email protected]

Application supports the following browsers: Chrome (latest)

TERMS OF SERVICE

1. EE-BCPM-MIS Extension Filler is not official India government 
         software, app and extension.
2. If you use this extension, then it will be your responsibility that 
          how you are using this extension.
3. The main purpose of this extension is to make Data Entry easy, 
          but if you use this extension to upload data unofficially, then it 
          will be your responsibility. EE-Projects will not have any 
          responsibility in this.
4. EE-Projects software do not access any type of user site data 
        while using these software.                    

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

ชื่อ EE-BCPM-MIS Extension EE-BCPM-MIS Extension
ID ijpjmbpadncfefakjkiodlfhinidklie
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/ee-bcpm-mis-extension/ijpjmbpadncfefakjkiodlfhinidklie
คำอธิบาย EE-BCPM-MIS Provide Advance User friendlily features
ขนาดไฟล์ 3.2 MB
จำนวนการติดตั้ง 241
เวอร์ชันปัจจุบัน 1.0.1
อัปเดตครั้งล่าสุด 2022-09-24
วันที่เผยแพร่ 2021-12-08
ผู้พัฒนา EE Projects
อีเมล [email protected]
ประเภทการชำระเงิน free
URL หน้านโยบายความเป็นส่วนตัว https://ee-projects-ee.blogspot.com/2019/10/ee-projects-privacy-policy.html
ภาษาที่รองรับ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "version": "1.0.1",
    "manifest_version": 3,
    "default_locale": "en",
    "name": "__MSG_appName__",
    "short_name": "__MSG_appShortName__",
    "description": "__MSG_appDescription__",
    "options_page": "pages\/options\/options.html",
    "permissions": [
        "storage",
        "unlimitedStorage",
        "identity",
        "identity.email"
    ],
    "host_permissions": [
        "https:\/\/www.googleapis.com\/",
        "https:\/\/eeprojects.ctechhindi.in\/"
    ],
    "action": {
        "default_icon": {
            "16": "icons\/16x16.png",
            "24": "icons\/24x24.png",
            "32": "icons\/32x32.png"
        }
    },
    "icons": {
        "128": "icons\/128x128.png"
    },
    "background": {
        "service_worker": "service-worker.js"
    },
    "content_scripts": [
        {
            "matches": [
                "*:\/\/nhm-bcpm.in\/nhm\/asha_wise.php?*",
                "*:\/\/www.nhm-bcpm.in\/nhm\/asha_wise.php?*"
            ],
            "js": [
                "contentScript3.js"
            ]
        },
        {
            "matches": [
                "*:\/\/nhm-bcpm.in\/nhm\/asha_wise.php?*",
                "*:\/\/www.nhm-bcpm.in\/nhm\/asha_wise.php?*"
            ],
            "js": [
                "contentScript2.js"
            ]
        }
    ],
    "web_accessible_resources": [
        {
            "resources": [
                "assets\/*",
                "contentScripts2.js",
                "contentScripts3.js",
                "pages\/options\/options.html"
            ],
            "matches": [
                "*:\/\/nhm-bcpm.in\/*",
                "*:\/\/www.nhm-bcpm.in\/*"
            ]
        }
    ],
    "content_security_policy": {
        "extension_pages": "script-src 'self'; object-src 'self'"
    }
}