ContactOn
ContactOn Sign-in
ContactOnคืออะไร?
ContactOn เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Opennetworks (Pty) Ltd และคุณลักษณะหลักของมันคือ "ContactOn Sign-in"
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย ContactOn
ดาวน์โหลดไฟล์ส่วนขยาย ContactOn ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
In the constant rush of today, we are making tasks simpler and faster for you. Now you can further integrate ContactOn and Google Workspace to access information directly from your Google Workspace Mail. Once this Chrome Extension is installed you will find the "On" icon has appeared at the top of your Mail, Drive, Calendar and Document home screens. Clicking this icon will direct you to your ContactOn sign in page. If you are already signed into your Google Workspace account you will be automatically signed into ContactOn. If your mail was open before you installed this extension, simply refresh your mail screen to activate the extension. If you don't have a ContactOn account, feel free to give our sales team a shout.
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | |
ID | hmnpphonokhahpamocdfnieffiaimmen |
URL อย่างเป็นทางการ | https://chrome.google.com/webstore/detail/contacton/hmnpphonokhahpamocdfnieffiaimmen |
คำอธิบาย | ContactOn Sign-in |
ขนาดไฟล์ | 7.66 KB |
จำนวนการติดตั้ง | 351 |
เวอร์ชันปัจจุบัน | 6.4.0 |
อัปเดตครั้งล่าสุด | 2020-12-17 |
วันที่เผยแพร่ | 2019-05-02 |
คะแนน | 5.00/5 รวมทั้งหมด 9 คะแนน |
ผู้พัฒนา | Opennetworks (Pty) Ltd |
อีเมล | [email protected] |
ประเภทการชำระเงิน | free |
เว็บไซต์ส่วนขยาย | https://www.contacton.com |
URL หน้าช่วยเหลือ | https://www.contacton.com |
URL หน้านโยบายความเป็นส่วนตัว | https://contacton.com/docs/privacy.html |
ภาษาที่รองรับ | en-GB |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "ContactOn", "version": "6.4.0", "homepage_url": "https:\/\/www.contacton.com", "description": "ContactOn Sign-in", "icons": { "128": "chromeextensionicon-01.png" }, "permissions": [ "*:\/\/*.google.com\/*" ], "content_scripts": [ { "matches": [ "*:\/\/mail.google.com\/*", "*:\/\/drive.google.com\/*", "*:\/\/docs.google.com\/*", "*:\/\/calendar.google.com\/*", "*:\/\/sites.google.com\/*" ], "js": [ "myscript.js" ], "run_at": "document_end" } ], "web_accessible_resources": [ "*.svg" ] } |