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 เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Saba Software, Inc. และคุณลักษณะหลักของมันคือ "Enables the user to launch Saba Org Planning Administration app"
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Saba Org Planning Admin Chrome Connector 2.0
ดาวน์โหลดไฟล์ส่วนขยาย Saba Org Planning Admin Chrome Connector 2.0 ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
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" ] } |