Saba Org Planning Admin Chrome Connector 2.0
Enables the user to launch Saba Org Planning Administration app
Co je Saba Org Planning Admin Chrome Connector 2.0?
Saba Org Planning Admin Chrome Connector 2.0 je rozšíření Chrome vyvinuté Saba Software, Inc., a jeho hlavní funkcí je „Enables the user to launch Saba Org Planning Administration app“.
Snímky obrazovky rozšíření
Stáhnout soubor CRX rozšíření Saba Org Planning Admin Chrome Connector 2.0
Stáhněte si soubory rozšíření Saba Org Planning Admin Chrome Connector 2.0 ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.
Pokyny pro Použití Rozšíření
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.
Základní Informace o Rozšíření
Název | Saba Org Planning Admin Chrome Connector 2.0 |
ID | lbjiebgdlgngeojjlebihchdmnaeehdg |
Oficiální URL | https://chromewebstore.google.com/detail/saba-org-planning-admin-c/lbjiebgdlgngeojjlebihchdmnaeehdg |
Popis | Enables the user to launch Saba Org Planning Administration app |
Velikost souboru | 9.66 KB |
Počet instalací | 944 |
Aktuální Verze | 1.0.0.3 |
Poslední Aktualizace | 2020-12-06 |
Datum Vydání | 2020-12-06 |
Vývojář | Saba Software, Inc. |
[email protected] | |
Typ Platby | free |
Podporované Jazyky | 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" ] } |