M-Files for Chrome
M-Files for Chrome ensures optimal M-Files user experience for Google Chrome.
M-Files for Chrome क्या है?
M-Files for Chrome M-Files द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "M-Files for Chrome ensures optimal M-Files user experience for Google Chrome."।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में M-Files for Chrome एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
M-Files for Chrome makes editing documents more effortless by allowing you to check them out for editing as well as to check them back in once you are done. M-Files for Chrome is supported both for Windows and macOS users. Note: It is advised to clear the cache of your Google Chrome browser and reinstall the M-Files for Chrome extension, if the yellow ribbon remains in your M-Files Web or you are having trouble updating the extension.
एक्सटेंशन की मूल जानकारी
नाम | M-Files for Chrome |
ID | lapmgejioldofnecdomcdgblbiffefhb |
आधिकारिक URL | https://chromewebstore.google.com/detail/m-files-for-chrome/lapmgejioldofnecdomcdgblbiffefhb |
विवरण | M-Files for Chrome ensures optimal M-Files user experience for Google Chrome. |
फ़ाइल का आकार | 335 KB |
स्थापना संख्या | 99,170 |
वर्तमान संस्करण | 2.1.1 |
अंतिम अपडेट | 2024-03-01 |
प्रकाशन तिथि | 2020-02-22 |
रेटिंग | 3.22/5 कुल 27 रेटिंग्स |
डेवलपर | M-Files |
ईमेल | [email protected] |
भुगतान के प्रकार | free |
सहायता पृष्ठ URL | https://m-files.force.com/s/article/mfiles-ka-246925 |
समर्थित भाषाएँ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "M-Files for Chrome", "version": "2.1.1", "manifest_version": 3, "incognito": "split", "description": "M-Files for Chrome ensures optimal M-Files user experience for Google Chrome.", "icons": { "128": "m-files_icon.png" }, "options_page": "options.html", "homepage_url": "http:\/\/www.m-files.com", "permissions": [ "notifications", "nativeMessaging", "background", "cookies", "storage", "scripting", "activeTab", "alarms" ], "host_permissions": [ "http:\/\/*\/*", "https:\/\/*\/*" ], "background": { "service_worker": "main.js", "type": "module" }, "content_scripts": [ { "matches": [ "http:\/\/*\/*", "https:\/\/*\/*" ], "js": [ "contentscripts\/page.js" ], "all_frames": true } ], "web_accessible_resources": [ { "resources": [ "script.js" ], "matches": [ " |