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은(는) alair.dev에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Provides extended functionality not provided by the web browser for the Alair application, the DMS for the E&C BIS."입니다.

확장 프로그램 스크린샷

screenshot

Alair Extended Functionality Plugin 확장 프로그램 CRX 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        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"
}