Adrenalin Extension

Adrenalin extension to calculate total time spend in Office.

Adrenalin Extension란 무엇입니까?

Adrenalin Extension은(는) Santosh Kumar Behera에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Adrenalin extension to calculate total time spend in Office."입니다.

확장 프로그램 스크린샷

screenshot

Adrenalin Extension 확장 프로그램 CRX 파일 다운로드

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

확장 프로그램 사용 설명서

                                            

확장 프로그램 기본 정보

이름 Adrenalin Extension Adrenalin Extension
ID iionippmmaooffnikjhmcjeikobbghlb
공식 URL https://chromewebstore.google.com/detail/adrenalin-extension/iionippmmaooffnikjhmcjeikobbghlb
설명 Adrenalin extension to calculate total time spend in Office.
파일 크기 48.1 KB
설치 횟수 40
현재 버전 1.5
최근 업데이트 2016-11-03
출시 날짜 2016-11-03
평점 4.86/5 총 21 개의 평점
개발자 Santosh Kumar Behera
이메일 [email protected]
결제 유형 free
지원되는 언어 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Adrenalin Extension",
    "version": "1.5",
    "description": "Adrenalin extension to calculate total time spend in Office.",
    "author": "Santosh Behera",
    "page_action": {
        "default_icon": "icon.png",
        "default_title": "Adrenalin Extension",
        "default_popup": "AdrenalinExtMainUI.html"
    },
    "icons": {
        "128": "icon128.png"
    },
    "options_page": "AdrenalinExtOptions.html",
    "background": {
        "scripts": [
            "AdrenalinExtEventPage.js"
        ],
        "persistent": false
    },
    "content_scripts": [
        {
            "matches": [
                "http:\/\/10.157.40.23\/adrenalin\/*",
                "http:\/\/10.157.40.23\/Adrenalin\/*"
            ],
            "js": [
                "AdrenalinExtTotalTime.js",
                "jquery-3.1.1.min.js"
            ]
        }
    ],
    "permissions": [
        "storage",
        "notifications",
        "tabs",
        "http:\/\/10.157.40.23\/Adrenalin\/*",
        "http:\/\/10.157.40.23\/adrenalin\/*"
    ]
}