Saba Org Planning Admin Chrome Connector 2.0
Enables the user to launch Saba Org Planning Administration app
What is Saba Org Planning Admin Chrome Connector 2.0?
Saba Org Planning Admin Chrome Connector 2.0 is a Chrome extension developed by Saba Software, Inc., and its main feature is "Enables the user to launch Saba Org Planning Administration app".
Extension Screenshots
Download Saba Org Planning Admin Chrome Connector 2.0 Extension CRX File
Download Saba Org Planning Admin Chrome Connector 2.0 extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
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.
Extension Basic Information
Name | Saba Org Planning Admin Chrome Connector 2.0 |
ID | lbjiebgdlgngeojjlebihchdmnaeehdg |
Official URL | https://chromewebstore.google.com/detail/saba-org-planning-admin-c/lbjiebgdlgngeojjlebihchdmnaeehdg |
Description | Enables the user to launch Saba Org Planning Administration app |
File Size | 9.66 KB |
Installation Count | 944 |
Current Version | 1.0.0.3 |
Last Updated | 2020-12-06 |
Publish Date | 2020-12-06 |
Developer | Saba Software, Inc. |
[email protected] | |
Payment Type | free |
Supported Languages | 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" ] } |