ContactOn
ContactOn Sign-in
Vad är ContactOn?
ContactOn är en Chrome-tillägg utvecklad av Opennetworks (Pty) Ltd, och dess huvudfunktion är "ContactOn Sign-in".
Tilläggsskärmbilder
Ladda ner ContactOn-förlängningens CRX-fil
Ladda ner ContactOn-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.
Användarmanual för Tillägg
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.
Grundläggande Information om Tillägg
Namn | |
ID | hmnpphonokhahpamocdfnieffiaimmen |
Officiell webbadress | https://chrome.google.com/webstore/detail/contacton/hmnpphonokhahpamocdfnieffiaimmen |
Beskrivning | ContactOn Sign-in |
Filstorlek | 7.66 KB |
Antal Installationer | 351 |
Aktuell Version | 6.4.0 |
Senast Uppdaterad | 2020-12-17 |
Publiceringsdatum | 2019-05-02 |
Betyg | 5.00/5 Totalt 9 Betyg |
Utvecklare | Opennetworks (Pty) Ltd |
E-post | [email protected] |
Betalningssätt | free |
Tilläggswebbplats | https://www.contacton.com |
Hjälpsida URL | https://www.contacton.com |
URL till Sekretesspolicy Sidan | https://contacton.com/docs/privacy.html |
Stödda Språk | 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" ] } |