OfficeMaps

Search for People, Desks, Pins and Departments.

Qu'est-ce que OfficeMaps ?

OfficeMaps est une extension Chrome développée par http://www.officemaps.com, et sa fonction principale est "Search for People, Desks, Pins and Departments.".

Captures d'Écran de l'Extension

screenshot

Télécharger le fichier CRX de l'extension OfficeMaps

Téléchargez les fichiers d'extension OfficeMaps au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        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.                    

Informations de Base sur l'Extension

Nom OfficeMaps OfficeMaps
ID kiiooiakocedecfmaddppakmaiaonekj
URL Officiel https://chrome.google.com/webstore/detail/officemaps/kiiooiakocedecfmaddppakmaiaonekj
Description Search for People, Desks, Pins and Departments.
Taille du Fichier 1.31 MB
Nombre d'Installations 379
Version Actuelle 2.4.2.3
Dernière Mise à Jour 2018-12-11
Date de Publication 2018-12-11
Évaluation 4.67/5 Total 9 Évaluations
Développeur http://www.officemaps.com
Email [email protected]
Type de Paiement free
Langues Prises en Charge 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\/*"
            ]
        }
    ]
}