OfficeMaps

Search for People, Desks, Pins and Departments.

OfficeMaps란 무엇입니까?

OfficeMaps은(는) http://www.officemaps.com에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Search for People, Desks, Pins and Departments."입니다.

확장 프로그램 스크린샷

screenshot

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

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

확장 프로그램 사용 설명서

                        OfficeMaps is an interactive office floor plan and staff directory application. Deployed in the cloud or on premises it helps staff find the people, places and things in the business through a variety of location and attribute based search options. 
Integrate with Active Directory to populate staff lists, then expand with detailed profiles to include the details most important to your business – such as languages spoken, industry experience or current certifications. Record the details that facilitate collaboration and flexible work practices, like working days, current status and work location.
Map business locations down to individual floor levels within the building and pin assets, facilities and people to particular locations. See which desks are available at any given time to accommodate visiting staff and support hotdesking arrangements.                    

확장 프로그램 기본 정보

이름 OfficeMaps OfficeMaps
ID kiiooiakocedecfmaddppakmaiaonekj
공식 URL https://chrome.google.com/webstore/detail/officemaps/kiiooiakocedecfmaddppakmaiaonekj
설명 Search for People, Desks, Pins and Departments.
파일 크기 1.31 MB
설치 횟수 379
현재 버전 2.4.2.3
최근 업데이트 2018-12-11
출시 날짜 2018-12-11
평점 4.67/5 총 9 개의 평점
개발자 http://www.officemaps.com
이메일 [email protected]
결제 유형 free
지원되는 언어 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "OfficeMaps",
    "version": "2.4.2.3",
    "manifest_version": 2,
    "description": "Search for People, Desks, Pins and Departments.",
    "icons": {
        "16": "icon16.ico",
        "48": "icon48.png",
        "128": "icon128.png"
    },
    "browser_action": {
        "default_icon": {
            "19": "icon.png",
            "38": "icon.png"
        },
        "default_title": "OfficeMaps Extension",
        "default_popup": "popup.html"
    },
    "permissions": [
        "storage",
        "tabs",
        "clipboardWrite",
        "clipboardRead"
    ],
    "sandbox": {
        "pages": [
            "app.html"
        ]
    },
    "web_accessible_resources": [
        "*.woff",
        "*.woff2"
    ],
    "content_scripts": [
        {
            "js": [
                "content.js"
            ],
            "matches": [
                "http:\/\/om.localhost\/*",
                "https:\/\/dev.officemaps.com\/*",
                "https:\/\/app.officemaps.com\/*"
            ]
        }
    ]
}