Alair Extended Functionality Plugin

Provides extended functionality not provided by the web browser for the Alair application, the DMS for the E&C BIS.

Alair Extended Functionality Pluginคืออะไร?

Alair Extended Functionality Plugin เป็นส่วนขยายของ Chrome ที่พัฒนาโดย alair.dev และคุณลักษณะหลักของมันคือ "Provides extended functionality not provided by the web browser for the Alair application, the DMS for the E&C BIS."

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

screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Alair Extended Functionality Plugin

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

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

                        Enables additional functions, extending standard web interface. Designed for Alair in Air Liquide E&C.                    

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

ชื่อ Alair Extended Functionality Plugin Alair Extended Functionality Plugin
ID lfjjjcjhcbidfjkmhdilenbgmpkbgcfn
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/alair-extended-functional/lfjjjcjhcbidfjkmhdilenbgmpkbgcfn
คำอธิบาย Provides extended functionality not provided by the web browser for the Alair application, the DMS for the E&C BIS.
ขนาดไฟล์ 47.33 KB
จำนวนการติดตั้ง 1,784
เวอร์ชันปัจจุบัน 0.1.3
อัปเดตครั้งล่าสุด 2022-07-14
วันที่เผยแพร่ 2022-07-13
ผู้พัฒนา alair.dev
อีเมล [email protected]
ประเภทการชำระเงิน free
ภาษาที่รองรับ en
manifest.json
{
    "author": "Air Liquide Global Engineering & Construction Solutions",
    "background": {
        "persistent": true,
        "scripts": [
            "background.js"
        ]
    },
    "content_scripts": [
        {
            "js": [
                "contentscript.js"
            ],
            "matches": [
                "http:\/\/localhost\/alair\/*",
                "*:\/\/*.airliquide.com\/alair\/*"
            ],
            "run_at": "document_start"
        }
    ],
    "description": "Provides extended functionality not provided by the web browser for the Alair application, the DMS for the E&C BIS.",
    "icons": {
        "128": "icons\/icon_128.png",
        "16": "icons\/icon_16.png",
        "32": "icons\/icon_32.png",
        "48": "icons\/icon_48.png"
    },
    "key": "MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAtO\/q3ioY7e\/QxvDC942n9VBtP46j5ML97OFXwyucLMFBnwebgb3TYARkbRSCBeQa9Nv6rZ1oxb2UgWeH1VSC9D\/\/XEdeK8+Q+ez0jK\/2oA+MYECX4tghnZLZ+K2BgiE0qpmrlN\/CPJvd5R8fIS85nC5EcV81iv9MhTQDY7SbZlDrgzpG3PN85PlwY65YRxsgVrgJs6yDgWT+EbS2cBfjouOef9jVDaVY\/hfJEeUqHMWu\/RSFV8lSpxNqpQsiHSIs4t2mXDyDlAwBYFYJ+kHsehQ5nISj6sCbZibfkrg8dVh7h\/JUieHgtuqM7G8Iz8hrTqNCji8z0E69cY+E2ovR3wIDAQAB",
    "manifest_version": 2,
    "name": "Alair Extended Functionality Plugin",
    "permissions": [
        "nativeMessaging"
    ],
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "version": "0.1.3"
}