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文件

下载OfficeMaps扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

                        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\/*"
            ]
        }
    ]
}