OfficeMaps
Search for People, Desks, Pins and Departments.
OfficeMaps क्या है?
OfficeMaps http://www.officemaps.com द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Search for People, Desks, Pins and Departments."।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में OfficeMaps एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ 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.
एक्सटेंशन की मूल जानकारी
नाम | |
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\/*" ] } ] } |