OfficeMaps

Search for People, Desks, Pins and Departments.

OfficeMaps là gì?

OfficeMaps là một tiện ích mở rộng Chrome được phát triển bởi http://www.officemaps.com, và tính năng chính của nó là "Search for People, Desks, Pins and Departments.".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot

Tải xuống tệp CRX của tiện ích mở rộng OfficeMaps

Tải xuống các tệp mở rộng OfficeMaps dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        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.                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên OfficeMaps OfficeMaps
ID kiiooiakocedecfmaddppakmaiaonekj
URL Chính Thức https://chrome.google.com/webstore/detail/officemaps/kiiooiakocedecfmaddppakmaiaonekj
Mô tả Search for People, Desks, Pins and Departments.
Kích Thước Tệp 1.31 MB
Số Lần Cài Đặt 379
Phiên Bản Hiện Tại 2.4.2.3
Cập Nhật Lần Cuối 2018-12-11
Ngày Phát Hành 2018-12-11
Đánh Giá 4.67/5 Tổng số 9 Đánh Giá
Nhà Phát Triển http://www.officemaps.com
Email [email protected]
Loại Thanh Toán free
Ngôn Ngữ Được Hỗ Trợ 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\/*"
            ]
        }
    ]
}