GIZA

Displays today's working time from Abacus attendance system. (G)rabbing (I)information (Z)from (A)bacus.

GIZA란 무엇입니까?

GIZA은(는) saric에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Displays today's working time from Abacus attendance system. (G)rabbing (I)information (Z)from (A)bacus."입니다.

확장 프로그램 스크린샷

screenshot

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

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

확장 프로그램 사용 설명서

                        GIZA extension can be used to display today's working time from Abacus attendance system and to fill time registration into Achievo system. In options you should enter URL - the url of the server where the Abacus attendance system / Achievo system is installed; USERNAME - your username to login into Abacus / Achievo; PASSWORD - your password to login into Abacus / Achievo.                    

확장 프로그램 기본 정보

이름 GIZA GIZA
ID fkhdheahldobjhelmheaolncekidbcip
공식 URL https://chromewebstore.google.com/detail/giza/fkhdheahldobjhelmheaolncekidbcip
설명 Displays today's working time from Abacus attendance system. (G)rabbing (I)information (Z)from (A)bacus.
파일 크기 214 KB
설치 횟수 28
현재 버전 2.18
최근 업데이트 2017-11-20
출시 날짜 2017-11-20
평점 5.00/5 총 5 개의 평점
개발자 saric
결제 유형 free
지원되는 언어 en,cs
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "version": "2.18",
    "name": "__MSG_appName__",
    "description": "__MSG_appDescription__",
    "default_locale": "en",
    "minimum_chrome_version": "22.0.0.0",
    "icons": {
        "128": "images\/icon128.png",
        "48": "images\/icon48.png",
        "16": "images\/icon16.png"
    },
    "browser_action": {
        "default_icon": "images\/icon128.png",
        "default_title": "__MSG_appName__",
        "default_popup": "src\/popup\/popup.html"
    },
    "options_ui": {
        "page": "src\/options\/index.html",
        "open_in_tab": true
    },
    "background": {
        "page": "src\/background\/background.html"
    },
    "permissions": [
        "http:\/\/*\/*",
        "https:\/\/*\/*",
        "alarms"
    ],
    "content_scripts": [
        {
            "matches": [
                "*:\/\/*\/achievo\/dispatch.php?*",
                "*:\/\/*\/achievo\/"
            ],
            "js": [
                "src\/options\/lib\/store.js",
                "scripts\/browser.js",
                "scripts\/consts.js",
                "scripts\/alarms.js",
                "scripts\/common.js",
                "scripts\/achievo.js"
            ],
            "run_at": "document_end",
            "all_frames": true
        }
    ],
    "web_accessible_resources": [
        "images\/icon16.png",
        "images\/icon48.png",
        "images\/icon128.png",
        "images\/ajax_loader.gif"
    ]
}