Saba Org Planning Admin Chrome Connector 2.0
Enables the user to launch Saba Org Planning Administration app
Saba Org Planning Admin Chrome Connector 2.0 क्या है?
Saba Org Planning Admin Chrome Connector 2.0 Saba Software, Inc. द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Enables the user to launch Saba Org Planning Administration app"।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में Saba Org Planning Admin Chrome Connector 2.0 एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
Enables the user to launch Saba Org Planning Administration Application. This Chrome Connector App provides you a platform to connect Saba Org Planning Administration Application. This connector will only work with Saba Org Planning Administration Application which provides creation of Domains, Views, Profiles etc.
एक्सटेंशन की मूल जानकारी
नाम | Saba Org Planning Admin Chrome Connector 2.0 |
ID | lbjiebgdlgngeojjlebihchdmnaeehdg |
आधिकारिक URL | https://chromewebstore.google.com/detail/saba-org-planning-admin-c/lbjiebgdlgngeojjlebihchdmnaeehdg |
विवरण | Enables the user to launch Saba Org Planning Administration app |
फ़ाइल का आकार | 9.66 KB |
स्थापना संख्या | 944 |
वर्तमान संस्करण | 1.0.0.3 |
अंतिम अपडेट | 2020-12-06 |
प्रकाशन तिथि | 2020-12-06 |
डेवलपर | Saba Software, Inc. |
ईमेल | [email protected] |
भुगतान के प्रकार | free |
समर्थित भाषाएँ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Saba Org Planning Admin Chrome Connector 2.0", "version": "1.0.0.3", "manifest_version": 2, "description": "Enables the user to launch Saba Org Planning Administration app", "background": { "scripts": [ "main.js" ] }, "minimum_chrome_version": "45.0", "icons": { "128": "icon-128.png" }, "content_scripts": [ { "run_at": "document_end", "matches": [ "https:\/\/*\/*\/tenants\/*", "https:\/\/*\/*\/Tenants\/*" ], "js": [ "contentscript.js" ] } ], "permissions": [ "nativeMessaging", "cookies", "*:\/\/*\/*\/tenants\/*", "*:\/\/*\/*\/Tenants\/*" ], "web_accessible_resources": [ "manifest.json" ] } |